@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,110 @@
|
|
|
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
|
+
var _excluded = ["exclude", "extensions", "mentionItems", "onMentionFilter", "onSave", "onError", "onUpload", "onTocUpdate", "editable"];
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
5
|
+
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; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
|
+
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); }
|
|
8
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
9
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
10
|
+
import { getExtensions } from "../extension";
|
|
11
|
+
import { migrateMathStrings } from "../util";
|
|
12
|
+
import { useEditor } from '@tiptap/react';
|
|
13
|
+
import { renderToMarkdown } from '@tiptap/static-renderer/pm/markdown';
|
|
14
|
+
var useTiptap = function useTiptap(_ref) {
|
|
15
|
+
var exclude = _ref.exclude,
|
|
16
|
+
extensionsProps = _ref.extensions,
|
|
17
|
+
mentionItems = _ref.mentionItems,
|
|
18
|
+
onMentionFilter = _ref.onMentionFilter,
|
|
19
|
+
onSave = _ref.onSave,
|
|
20
|
+
onError = _ref.onError,
|
|
21
|
+
onUpload = _ref.onUpload,
|
|
22
|
+
onTocUpdate = _ref.onTocUpdate,
|
|
23
|
+
_ref$editable = _ref.editable,
|
|
24
|
+
editable = _ref$editable === void 0 ? true : _ref$editable,
|
|
25
|
+
options = _objectWithoutProperties(_ref, _excluded);
|
|
26
|
+
var extensions = getExtensions({
|
|
27
|
+
exclude: exclude,
|
|
28
|
+
extensions: extensionsProps,
|
|
29
|
+
editable: editable,
|
|
30
|
+
mentionItems: mentionItems,
|
|
31
|
+
onMentionFilter: onMentionFilter,
|
|
32
|
+
onUpload: onUpload,
|
|
33
|
+
onError: onError,
|
|
34
|
+
onTocUpdate: onTocUpdate
|
|
35
|
+
});
|
|
36
|
+
var editor = useEditor(_objectSpread(_objectSpread({
|
|
37
|
+
editable: editable,
|
|
38
|
+
extensions: extensions
|
|
39
|
+
}, options), {}, {
|
|
40
|
+
editorProps: {
|
|
41
|
+
handleKeyDown: function handleKeyDown(view, event) {
|
|
42
|
+
// 编辑模式下保存
|
|
43
|
+
if (event.key === 's' && (event.metaKey || event.ctrlKey) && editable) {
|
|
44
|
+
event.preventDefault();
|
|
45
|
+
onSave === null || onSave === void 0 || onSave(editor);
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
// tab
|
|
49
|
+
if (event.key === 'Tab') {
|
|
50
|
+
var isInList = (editor === null || editor === void 0 ? void 0 : editor.isActive('orderedList')) || (editor === null || editor === void 0 ? void 0 : editor.isActive('bulletList')) || (editor === null || editor === void 0 ? void 0 : editor.isActive('taskList'));
|
|
51
|
+
var isInTable = editor === null || editor === void 0 ? void 0 : editor.isActive('table');
|
|
52
|
+
if (!isInList && !isInTable) {
|
|
53
|
+
event.preventDefault();
|
|
54
|
+
var tr = view.state.tr.insertText('\t');
|
|
55
|
+
view.dispatch(tr);
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
onCreate: function onCreate(_ref2) {
|
|
62
|
+
var currentEditor = _ref2.editor;
|
|
63
|
+
if (options.onCreate) {
|
|
64
|
+
options.onCreate({
|
|
65
|
+
editor: currentEditor
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
// 处理数学公式 - 延迟执行确保文档完全准备好
|
|
69
|
+
setTimeout(function () {
|
|
70
|
+
try {
|
|
71
|
+
migrateMathStrings(currentEditor);
|
|
72
|
+
} catch (error) {
|
|
73
|
+
console.warn('数学公式迁移失败:', error);
|
|
74
|
+
onError === null || onError === void 0 || onError(error);
|
|
75
|
+
}
|
|
76
|
+
}, 100);
|
|
77
|
+
},
|
|
78
|
+
onSelectionUpdate: function onSelectionUpdate(props) {
|
|
79
|
+
if (options.onSelectionUpdate) {
|
|
80
|
+
options.onSelectionUpdate(props);
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
onContentError: function onContentError(props) {
|
|
84
|
+
if (options.onContentError) {
|
|
85
|
+
options.onContentError(props);
|
|
86
|
+
}
|
|
87
|
+
onError === null || onError === void 0 || onError(props.error);
|
|
88
|
+
}
|
|
89
|
+
}));
|
|
90
|
+
return {
|
|
91
|
+
editor: editor,
|
|
92
|
+
getText: function getText() {
|
|
93
|
+
return (editor === null || editor === void 0 ? void 0 : editor.getText()) || '';
|
|
94
|
+
},
|
|
95
|
+
getHTML: function getHTML() {
|
|
96
|
+
return (editor === null || editor === void 0 ? void 0 : editor.getHTML()) || '';
|
|
97
|
+
},
|
|
98
|
+
getJSON: function getJSON() {
|
|
99
|
+
return (editor === null || editor === void 0 ? void 0 : editor.getJSON()) || null;
|
|
100
|
+
},
|
|
101
|
+
getMarkdownByJSON: function getMarkdownByJSON() {
|
|
102
|
+
if (!editor) return '';
|
|
103
|
+
return renderToMarkdown({
|
|
104
|
+
extensions: editor.extensionManager.extensions,
|
|
105
|
+
content: editor.getJSON()
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
export default useTiptap;
|
package/dist/index.css
ADDED
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
@import url('./asset/css/index.css');
|
|
2
|
+
|
|
3
|
+
.tiptap.ProseMirror {
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
outline: none;
|
|
6
|
+
color: var(--mui-palette-text-secondary);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/* 节点缩进(依赖 data-indent 属性) */
|
|
10
|
+
.tiptap.ProseMirror [data-indent="1"] {
|
|
11
|
+
margin-left: 32px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.tiptap.ProseMirror [data-indent="2"] {
|
|
15
|
+
margin-left: 64px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.tiptap.ProseMirror [data-indent="3"] {
|
|
19
|
+
margin-left: 96px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tiptap.ProseMirror [data-indent="4"] {
|
|
23
|
+
margin-left: 128px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.tiptap.ProseMirror [data-indent="5"] {
|
|
27
|
+
margin-left: 160px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.tiptap.ProseMirror [data-indent="6"] {
|
|
31
|
+
margin-left: 192px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.tiptap.ProseMirror [data-indent="7"] {
|
|
35
|
+
margin-left: 224px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.tiptap.ProseMirror [data-indent="8"] {
|
|
39
|
+
margin-left: 256px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.tiptap.ProseMirror[contenteditable="false"] {
|
|
43
|
+
padding: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.tiptap.ProseMirror :first-child {
|
|
47
|
+
margin-top: 0 !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tiptap.ProseMirror :last-child {
|
|
51
|
+
margin-bottom: 0 !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.tiptap.ProseMirror a {
|
|
55
|
+
text-decoration: underline;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.tiptap.ProseMirror p {
|
|
59
|
+
line-height: 1.625;
|
|
60
|
+
margin-top: 0;
|
|
61
|
+
font-size: 16px;
|
|
62
|
+
margin-bottom: 20px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.tiptap.ProseMirror blockquote p,
|
|
66
|
+
.tiptap.ProseMirror .node-alert p {
|
|
67
|
+
margin: 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/* blockquote */
|
|
71
|
+
.tiptap.ProseMirror blockquote {
|
|
72
|
+
position: relative;
|
|
73
|
+
padding: 8px 16px;
|
|
74
|
+
margin: 0 0 20px;
|
|
75
|
+
border-radius: 10px;
|
|
76
|
+
border: 1px solid var(--mui-palette-divider);
|
|
77
|
+
color: var(--mui-palette-text-secondary);
|
|
78
|
+
background-color: var(--mui-palette-background-paper3);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* list */
|
|
82
|
+
.tiptap.ProseMirror ol,
|
|
83
|
+
.tiptap.ProseMirror ul {
|
|
84
|
+
padding: 0 32px;
|
|
85
|
+
margin: 20px 16px 20px 0;
|
|
86
|
+
list-style: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.tiptap.ProseMirror li ol,
|
|
90
|
+
.tiptap.ProseMirror li ul {
|
|
91
|
+
margin: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.tiptap.ProseMirror ol {
|
|
95
|
+
list-style: decimal;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.tiptap.ProseMirror ol ol {
|
|
99
|
+
list-style: lower-alpha;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.tiptap.ProseMirror ol ol ol {
|
|
103
|
+
list-style: lower-roman;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.tiptap.ProseMirror ul:not([data-type='taskList']) {
|
|
107
|
+
list-style: disc;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.tiptap.ProseMirror ul:not([data-type='taskList']) li {
|
|
111
|
+
position: relative;
|
|
112
|
+
padding-left: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.tiptap.ProseMirror ul:not([data-type='taskList']) ul {
|
|
116
|
+
list-style: disc;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.tiptap.ProseMirror ul:not([data-type='taskList']) ul ul {
|
|
120
|
+
list-style: disc;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.tiptap.ProseMirror ul[data-type='taskList'] {
|
|
124
|
+
list-style: none;
|
|
125
|
+
margin-left: 0;
|
|
126
|
+
padding: 0;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.tiptap.ProseMirror ul[data-type='taskList'] li {
|
|
130
|
+
align-items: flex-start;
|
|
131
|
+
display: flex;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.tiptap.ProseMirror ul[data-type='taskList'] li>label {
|
|
135
|
+
flex: 0 0 auto;
|
|
136
|
+
user-select: none;
|
|
137
|
+
margin-right: 0.5rem;
|
|
138
|
+
height: 28px;
|
|
139
|
+
display: flex;
|
|
140
|
+
align-items: center;
|
|
141
|
+
justify-content: center;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.tiptap.ProseMirror ul[data-type='taskList'] li>div {
|
|
145
|
+
flex: 1 1 auto;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.tiptap.ProseMirror ul[data-type='taskList'] li[data-checked='true']>div {
|
|
149
|
+
color: var(--mui-palette-text-disabled);
|
|
150
|
+
text-decoration: line-through;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.tiptap.ProseMirror label:has(input[type="checkbox"]) {
|
|
154
|
+
padding-top: 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.tiptap.ProseMirror ul[data-type='taskList'] input[type='checkbox'] {
|
|
158
|
+
cursor: pointer;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.tiptap.ProseMirror ul[data-type='taskList'] ul[data-type='taskList'] {
|
|
162
|
+
margin: 0;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.tiptap.ProseMirror ul p,
|
|
166
|
+
.tiptap.ProseMirror ol p {
|
|
167
|
+
margin-top: 0.25rem;
|
|
168
|
+
margin-bottom: 0.25rem;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.tiptap.ProseMirror ol li::marker {
|
|
172
|
+
font-family: monospace;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/* code */
|
|
176
|
+
.tiptap.ProseMirror .codeblock-wrapper {
|
|
177
|
+
margin: 20px 0;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.tiptap.ProseMirror pre {
|
|
181
|
+
position: relative;
|
|
182
|
+
color: var(--mui-palette-common-white);
|
|
183
|
+
background-color: #171c19;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.tiptap.ProseMirror code {
|
|
187
|
+
padding: 2px 8px;
|
|
188
|
+
margin: 0 4px;
|
|
189
|
+
line-height: 1.625;
|
|
190
|
+
font-size: inherit;
|
|
191
|
+
word-break: break-all;
|
|
192
|
+
font-weight: 500;
|
|
193
|
+
background-color: var(--mui-palette-background-paper2);
|
|
194
|
+
border-radius: 6px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.tiptap.ProseMirror pre code {
|
|
198
|
+
color: inherit;
|
|
199
|
+
padding: 0;
|
|
200
|
+
font-weight: normal;
|
|
201
|
+
border-radius: 0;
|
|
202
|
+
background-color: transparent;
|
|
203
|
+
-webkit-text-fill-color: inherit;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/* details */
|
|
207
|
+
.tiptap.ProseMirror .cq-details {
|
|
208
|
+
display: flex;
|
|
209
|
+
gap: 0.25rem;
|
|
210
|
+
line-height: 1.625;
|
|
211
|
+
margin: 20px 0;
|
|
212
|
+
border: 1px solid var(--mui-palette-divider);
|
|
213
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
214
|
+
padding: 0.5rem;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.tiptap.ProseMirror .cq-details summary {
|
|
218
|
+
font-weight: 600;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.tiptap.ProseMirror .cq-details>button {
|
|
222
|
+
cursor: pointer;
|
|
223
|
+
background: transparent;
|
|
224
|
+
border-radius: 4px;
|
|
225
|
+
font-size: 0.625rem;
|
|
226
|
+
border: none;
|
|
227
|
+
width: 1.25rem;
|
|
228
|
+
height: 1.25rem;
|
|
229
|
+
margin-top: 0.1rem;
|
|
230
|
+
padding: 0;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.tiptap.ProseMirror .cq-details>button:hover {
|
|
234
|
+
background-color: var(--mui-palette-divider);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.tiptap.ProseMirror .cq-details>button::before {
|
|
238
|
+
content: '\25B6';
|
|
239
|
+
width: 100%;
|
|
240
|
+
height: 100%;
|
|
241
|
+
display: flex;
|
|
242
|
+
align-items: center;
|
|
243
|
+
justify-content: center;
|
|
244
|
+
transition: transform 0.2s ease-in-out;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.tiptap.ProseMirror .cq-details.is-open>button::before {
|
|
248
|
+
transform: rotate(90deg);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.tiptap.ProseMirror .cq-details>div {
|
|
252
|
+
display: flex;
|
|
253
|
+
flex-direction: column;
|
|
254
|
+
gap: 1rem;
|
|
255
|
+
width: 100%;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.tiptap.ProseMirror .cq-details>div>[data-type='detailsContent']> :last-child {
|
|
259
|
+
margin-bottom: 0.5rem;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.tiptap.ProseMirror .cq-details .cq-details {
|
|
263
|
+
margin: 0.5rem 0;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/* emoji */
|
|
267
|
+
.tiptap.ProseMirror [data-type='emoji'] img {
|
|
268
|
+
height: 1rem;
|
|
269
|
+
width: 1rem;
|
|
270
|
+
margin: 0;
|
|
271
|
+
padding: 0;
|
|
272
|
+
border: none;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
/* mention */
|
|
276
|
+
.tiptap.ProseMirror .mention {
|
|
277
|
+
background-color: var(--mui-palette-background-paper);
|
|
278
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
279
|
+
box-decoration-break: clone;
|
|
280
|
+
color: var(--mui-palette-primary-main);
|
|
281
|
+
padding: 0.1rem 0.3rem;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/* heading */
|
|
285
|
+
.tiptap.ProseMirror h1,
|
|
286
|
+
.tiptap.ProseMirror h2,
|
|
287
|
+
.tiptap.ProseMirror h3,
|
|
288
|
+
.tiptap.ProseMirror h4,
|
|
289
|
+
.tiptap.ProseMirror h5,
|
|
290
|
+
.tiptap.ProseMirror h6 {
|
|
291
|
+
position: relative;
|
|
292
|
+
color: inherit;
|
|
293
|
+
font-style: inherit;
|
|
294
|
+
color: var(--mui-palette-text-primary);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.tiptap.ProseMirror h1 {
|
|
298
|
+
font-size: 30px;
|
|
299
|
+
line-height: 36px;
|
|
300
|
+
font-weight: 700;
|
|
301
|
+
margin: 48px 0 20px;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.tiptap.ProseMirror h2 {
|
|
305
|
+
font-size: 24px;
|
|
306
|
+
line-height: 32px;
|
|
307
|
+
font-weight: 700;
|
|
308
|
+
margin: 40px 0 20px;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.tiptap.ProseMirror h3 {
|
|
312
|
+
font-size: 20px;
|
|
313
|
+
line-height: 28px;
|
|
314
|
+
font-weight: 600;
|
|
315
|
+
margin: 36px 0 20px;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.tiptap.ProseMirror h4 {
|
|
319
|
+
font-size: 18px;
|
|
320
|
+
line-height: 26px;
|
|
321
|
+
font-weight: 600;
|
|
322
|
+
margin: 32px 0 20px;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.tiptap.ProseMirror h5 {
|
|
326
|
+
font-size: 18px;
|
|
327
|
+
line-height: 26px;
|
|
328
|
+
font-weight: 600;
|
|
329
|
+
margin: 32px 0 20px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.tiptap.ProseMirror h6 {
|
|
333
|
+
font-size: 16px;
|
|
334
|
+
line-height: 24px;
|
|
335
|
+
font-weight: 600;
|
|
336
|
+
margin: 32px 0 20px;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
/* horizontal rule */
|
|
340
|
+
.tiptap.ProseMirror hr {
|
|
341
|
+
margin: 20px 0;
|
|
342
|
+
border: none;
|
|
343
|
+
height: 1px;
|
|
344
|
+
background-color: var(--mui-palette-divider);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.tiptap.ProseMirror table {
|
|
348
|
+
border-collapse: separate;
|
|
349
|
+
border-spacing: 0;
|
|
350
|
+
text-indent: 0;
|
|
351
|
+
max-width: 100%;
|
|
352
|
+
table-layout: fixed;
|
|
353
|
+
overflow: hidden;
|
|
354
|
+
background-color: var(--mui-palette-background-paper);
|
|
355
|
+
caption-side: top;
|
|
356
|
+
border-left: 1px solid transparent;
|
|
357
|
+
border-right: 1px solid transparent;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.tiptap.ProseMirror table p {
|
|
361
|
+
font-size: 14px;
|
|
362
|
+
line-height: 24px;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* 表格单元格基础样式 */
|
|
366
|
+
.tiptap.ProseMirror table td,
|
|
367
|
+
.tiptap.ProseMirror table th {
|
|
368
|
+
border: none;
|
|
369
|
+
border-bottom: 1px solid var(--mui-palette-divider);
|
|
370
|
+
border-right: 1px solid transparent;
|
|
371
|
+
box-sizing: border-box;
|
|
372
|
+
padding: 12px 16px;
|
|
373
|
+
position: relative;
|
|
374
|
+
vertical-align: top;
|
|
375
|
+
transition: all 0.2s ease-in-out;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.tiptap.ProseMirror table tbody tr:first-child th,
|
|
379
|
+
.tiptap.ProseMirror table tbody tr:first-child td {
|
|
380
|
+
border-top: 1px solid var(--mui-palette-divider);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.tiptap.ProseMirror table td>*,
|
|
384
|
+
.tiptap.ProseMirror table th>* {
|
|
385
|
+
margin-bottom: 0;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/* 表格表头样式 */
|
|
389
|
+
.tiptap.ProseMirror table th {
|
|
390
|
+
background-color: var(--mui-palette-background-paper3);
|
|
391
|
+
font-weight: 600;
|
|
392
|
+
color: var(--mui-palette-text-primary);
|
|
393
|
+
text-transform: uppercase;
|
|
394
|
+
letter-spacing: 0.5px;
|
|
395
|
+
text-align: left;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
/* 表格数据单元格样式 */
|
|
399
|
+
.tiptap.ProseMirror table td {
|
|
400
|
+
background-color: var(--mui-palette-background-default);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
/* 表格悬停时显示所有列边框 - 只在编辑模式下生效 */
|
|
404
|
+
.tiptap.ProseMirror[contenteditable="true"] table:hover,
|
|
405
|
+
.tiptap.ProseMirror[contenteditable="true"] .table-focus table {
|
|
406
|
+
border-left: 1px dotted var(--mui-palette-divider);
|
|
407
|
+
border-right: 1px dotted var(--mui-palette-divider);
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.tiptap.ProseMirror[contenteditable="true"] table:hover td,
|
|
411
|
+
.tiptap.ProseMirror[contenteditable="true"] table:hover th,
|
|
412
|
+
.tiptap.ProseMirror[contenteditable="true"] .table-focus td,
|
|
413
|
+
.tiptap.ProseMirror[contenteditable="true"] .table-focus th {
|
|
414
|
+
border-right-color: var(--mui-palette-divider);
|
|
415
|
+
border-right-style: dotted;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.tiptap.ProseMirror[contenteditable="true"] table:hover td:last-child,
|
|
419
|
+
.tiptap.ProseMirror[contenteditable="true"] table:hover th:last-child,
|
|
420
|
+
.tiptap.ProseMirror[contenteditable="true"] .table-focus td:last-child,
|
|
421
|
+
.tiptap.ProseMirror[contenteditable="true"] .table-focus th:last-child {
|
|
422
|
+
border-right-color: transparent;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.tiptap.ProseMirror[contenteditable="false"] table {
|
|
426
|
+
border-left: 1px dotted var(--mui-palette-divider);
|
|
427
|
+
border-right: 1px dotted var(--mui-palette-divider);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.tiptap.ProseMirror[contenteditable="false"] table td,
|
|
431
|
+
.tiptap.ProseMirror[contenteditable="false"] table th {
|
|
432
|
+
border-right-color: var(--mui-palette-divider);
|
|
433
|
+
border-right-style: dotted;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.tiptap.ProseMirror[contenteditable="false"] table td:last-child,
|
|
437
|
+
.tiptap.ProseMirror[contenteditable="false"] table th:last-child {
|
|
438
|
+
border-right-color: transparent;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/* 表格选择状态 */
|
|
442
|
+
.tiptap.ProseMirror[contenteditable="true"] table .selectedCell:after {
|
|
443
|
+
background-color: color-mix(in srgb, var(--mui-palette-primary-main) 12%, transparent);
|
|
444
|
+
content: '';
|
|
445
|
+
left: 0;
|
|
446
|
+
right: 0;
|
|
447
|
+
top: 0;
|
|
448
|
+
bottom: 0;
|
|
449
|
+
pointer-events: none;
|
|
450
|
+
position: absolute;
|
|
451
|
+
z-index: 2;
|
|
452
|
+
/* border-radius: 4px; */
|
|
453
|
+
/* border: 2px solid var(--mui-palette-primary-main); */
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.tiptap.ProseMirror[contenteditable="true"] table .selectedCell {
|
|
457
|
+
background-color: color-mix(in srgb, var(--mui-palette-primary-main) 5%, transparent) !important;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
/* 选中单元格的边框样式 - 只改变最外圈边框颜色 */
|
|
461
|
+
.tiptap.ProseMirror[contenteditable="true"] table .selectedCell {
|
|
462
|
+
border-color: var(--mui-palette-primary-main) !important;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
/* 表格列调整手柄 */
|
|
466
|
+
.tiptap.ProseMirror[contenteditable="true"] table .column-resize-handle {
|
|
467
|
+
background-color: transparent;
|
|
468
|
+
border-right: 2px dotted var(--mui-palette-primary-main);
|
|
469
|
+
bottom: -2px;
|
|
470
|
+
pointer-events: none;
|
|
471
|
+
position: absolute;
|
|
472
|
+
right: -2px;
|
|
473
|
+
top: 0;
|
|
474
|
+
width: 1px;
|
|
475
|
+
z-index: 3;
|
|
476
|
+
opacity: 0.6;
|
|
477
|
+
transition: all 0.2s ease-in-out;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.tiptap.ProseMirror.resize-cursor {
|
|
481
|
+
cursor: col-resize;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
/* 表格包装器样式 */
|
|
485
|
+
.tiptap.ProseMirror .tableWrapper {
|
|
486
|
+
overflow-x: auto;
|
|
487
|
+
margin: 20px 0;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
/* 表格滚动条样式 */
|
|
491
|
+
.tiptap.ProseMirror .tableWrapper::-webkit-scrollbar {
|
|
492
|
+
height: 2px;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.tiptap.ProseMirror .tableWrapper::-webkit-scrollbar-track {
|
|
496
|
+
background: var(--mui-palette-divider);
|
|
497
|
+
border-radius: 4px;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.tiptap.ProseMirror .tableWrapper::-webkit-scrollbar-thumb {
|
|
501
|
+
background: var(--mui-palette-text-disabled);
|
|
502
|
+
border-radius: 4px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
/* youtube */
|
|
506
|
+
.tiptap.ProseMirror div[data-youtube-video] {
|
|
507
|
+
cursor: move;
|
|
508
|
+
padding-right: 1.5rem;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.tiptap.ProseMirror div[data-youtube-video] iframe {
|
|
512
|
+
border: 1px solid var(--mui-palette-divider);
|
|
513
|
+
padding: 0.25rem;
|
|
514
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
515
|
+
display: block;
|
|
516
|
+
min-height: 200px;
|
|
517
|
+
min-width: 200px;
|
|
518
|
+
outline: 0px solid transparent;
|
|
519
|
+
margin: 20px 0;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
@keyframes rotate-icon {
|
|
523
|
+
from {
|
|
524
|
+
transform: rotate(0deg);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
to {
|
|
528
|
+
transform: rotate(360deg);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.PhotoView-Slider__Backdrop {
|
|
533
|
+
background: rgba(33, 34, 45, 0.3) !important;
|
|
534
|
+
backdrop-filter: blur(5px);
|
|
535
|
+
transition: none !important;
|
|
536
|
+
animation-duration: none !important;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.PhotoView-Slider__BannerWrap {
|
|
540
|
+
background-color: rgba(33, 34, 45, 0.2) !important;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.slash-decoration[data-decoration-content].is-empty {
|
|
544
|
+
padding: 4px 8px;
|
|
545
|
+
background-color: var(--mui-palette-background-paper2);
|
|
546
|
+
border-radius: var(--mui-shape-borderRadius);
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.slash-decoration[data-decoration-content].is-empty::after {
|
|
550
|
+
content: attr(data-decoration-content);
|
|
551
|
+
color: var(--mui-palette-text-disabled);
|
|
552
|
+
padding-left: 0.25rem;
|
|
553
|
+
font-size: 14px;
|
|
554
|
+
line-height: 24px;
|
|
555
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './component/Icons';
|
|
2
|
+
export { default as Editor } from './Editor';
|
|
3
|
+
export { default as EditorDiff } from './EditorDiff';
|
|
4
|
+
export { default as EditorThemeProvider } from './EditorThemeProvider';
|
|
5
|
+
export { default as EditorToolbar } from './EditorToolbar';
|
|
6
|
+
export { default as useTiptap } from './hook';
|
|
7
|
+
export { useFn } from './hook/fn';
|
|
8
|
+
export * from './type';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./component/Icons";
|
|
2
|
+
export { default as Editor } from "./Editor";
|
|
3
|
+
export { default as EditorDiff } from "./EditorDiff";
|
|
4
|
+
export { default as EditorThemeProvider } from "./EditorThemeProvider";
|
|
5
|
+
export { default as EditorToolbar } from "./EditorToolbar";
|
|
6
|
+
export { default as useTiptap } from "./hook";
|
|
7
|
+
export { useFn } from "./hook/fn";
|
|
8
|
+
export * from "./type";
|