@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,33 @@
|
|
|
1
|
+
import { Node } from '@tiptap/core';
|
|
2
|
+
export type AlertVariant = 'info' | 'warning' | 'error' | 'success';
|
|
3
|
+
export type AlertType = 'text' | 'icon';
|
|
4
|
+
export interface AlertOptions {
|
|
5
|
+
/**
|
|
6
|
+
* HTML attributes to add to the blockquote element
|
|
7
|
+
* @default {}
|
|
8
|
+
* @example { class: 'foo' }
|
|
9
|
+
*/
|
|
10
|
+
HTMLAttributes: Record<string, any>;
|
|
11
|
+
}
|
|
12
|
+
declare module '@tiptap/core' {
|
|
13
|
+
interface Commands<ReturnType> {
|
|
14
|
+
alert: {
|
|
15
|
+
/** 插入一个 Alert 节点 */
|
|
16
|
+
setAlert: (attributes?: {
|
|
17
|
+
variant?: AlertVariant;
|
|
18
|
+
type?: AlertType;
|
|
19
|
+
}) => ReturnType;
|
|
20
|
+
/** 切换 Alert 的 variant */
|
|
21
|
+
setAlertVariant: (variant: AlertVariant) => ReturnType;
|
|
22
|
+
/** 切换 Alert 的展示类型(是否显示图标) */
|
|
23
|
+
setAlertType: (type: AlertType) => ReturnType;
|
|
24
|
+
/** 在当前块与 Alert 之间切换(将当前块转换为 Alert,若已是 Alert 则还原为段落) */
|
|
25
|
+
toggleAlert: (attributes?: {
|
|
26
|
+
variant?: AlertVariant;
|
|
27
|
+
type?: AlertType;
|
|
28
|
+
}) => ReturnType;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
export declare const AlertExtension: Node<AlertOptions, any>;
|
|
33
|
+
export default AlertExtension;
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { mergeAttributes, Node } from '@tiptap/core';
|
|
2
|
+
import { ReactNodeViewRenderer } from '@tiptap/react';
|
|
3
|
+
import AlertView from "../component/Alert";
|
|
4
|
+
export var AlertExtension = Node.create({
|
|
5
|
+
name: 'alert',
|
|
6
|
+
group: 'block',
|
|
7
|
+
content: 'block+',
|
|
8
|
+
defining: true,
|
|
9
|
+
draggable: true,
|
|
10
|
+
addOptions: function addOptions() {
|
|
11
|
+
return {
|
|
12
|
+
HTMLAttributes: {}
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
addAttributes: function addAttributes() {
|
|
16
|
+
return {
|
|
17
|
+
id: {
|
|
18
|
+
default: null,
|
|
19
|
+
renderHTML: function renderHTML(attributes) {
|
|
20
|
+
return attributes.id ? {
|
|
21
|
+
'data-id': attributes.id
|
|
22
|
+
} : {};
|
|
23
|
+
},
|
|
24
|
+
parseHTML: function parseHTML(element) {
|
|
25
|
+
return element.getAttribute('data-id');
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
variant: {
|
|
29
|
+
default: 'info',
|
|
30
|
+
renderHTML: function renderHTML(attributes) {
|
|
31
|
+
return {
|
|
32
|
+
'data-variant': attributes.variant
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
parseHTML: function parseHTML(element) {
|
|
36
|
+
return element.getAttribute('data-variant') || 'info';
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
type: {
|
|
40
|
+
default: 'icon',
|
|
41
|
+
renderHTML: function renderHTML(attributes) {
|
|
42
|
+
return {
|
|
43
|
+
'data-type': attributes.type
|
|
44
|
+
};
|
|
45
|
+
},
|
|
46
|
+
parseHTML: function parseHTML(element) {
|
|
47
|
+
return element.getAttribute('data-type') || 'icon';
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
},
|
|
52
|
+
parseHTML: function parseHTML() {
|
|
53
|
+
return [{
|
|
54
|
+
tag: 'div[data-node="alert"]'
|
|
55
|
+
}];
|
|
56
|
+
},
|
|
57
|
+
renderHTML: function renderHTML(_ref) {
|
|
58
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
59
|
+
return ['div', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes, {
|
|
60
|
+
'data-node': 'alert'
|
|
61
|
+
}), 0];
|
|
62
|
+
},
|
|
63
|
+
addCommands: function addCommands() {
|
|
64
|
+
var _this = this;
|
|
65
|
+
return {
|
|
66
|
+
setAlert: function setAlert() {
|
|
67
|
+
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
68
|
+
return function (_ref2) {
|
|
69
|
+
var commands = _ref2.commands;
|
|
70
|
+
var id = "alert_".concat(Math.random().toString(36).slice(2));
|
|
71
|
+
var variant = attrs.variant || 'info';
|
|
72
|
+
var type = attrs.type || 'icon';
|
|
73
|
+
return commands.wrapIn(_this.name, {
|
|
74
|
+
id: id,
|
|
75
|
+
variant: variant,
|
|
76
|
+
type: type
|
|
77
|
+
});
|
|
78
|
+
};
|
|
79
|
+
},
|
|
80
|
+
setAlertVariant: function setAlertVariant(variant) {
|
|
81
|
+
return function (_ref3) {
|
|
82
|
+
var commands = _ref3.commands;
|
|
83
|
+
return commands.updateAttributes(_this.name, {
|
|
84
|
+
variant: variant
|
|
85
|
+
});
|
|
86
|
+
};
|
|
87
|
+
},
|
|
88
|
+
setAlertType: function setAlertType(type) {
|
|
89
|
+
return function (_ref4) {
|
|
90
|
+
var commands = _ref4.commands;
|
|
91
|
+
return commands.updateAttributes(_this.name, {
|
|
92
|
+
type: type
|
|
93
|
+
});
|
|
94
|
+
};
|
|
95
|
+
},
|
|
96
|
+
toggleAlert: function toggleAlert() {
|
|
97
|
+
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
98
|
+
return function (_ref5) {
|
|
99
|
+
var commands = _ref5.commands;
|
|
100
|
+
var id = "alert_".concat(Math.random().toString(36).slice(2));
|
|
101
|
+
var variant = attrs.variant || 'info';
|
|
102
|
+
var type = attrs.type || 'icon';
|
|
103
|
+
return commands.toggleWrap(_this.name, {
|
|
104
|
+
id: id,
|
|
105
|
+
variant: variant,
|
|
106
|
+
type: type
|
|
107
|
+
});
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
},
|
|
112
|
+
addNodeView: function addNodeView() {
|
|
113
|
+
return ReactNodeViewRenderer(AlertView);
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
export default AlertExtension;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { EditorFnProps } from "../../type";
|
|
2
|
+
import { Node } from "@tiptap/core";
|
|
3
|
+
declare module '@tiptap/core' {
|
|
4
|
+
interface Commands<ReturnType> {
|
|
5
|
+
inlineAttachment: {
|
|
6
|
+
/**
|
|
7
|
+
* Insert an inline attachment
|
|
8
|
+
*/
|
|
9
|
+
setInlineAttachment: (options: {
|
|
10
|
+
url: string;
|
|
11
|
+
title: string;
|
|
12
|
+
size: string;
|
|
13
|
+
}) => ReturnType;
|
|
14
|
+
};
|
|
15
|
+
blockAttachment: {
|
|
16
|
+
/**
|
|
17
|
+
* Insert a block attachment
|
|
18
|
+
*/
|
|
19
|
+
setBlockAttachment: (options: {
|
|
20
|
+
url: string;
|
|
21
|
+
title: string;
|
|
22
|
+
size: string;
|
|
23
|
+
}) => ReturnType;
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
export declare const InlineAttachmentExtension: (props: EditorFnProps) => Node<any, any>;
|
|
28
|
+
export declare const BlockAttachmentExtension: (props: EditorFnProps) => Node<any, any>;
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { mergeAttributes, Node } from "@tiptap/core";
|
|
8
|
+
import { ReactNodeViewRenderer } from "@tiptap/react";
|
|
9
|
+
import AttachmentViewWrapper from "../component/Attachment";
|
|
10
|
+
// 内联附件扩展
|
|
11
|
+
export var InlineAttachmentExtension = function InlineAttachmentExtension(props) {
|
|
12
|
+
return Node.create({
|
|
13
|
+
name: 'inlineAttachment',
|
|
14
|
+
group: 'inline',
|
|
15
|
+
inline: true,
|
|
16
|
+
atom: true,
|
|
17
|
+
draggable: true,
|
|
18
|
+
selectable: true,
|
|
19
|
+
addOptions: function addOptions() {
|
|
20
|
+
return {
|
|
21
|
+
HTMLAttributes: {
|
|
22
|
+
url: '',
|
|
23
|
+
title: '',
|
|
24
|
+
size: '0'
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
},
|
|
28
|
+
addAttributes: function addAttributes() {
|
|
29
|
+
return {
|
|
30
|
+
url: {
|
|
31
|
+
default: this.options.HTMLAttributes.url,
|
|
32
|
+
parseHTML: function parseHTML(element) {
|
|
33
|
+
return element.getAttribute('data-url');
|
|
34
|
+
},
|
|
35
|
+
renderHTML: function renderHTML(attributes) {
|
|
36
|
+
return {
|
|
37
|
+
'data-url': attributes.url
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
title: {
|
|
42
|
+
default: this.options.HTMLAttributes.title,
|
|
43
|
+
parseHTML: function parseHTML(element) {
|
|
44
|
+
return element.getAttribute('data-title');
|
|
45
|
+
},
|
|
46
|
+
renderHTML: function renderHTML(attributes) {
|
|
47
|
+
return {
|
|
48
|
+
'data-title': attributes.title
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
size: {
|
|
53
|
+
default: this.options.HTMLAttributes.size,
|
|
54
|
+
parseHTML: function parseHTML(element) {
|
|
55
|
+
return element.getAttribute('data-size') || '0';
|
|
56
|
+
},
|
|
57
|
+
renderHTML: function renderHTML(attributes) {
|
|
58
|
+
return {
|
|
59
|
+
'data-size': attributes.size
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
},
|
|
65
|
+
parseHTML: function parseHTML() {
|
|
66
|
+
return [{
|
|
67
|
+
tag: 'span[data-tag="attachment"]',
|
|
68
|
+
getAttrs: function getAttrs(dom) {
|
|
69
|
+
if (!(dom instanceof HTMLElement)) return false;
|
|
70
|
+
return {
|
|
71
|
+
url: dom.getAttribute('data-url') || '',
|
|
72
|
+
title: dom.getAttribute('data-title') || '',
|
|
73
|
+
size: dom.getAttribute('data-size') || '0'
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
}];
|
|
77
|
+
},
|
|
78
|
+
renderHTML: function renderHTML(_ref) {
|
|
79
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
80
|
+
return ['span', _objectSpread({
|
|
81
|
+
'data-tag': 'attachment'
|
|
82
|
+
}, mergeAttributes(this.options.HTMLAttributes, HTMLAttributes))];
|
|
83
|
+
},
|
|
84
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
85
|
+
var _this = this;
|
|
86
|
+
return {
|
|
87
|
+
'Mod-5': function Mod5() {
|
|
88
|
+
return _this.editor.commands.setInlineAttachment({
|
|
89
|
+
url: '',
|
|
90
|
+
title: '',
|
|
91
|
+
size: '0'
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
},
|
|
96
|
+
addCommands: function addCommands() {
|
|
97
|
+
var _this2 = this;
|
|
98
|
+
return {
|
|
99
|
+
setInlineAttachment: function setInlineAttachment(options) {
|
|
100
|
+
return function (_ref2) {
|
|
101
|
+
var commands = _ref2.commands;
|
|
102
|
+
return commands.insertContent({
|
|
103
|
+
type: _this2.name,
|
|
104
|
+
attrs: {
|
|
105
|
+
url: options.url || '',
|
|
106
|
+
title: options.title || '',
|
|
107
|
+
size: options.size || '0'
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
},
|
|
114
|
+
addNodeView: function addNodeView() {
|
|
115
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
116
|
+
return AttachmentViewWrapper(_objectSpread(_objectSpread({}, renderProps), {}, {
|
|
117
|
+
onUpload: props.onUpload,
|
|
118
|
+
onError: props.onError,
|
|
119
|
+
attachmentType: 'icon'
|
|
120
|
+
}));
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
// 块级附件扩展
|
|
127
|
+
export var BlockAttachmentExtension = function BlockAttachmentExtension(props) {
|
|
128
|
+
return Node.create({
|
|
129
|
+
name: 'blockAttachment',
|
|
130
|
+
group: 'block',
|
|
131
|
+
atom: true,
|
|
132
|
+
draggable: true,
|
|
133
|
+
selectable: true,
|
|
134
|
+
addOptions: function addOptions() {
|
|
135
|
+
return {
|
|
136
|
+
HTMLAttributes: {
|
|
137
|
+
url: '',
|
|
138
|
+
title: '',
|
|
139
|
+
size: '0'
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
},
|
|
143
|
+
addAttributes: function addAttributes() {
|
|
144
|
+
return {
|
|
145
|
+
url: {
|
|
146
|
+
default: this.options.HTMLAttributes.url,
|
|
147
|
+
parseHTML: function parseHTML(element) {
|
|
148
|
+
return element.getAttribute('data-url');
|
|
149
|
+
},
|
|
150
|
+
renderHTML: function renderHTML(attributes) {
|
|
151
|
+
return {
|
|
152
|
+
'data-url': attributes.url
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
title: {
|
|
157
|
+
default: this.options.HTMLAttributes.title,
|
|
158
|
+
parseHTML: function parseHTML(element) {
|
|
159
|
+
return element.getAttribute('data-title');
|
|
160
|
+
},
|
|
161
|
+
renderHTML: function renderHTML(attributes) {
|
|
162
|
+
return {
|
|
163
|
+
'data-title': attributes.title
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
size: {
|
|
168
|
+
default: this.options.HTMLAttributes.size,
|
|
169
|
+
parseHTML: function parseHTML(element) {
|
|
170
|
+
return element.getAttribute('data-size') || '0';
|
|
171
|
+
},
|
|
172
|
+
renderHTML: function renderHTML(attributes) {
|
|
173
|
+
return {
|
|
174
|
+
'data-size': attributes.size
|
|
175
|
+
};
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
},
|
|
180
|
+
parseHTML: function parseHTML() {
|
|
181
|
+
return [{
|
|
182
|
+
tag: 'div[data-tag="attachment"]',
|
|
183
|
+
getAttrs: function getAttrs(dom) {
|
|
184
|
+
if (!(dom instanceof HTMLElement)) return false;
|
|
185
|
+
return {
|
|
186
|
+
url: dom.getAttribute('data-url') || '',
|
|
187
|
+
title: dom.getAttribute('data-title') || '',
|
|
188
|
+
size: dom.getAttribute('data-size') || '0'
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
}];
|
|
192
|
+
},
|
|
193
|
+
renderHTML: function renderHTML(_ref3) {
|
|
194
|
+
var HTMLAttributes = _ref3.HTMLAttributes;
|
|
195
|
+
return ['div', _objectSpread({
|
|
196
|
+
'data-tag': 'attachment'
|
|
197
|
+
}, mergeAttributes(this.options.HTMLAttributes, HTMLAttributes))];
|
|
198
|
+
},
|
|
199
|
+
addCommands: function addCommands() {
|
|
200
|
+
var _this3 = this;
|
|
201
|
+
return {
|
|
202
|
+
setBlockAttachment: function setBlockAttachment(options) {
|
|
203
|
+
return function (_ref4) {
|
|
204
|
+
var commands = _ref4.commands;
|
|
205
|
+
return commands.insertContent({
|
|
206
|
+
type: _this3.name,
|
|
207
|
+
attrs: {
|
|
208
|
+
url: options.url || '',
|
|
209
|
+
title: options.title || '',
|
|
210
|
+
size: options.size || '0'
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
},
|
|
217
|
+
addNodeView: function addNodeView() {
|
|
218
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
219
|
+
return AttachmentViewWrapper(_objectSpread(_objectSpread({}, renderProps), {}, {
|
|
220
|
+
onUpload: props.onUpload,
|
|
221
|
+
onError: props.onError,
|
|
222
|
+
attachmentType: 'block'
|
|
223
|
+
}));
|
|
224
|
+
});
|
|
225
|
+
}
|
|
226
|
+
});
|
|
227
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EditorFnProps } from "../../type";
|
|
2
|
+
import { Node } from '@tiptap/core';
|
|
3
|
+
declare module '@tiptap/core' {
|
|
4
|
+
interface Commands<ReturnType> {
|
|
5
|
+
audio: {
|
|
6
|
+
/**
|
|
7
|
+
* Insert an audio
|
|
8
|
+
*/
|
|
9
|
+
setAudio: (options: {
|
|
10
|
+
src: string;
|
|
11
|
+
title?: string;
|
|
12
|
+
poster?: string;
|
|
13
|
+
controls?: boolean;
|
|
14
|
+
autoplay?: boolean;
|
|
15
|
+
loop?: boolean;
|
|
16
|
+
muted?: boolean;
|
|
17
|
+
}) => ReturnType;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export type AudioExtensionProps = EditorFnProps;
|
|
22
|
+
export declare const AudioExtension: (props: AudioExtensionProps) => Node<any, any>;
|
|
23
|
+
export default AudioExtension;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { mergeAttributes, Node } from '@tiptap/core';
|
|
8
|
+
import { ReactNodeViewRenderer } from '@tiptap/react';
|
|
9
|
+
import AudioViewWrapper from "../component/Audio";
|
|
10
|
+
export var AudioExtension = function AudioExtension(props) {
|
|
11
|
+
return Node.create({
|
|
12
|
+
name: 'audio',
|
|
13
|
+
group: 'block',
|
|
14
|
+
atom: true,
|
|
15
|
+
selectable: true,
|
|
16
|
+
draggable: true,
|
|
17
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
18
|
+
var _this = this;
|
|
19
|
+
return {
|
|
20
|
+
'Mod-4': function Mod4() {
|
|
21
|
+
return _this.editor.commands.setAudio({
|
|
22
|
+
src: '',
|
|
23
|
+
controls: true,
|
|
24
|
+
autoplay: false
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
},
|
|
29
|
+
addAttributes: function addAttributes() {
|
|
30
|
+
return {
|
|
31
|
+
class: {
|
|
32
|
+
default: 'audio-wrapper'
|
|
33
|
+
},
|
|
34
|
+
src: {
|
|
35
|
+
default: null,
|
|
36
|
+
parseHTML: function parseHTML(element) {
|
|
37
|
+
return element.getAttribute('src');
|
|
38
|
+
},
|
|
39
|
+
renderHTML: function renderHTML(attributes) {
|
|
40
|
+
if (!attributes.src) return {};
|
|
41
|
+
return {
|
|
42
|
+
src: attributes.src
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
title: {
|
|
47
|
+
default: null,
|
|
48
|
+
parseHTML: function parseHTML(element) {
|
|
49
|
+
return element.getAttribute('title');
|
|
50
|
+
},
|
|
51
|
+
renderHTML: function renderHTML(attributes) {
|
|
52
|
+
if (!attributes.title) return {};
|
|
53
|
+
return {
|
|
54
|
+
title: attributes.title
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
poster: {
|
|
59
|
+
default: null,
|
|
60
|
+
parseHTML: function parseHTML(element) {
|
|
61
|
+
return element.getAttribute('poster');
|
|
62
|
+
},
|
|
63
|
+
renderHTML: function renderHTML(attributes) {
|
|
64
|
+
if (!attributes.poster) return {};
|
|
65
|
+
return {
|
|
66
|
+
poster: attributes.poster
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
controls: {
|
|
71
|
+
default: true,
|
|
72
|
+
parseHTML: function parseHTML(element) {
|
|
73
|
+
return element.hasAttribute('controls');
|
|
74
|
+
},
|
|
75
|
+
renderHTML: function renderHTML(attributes) {
|
|
76
|
+
if (!attributes.controls) return {};
|
|
77
|
+
return {
|
|
78
|
+
controls: 'true'
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
autoplay: {
|
|
83
|
+
default: false,
|
|
84
|
+
parseHTML: function parseHTML(element) {
|
|
85
|
+
return element.hasAttribute('autoplay');
|
|
86
|
+
},
|
|
87
|
+
renderHTML: function renderHTML(attributes) {
|
|
88
|
+
if (!attributes.autoplay) return {};
|
|
89
|
+
return {
|
|
90
|
+
autoplay: 'true'
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
loop: {
|
|
95
|
+
default: false,
|
|
96
|
+
parseHTML: function parseHTML(element) {
|
|
97
|
+
return element.hasAttribute('loop');
|
|
98
|
+
},
|
|
99
|
+
renderHTML: function renderHTML(attributes) {
|
|
100
|
+
if (!attributes.loop) return {};
|
|
101
|
+
return {
|
|
102
|
+
loop: 'true'
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
muted: {
|
|
107
|
+
default: false,
|
|
108
|
+
parseHTML: function parseHTML(element) {
|
|
109
|
+
return element.hasAttribute('muted');
|
|
110
|
+
},
|
|
111
|
+
renderHTML: function renderHTML(attributes) {
|
|
112
|
+
if (!attributes.muted) return {};
|
|
113
|
+
return {
|
|
114
|
+
muted: 'true'
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
},
|
|
120
|
+
parseHTML: function parseHTML() {
|
|
121
|
+
return [{
|
|
122
|
+
tag: 'audio',
|
|
123
|
+
getAttrs: function getAttrs(dom) {
|
|
124
|
+
if (!(dom instanceof HTMLElement)) return false;
|
|
125
|
+
var src = dom.getAttribute('src');
|
|
126
|
+
if (!src) return false;
|
|
127
|
+
return {
|
|
128
|
+
src: src,
|
|
129
|
+
title: dom.getAttribute('title'),
|
|
130
|
+
poster: dom.getAttribute('poster'),
|
|
131
|
+
controls: dom.hasAttribute('controls'),
|
|
132
|
+
autoplay: dom.hasAttribute('autoplay'),
|
|
133
|
+
loop: dom.hasAttribute('loop'),
|
|
134
|
+
muted: dom.hasAttribute('muted')
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
}];
|
|
138
|
+
},
|
|
139
|
+
renderHTML: function renderHTML(_ref) {
|
|
140
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
141
|
+
return ['audio', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
|
|
142
|
+
},
|
|
143
|
+
addCommands: function addCommands() {
|
|
144
|
+
var _this2 = this;
|
|
145
|
+
return {
|
|
146
|
+
setAudio: function setAudio(options) {
|
|
147
|
+
return function (_ref2) {
|
|
148
|
+
var commands = _ref2.commands;
|
|
149
|
+
return commands.insertContent({
|
|
150
|
+
type: _this2.name,
|
|
151
|
+
attrs: {
|
|
152
|
+
src: options.src,
|
|
153
|
+
title: options.title || null,
|
|
154
|
+
poster: options.poster || null,
|
|
155
|
+
controls: options.controls !== false,
|
|
156
|
+
autoplay: options.autoplay || false,
|
|
157
|
+
loop: options.loop || false,
|
|
158
|
+
muted: options.muted || false
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
},
|
|
165
|
+
addInputRules: function addInputRules() {
|
|
166
|
+
var _this3 = this;
|
|
167
|
+
return [
|
|
168
|
+
// Auto-embed audio URLs
|
|
169
|
+
{
|
|
170
|
+
find: /^https?:\/\/.*\.(mp3|wav|ogg|m4a|flac|aac|wma|webm)$/,
|
|
171
|
+
handler: function handler(_ref3) {
|
|
172
|
+
var state = _ref3.state,
|
|
173
|
+
range = _ref3.range,
|
|
174
|
+
match = _ref3.match;
|
|
175
|
+
var from = range.from,
|
|
176
|
+
to = range.to;
|
|
177
|
+
var audioUrl = match[0];
|
|
178
|
+
state.tr.replaceWith(from, to, _this3.type.create({
|
|
179
|
+
src: audioUrl
|
|
180
|
+
}));
|
|
181
|
+
}
|
|
182
|
+
}];
|
|
183
|
+
},
|
|
184
|
+
addNodeView: function addNodeView() {
|
|
185
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
186
|
+
return AudioViewWrapper(_objectSpread(_objectSpread({}, renderProps), {}, {
|
|
187
|
+
onUpload: props.onUpload,
|
|
188
|
+
onError: props.onError
|
|
189
|
+
}));
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
};
|
|
194
|
+
export default AudioExtension;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CodeBlockLowlightExtension: import("@tiptap/core").Node<import("@tiptap/extension-code-block-lowlight").CodeBlockLowlightOptions, any>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
// @ts-nocheck
|
|
8
|
+
|
|
9
|
+
import CodeBlockLowlight from "@tiptap/extension-code-block-lowlight";
|
|
10
|
+
import { ReactNodeViewRenderer } from "@tiptap/react";
|
|
11
|
+
import { all, createLowlight } from 'lowlight';
|
|
12
|
+
import CodeBlockView from "../component/CodeBlock";
|
|
13
|
+
var lowlight = createLowlight(all);
|
|
14
|
+
var CustomCodeBlock = CodeBlockLowlight.configure({
|
|
15
|
+
enableTabIndentation: true,
|
|
16
|
+
tabSize: 1,
|
|
17
|
+
lowlight: lowlight
|
|
18
|
+
}).extend({
|
|
19
|
+
addAttributes: function addAttributes() {
|
|
20
|
+
var _this$parent;
|
|
21
|
+
return _objectSpread(_objectSpread({}, (_this$parent = this.parent) === null || _this$parent === void 0 ? void 0 : _this$parent.call(this)), {}, {
|
|
22
|
+
title: {
|
|
23
|
+
default: null,
|
|
24
|
+
parseHTML: function parseHTML(element) {
|
|
25
|
+
return element.getAttribute('data-title');
|
|
26
|
+
},
|
|
27
|
+
renderHTML: function renderHTML(attributes) {
|
|
28
|
+
if (!attributes.title) {
|
|
29
|
+
return {};
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'data-title': attributes.title
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
},
|
|
38
|
+
addNodeView: function addNodeView() {
|
|
39
|
+
return ReactNodeViewRenderer(CodeBlockView);
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
export var CodeBlockLowlightExtension = CustomCodeBlock;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const DetailsExtension: import("@tiptap/core").Node<import("@tiptap/extension-details").DetailsOptions, any>;
|
|
2
|
+
export declare const DetailsSummaryExtension: import("@tiptap/core").Node<import("@tiptap/extension-details").DetailsSummaryOptions, any>;
|
|
3
|
+
export declare const DetailsContentExtension: import("@tiptap/core").Node<import("@tiptap/extension-details").DetailsContentOptions, any>;
|