@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,266 @@
|
|
|
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 { NestedList } from "../../../component";
|
|
8
|
+
import { ArrowDownSLineIcon, AttachmentLineIcon, CheckboxCircleFillIcon, CloseCircleFillIcon, ErrorWarningFillIcon, FormulaIcon, FunctionsIcon, ImageLineIcon, Information2FillIcon, Information2LineIcon, MovieLineIcon, Music2LineIcon, SquareRootIcon, Table2Icon, UploadIcon } from "../../../component/Icons";
|
|
9
|
+
import { ToolbarItem } from "../../../component/Toolbar";
|
|
10
|
+
import TableSizePicker from "../../../component/Toolbar/TableSizePicker";
|
|
11
|
+
import { Box, Divider, Stack } from '@mui/material';
|
|
12
|
+
import React, { forwardRef } from 'react';
|
|
13
|
+
var SlashCommandsList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
14
|
+
var items = _ref.items,
|
|
15
|
+
command = _ref.command;
|
|
16
|
+
if (items.length === 0) {
|
|
17
|
+
return null;
|
|
18
|
+
}
|
|
19
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
20
|
+
sx: {
|
|
21
|
+
width: '224px',
|
|
22
|
+
p: 0.5
|
|
23
|
+
}
|
|
24
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
25
|
+
direction: 'row',
|
|
26
|
+
flexWrap: 'wrap'
|
|
27
|
+
}, items.slice(0, 17).map(function (item, index) {
|
|
28
|
+
return /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
29
|
+
key: index,
|
|
30
|
+
onClick: function onClick() {
|
|
31
|
+
return command(item);
|
|
32
|
+
},
|
|
33
|
+
icon: item.icon,
|
|
34
|
+
tip: item.title
|
|
35
|
+
});
|
|
36
|
+
})), /*#__PURE__*/React.createElement(Divider, {
|
|
37
|
+
sx: {
|
|
38
|
+
my: 0.5
|
|
39
|
+
}
|
|
40
|
+
}), /*#__PURE__*/React.createElement(NestedList, {
|
|
41
|
+
list: [{
|
|
42
|
+
label: '表格',
|
|
43
|
+
key: 'table',
|
|
44
|
+
icon: /*#__PURE__*/React.createElement(Table2Icon, {
|
|
45
|
+
sx: {
|
|
46
|
+
fontSize: '1rem'
|
|
47
|
+
}
|
|
48
|
+
}),
|
|
49
|
+
children: [{
|
|
50
|
+
key: 'table-size-picker',
|
|
51
|
+
customLabel: /*#__PURE__*/React.createElement(TableSizePicker, {
|
|
52
|
+
onConfirm: function onConfirm(cols, rows) {
|
|
53
|
+
var node = items.find(function (it) {
|
|
54
|
+
return it.title === '表格';
|
|
55
|
+
});
|
|
56
|
+
if (node) command(_objectSpread(_objectSpread({}, node), {}, {
|
|
57
|
+
attrs: {
|
|
58
|
+
cols: cols,
|
|
59
|
+
rows: rows
|
|
60
|
+
}
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
63
|
+
})
|
|
64
|
+
}]
|
|
65
|
+
}, {
|
|
66
|
+
label: '警告提示',
|
|
67
|
+
key: 'highlight',
|
|
68
|
+
icon: /*#__PURE__*/React.createElement(Information2LineIcon, {
|
|
69
|
+
sx: {
|
|
70
|
+
fontSize: '1rem'
|
|
71
|
+
}
|
|
72
|
+
}),
|
|
73
|
+
children: [{
|
|
74
|
+
label: '信息 Info',
|
|
75
|
+
key: 'info',
|
|
76
|
+
icon: /*#__PURE__*/React.createElement(Information2FillIcon, {
|
|
77
|
+
sx: {
|
|
78
|
+
fontSize: '1rem',
|
|
79
|
+
color: 'primary.main'
|
|
80
|
+
}
|
|
81
|
+
}),
|
|
82
|
+
onClick: function onClick() {
|
|
83
|
+
var node = items.find(function (it) {
|
|
84
|
+
return it.title === '警告提示';
|
|
85
|
+
});
|
|
86
|
+
if (node) command(_objectSpread(_objectSpread({}, node), {}, {
|
|
87
|
+
attrs: {
|
|
88
|
+
type: 'icon',
|
|
89
|
+
variant: 'info'
|
|
90
|
+
}
|
|
91
|
+
}));
|
|
92
|
+
}
|
|
93
|
+
}, {
|
|
94
|
+
label: '警告 Warning',
|
|
95
|
+
key: 'warning',
|
|
96
|
+
icon: /*#__PURE__*/React.createElement(ErrorWarningFillIcon, {
|
|
97
|
+
sx: {
|
|
98
|
+
fontSize: '1rem',
|
|
99
|
+
color: 'warning.main'
|
|
100
|
+
}
|
|
101
|
+
}),
|
|
102
|
+
onClick: function onClick() {
|
|
103
|
+
var node = items.find(function (it) {
|
|
104
|
+
return it.title === '警告提示';
|
|
105
|
+
});
|
|
106
|
+
if (node) command(_objectSpread(_objectSpread({}, node), {}, {
|
|
107
|
+
attrs: {
|
|
108
|
+
type: 'icon',
|
|
109
|
+
variant: 'warning'
|
|
110
|
+
}
|
|
111
|
+
}));
|
|
112
|
+
}
|
|
113
|
+
}, {
|
|
114
|
+
label: '错误 Error',
|
|
115
|
+
key: 'error',
|
|
116
|
+
icon: /*#__PURE__*/React.createElement(CloseCircleFillIcon, {
|
|
117
|
+
sx: {
|
|
118
|
+
fontSize: '1rem',
|
|
119
|
+
color: 'error.main'
|
|
120
|
+
}
|
|
121
|
+
}),
|
|
122
|
+
onClick: function onClick() {
|
|
123
|
+
var node = items.find(function (it) {
|
|
124
|
+
return it.title === '警告提示';
|
|
125
|
+
});
|
|
126
|
+
if (node) command(_objectSpread(_objectSpread({}, node), {}, {
|
|
127
|
+
attrs: {
|
|
128
|
+
type: 'icon',
|
|
129
|
+
variant: 'error'
|
|
130
|
+
}
|
|
131
|
+
}));
|
|
132
|
+
}
|
|
133
|
+
}, {
|
|
134
|
+
label: '成功 Success',
|
|
135
|
+
key: 'success',
|
|
136
|
+
icon: /*#__PURE__*/React.createElement(CheckboxCircleFillIcon, {
|
|
137
|
+
sx: {
|
|
138
|
+
fontSize: '1rem',
|
|
139
|
+
color: 'success.main'
|
|
140
|
+
}
|
|
141
|
+
}),
|
|
142
|
+
onClick: function onClick() {
|
|
143
|
+
var node = items.find(function (it) {
|
|
144
|
+
return it.title === '警告提示';
|
|
145
|
+
});
|
|
146
|
+
if (node) command(_objectSpread(_objectSpread({}, node), {}, {
|
|
147
|
+
attrs: {
|
|
148
|
+
type: 'icon',
|
|
149
|
+
variant: 'success'
|
|
150
|
+
}
|
|
151
|
+
}));
|
|
152
|
+
}
|
|
153
|
+
}]
|
|
154
|
+
}, {
|
|
155
|
+
label: '数学公式',
|
|
156
|
+
key: 'math',
|
|
157
|
+
icon: /*#__PURE__*/React.createElement(FormulaIcon, {
|
|
158
|
+
sx: {
|
|
159
|
+
fontSize: '1rem'
|
|
160
|
+
}
|
|
161
|
+
}),
|
|
162
|
+
children: [{
|
|
163
|
+
label: '行内数学公式',
|
|
164
|
+
key: 'inline-math',
|
|
165
|
+
icon: /*#__PURE__*/React.createElement(SquareRootIcon, {
|
|
166
|
+
sx: {
|
|
167
|
+
fontSize: '1rem'
|
|
168
|
+
}
|
|
169
|
+
}),
|
|
170
|
+
onClick: function onClick() {
|
|
171
|
+
var node = items.find(function (it) {
|
|
172
|
+
return it.title === '行内数学公式';
|
|
173
|
+
});
|
|
174
|
+
if (node) command(node);
|
|
175
|
+
}
|
|
176
|
+
}, {
|
|
177
|
+
label: '块级数学公式',
|
|
178
|
+
key: 'block-math',
|
|
179
|
+
icon: /*#__PURE__*/React.createElement(FunctionsIcon, {
|
|
180
|
+
sx: {
|
|
181
|
+
fontSize: '1rem'
|
|
182
|
+
}
|
|
183
|
+
}),
|
|
184
|
+
onClick: function onClick() {
|
|
185
|
+
var node = items.find(function (it) {
|
|
186
|
+
return it.title === '块级数学公式';
|
|
187
|
+
});
|
|
188
|
+
if (node) command(node);
|
|
189
|
+
}
|
|
190
|
+
}]
|
|
191
|
+
}, {
|
|
192
|
+
label: '上传文件',
|
|
193
|
+
key: 'download',
|
|
194
|
+
icon: /*#__PURE__*/React.createElement(UploadIcon, {
|
|
195
|
+
sx: {
|
|
196
|
+
fontSize: '1rem'
|
|
197
|
+
}
|
|
198
|
+
}),
|
|
199
|
+
children: [{
|
|
200
|
+
label: '上传图片',
|
|
201
|
+
key: 'image',
|
|
202
|
+
icon: /*#__PURE__*/React.createElement(ImageLineIcon, {
|
|
203
|
+
sx: {
|
|
204
|
+
fontSize: '1rem'
|
|
205
|
+
}
|
|
206
|
+
}),
|
|
207
|
+
onClick: function onClick() {
|
|
208
|
+
var node = items.find(function (it) {
|
|
209
|
+
return it.title === '图片';
|
|
210
|
+
});
|
|
211
|
+
if (node) command(node);
|
|
212
|
+
}
|
|
213
|
+
}, {
|
|
214
|
+
label: '上传视频',
|
|
215
|
+
key: 'video',
|
|
216
|
+
icon: /*#__PURE__*/React.createElement(MovieLineIcon, {
|
|
217
|
+
sx: {
|
|
218
|
+
fontSize: '1rem'
|
|
219
|
+
}
|
|
220
|
+
}),
|
|
221
|
+
onClick: function onClick() {
|
|
222
|
+
var node = items.find(function (it) {
|
|
223
|
+
return it.title === '视频';
|
|
224
|
+
});
|
|
225
|
+
if (node) command(node);
|
|
226
|
+
}
|
|
227
|
+
}, {
|
|
228
|
+
label: '上传音频',
|
|
229
|
+
key: 'audio',
|
|
230
|
+
icon: /*#__PURE__*/React.createElement(Music2LineIcon, {
|
|
231
|
+
sx: {
|
|
232
|
+
fontSize: '1rem'
|
|
233
|
+
}
|
|
234
|
+
}),
|
|
235
|
+
onClick: function onClick() {
|
|
236
|
+
var node = items.find(function (it) {
|
|
237
|
+
return it.title === '音频';
|
|
238
|
+
});
|
|
239
|
+
if (node) command(node);
|
|
240
|
+
}
|
|
241
|
+
}, {
|
|
242
|
+
label: '上传附件',
|
|
243
|
+
key: 'attachment',
|
|
244
|
+
icon: /*#__PURE__*/React.createElement(AttachmentLineIcon, {
|
|
245
|
+
sx: {
|
|
246
|
+
fontSize: '1rem'
|
|
247
|
+
}
|
|
248
|
+
}),
|
|
249
|
+
onClick: function onClick() {
|
|
250
|
+
var node = items.find(function (it) {
|
|
251
|
+
return it.title === '附件';
|
|
252
|
+
});
|
|
253
|
+
if (node) command(node);
|
|
254
|
+
}
|
|
255
|
+
}]
|
|
256
|
+
}],
|
|
257
|
+
arrowIcon: /*#__PURE__*/React.createElement(ArrowDownSLineIcon, {
|
|
258
|
+
sx: {
|
|
259
|
+
fontSize: '1rem',
|
|
260
|
+
transform: 'rotate(-90deg)'
|
|
261
|
+
}
|
|
262
|
+
})
|
|
263
|
+
}));
|
|
264
|
+
});
|
|
265
|
+
SlashCommandsList.displayName = 'SlashCommandsList';
|
|
266
|
+
export default SlashCommandsList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Editor } from '@tiptap/core';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
interface TableContextMenuProps {
|
|
4
|
+
editor: Editor;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onCommandExecute?: () => void;
|
|
7
|
+
hasMultipleSelection: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const TableContextMenu: React.FC<TableContextMenuProps>;
|
|
10
|
+
export default TableContextMenu;
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { ToolbarItem } from "../../../component/Toolbar";
|
|
2
|
+
import { Box, Divider, MenuItem, MenuList, Stack } from '@mui/material';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { BoldIcon, DeleteColumnIcon, DeleteLineIcon, DeleteRowIcon, InsertColumnLeftIcon, InsertColumnRightIcon, InsertRowBottomIcon, InsertRowTopIcon, ItalicIcon, LayoutLeft2LineIcon, LayoutTop2LineIcon, MergeCellsHorizontalIcon, SplitCellsHorizontalIcon, StrikethroughIcon, UnderlineIcon } from "../../../component/Icons";
|
|
5
|
+
var TableContextMenu = function TableContextMenu(_ref) {
|
|
6
|
+
var editor = _ref.editor,
|
|
7
|
+
onClose = _ref.onClose,
|
|
8
|
+
hasMultipleSelection = _ref.hasMultipleSelection,
|
|
9
|
+
onCommandExecute = _ref.onCommandExecute;
|
|
10
|
+
var handleCommand = function handleCommand(command) {
|
|
11
|
+
command();
|
|
12
|
+
onCommandExecute === null || onCommandExecute === void 0 || onCommandExecute();
|
|
13
|
+
onClose();
|
|
14
|
+
};
|
|
15
|
+
var menuItems = [{
|
|
16
|
+
label: '在左侧插入列',
|
|
17
|
+
icon: /*#__PURE__*/React.createElement(InsertColumnLeftIcon, {
|
|
18
|
+
sx: {
|
|
19
|
+
fontSize: '1rem'
|
|
20
|
+
}
|
|
21
|
+
}),
|
|
22
|
+
action: function action() {
|
|
23
|
+
return handleCommand(function () {
|
|
24
|
+
return editor.chain().focus().addColumnBefore().run();
|
|
25
|
+
});
|
|
26
|
+
},
|
|
27
|
+
show: true
|
|
28
|
+
}, {
|
|
29
|
+
label: '在右侧插入列',
|
|
30
|
+
icon: /*#__PURE__*/React.createElement(InsertColumnRightIcon, {
|
|
31
|
+
sx: {
|
|
32
|
+
fontSize: '1rem'
|
|
33
|
+
}
|
|
34
|
+
}),
|
|
35
|
+
action: function action() {
|
|
36
|
+
return handleCommand(function () {
|
|
37
|
+
return editor.chain().focus().addColumnAfter().run();
|
|
38
|
+
});
|
|
39
|
+
},
|
|
40
|
+
show: true
|
|
41
|
+
}, {
|
|
42
|
+
label: '在上方插入行',
|
|
43
|
+
icon: /*#__PURE__*/React.createElement(InsertRowTopIcon, {
|
|
44
|
+
sx: {
|
|
45
|
+
fontSize: '1rem'
|
|
46
|
+
}
|
|
47
|
+
}),
|
|
48
|
+
action: function action() {
|
|
49
|
+
return handleCommand(function () {
|
|
50
|
+
return editor.chain().focus().addRowBefore().run();
|
|
51
|
+
});
|
|
52
|
+
},
|
|
53
|
+
show: true
|
|
54
|
+
}, {
|
|
55
|
+
label: '在下方插入行',
|
|
56
|
+
icon: /*#__PURE__*/React.createElement(InsertRowBottomIcon, {
|
|
57
|
+
sx: {
|
|
58
|
+
fontSize: '1rem'
|
|
59
|
+
}
|
|
60
|
+
}),
|
|
61
|
+
action: function action() {
|
|
62
|
+
return handleCommand(function () {
|
|
63
|
+
return editor.chain().focus().addRowAfter().run();
|
|
64
|
+
});
|
|
65
|
+
},
|
|
66
|
+
show: true
|
|
67
|
+
}, {
|
|
68
|
+
label: '合并单元格',
|
|
69
|
+
icon: /*#__PURE__*/React.createElement(MergeCellsHorizontalIcon, {
|
|
70
|
+
sx: {
|
|
71
|
+
fontSize: '1rem'
|
|
72
|
+
}
|
|
73
|
+
}),
|
|
74
|
+
action: function action() {
|
|
75
|
+
return handleCommand(function () {
|
|
76
|
+
return editor.chain().focus().mergeCells().run();
|
|
77
|
+
});
|
|
78
|
+
},
|
|
79
|
+
show: hasMultipleSelection
|
|
80
|
+
}, {
|
|
81
|
+
label: '拆分单元格',
|
|
82
|
+
icon: /*#__PURE__*/React.createElement(SplitCellsHorizontalIcon, {
|
|
83
|
+
sx: {
|
|
84
|
+
fontSize: '1rem'
|
|
85
|
+
}
|
|
86
|
+
}),
|
|
87
|
+
action: function action() {
|
|
88
|
+
return handleCommand(function () {
|
|
89
|
+
return editor.chain().focus().splitCell().run();
|
|
90
|
+
});
|
|
91
|
+
},
|
|
92
|
+
show: true
|
|
93
|
+
}, {
|
|
94
|
+
label: '切换表头行',
|
|
95
|
+
icon: /*#__PURE__*/React.createElement(LayoutTop2LineIcon, {
|
|
96
|
+
sx: {
|
|
97
|
+
fontSize: '1rem'
|
|
98
|
+
}
|
|
99
|
+
}),
|
|
100
|
+
action: function action() {
|
|
101
|
+
return handleCommand(function () {
|
|
102
|
+
return editor.chain().focus().toggleHeaderRow().run();
|
|
103
|
+
});
|
|
104
|
+
},
|
|
105
|
+
show: true
|
|
106
|
+
}, {
|
|
107
|
+
label: '切换表头列',
|
|
108
|
+
icon: /*#__PURE__*/React.createElement(LayoutLeft2LineIcon, {
|
|
109
|
+
sx: {
|
|
110
|
+
fontSize: '1rem'
|
|
111
|
+
}
|
|
112
|
+
}),
|
|
113
|
+
action: function action() {
|
|
114
|
+
return handleCommand(function () {
|
|
115
|
+
return editor.chain().focus().toggleHeaderColumn().run();
|
|
116
|
+
});
|
|
117
|
+
},
|
|
118
|
+
show: true
|
|
119
|
+
}, {
|
|
120
|
+
label: '删除当前列',
|
|
121
|
+
icon: /*#__PURE__*/React.createElement(DeleteColumnIcon, {
|
|
122
|
+
sx: {
|
|
123
|
+
fontSize: '1rem',
|
|
124
|
+
color: 'error.main'
|
|
125
|
+
}
|
|
126
|
+
}),
|
|
127
|
+
action: function action() {
|
|
128
|
+
return handleCommand(function () {
|
|
129
|
+
return editor.chain().focus().deleteColumn().run();
|
|
130
|
+
});
|
|
131
|
+
},
|
|
132
|
+
show: true
|
|
133
|
+
}, {
|
|
134
|
+
label: '删除当前行',
|
|
135
|
+
icon: /*#__PURE__*/React.createElement(DeleteRowIcon, {
|
|
136
|
+
sx: {
|
|
137
|
+
fontSize: '1rem',
|
|
138
|
+
color: 'error.main'
|
|
139
|
+
}
|
|
140
|
+
}),
|
|
141
|
+
action: function action() {
|
|
142
|
+
return handleCommand(function () {
|
|
143
|
+
return editor.chain().focus().deleteRow().run();
|
|
144
|
+
});
|
|
145
|
+
},
|
|
146
|
+
show: true
|
|
147
|
+
}, {
|
|
148
|
+
label: '删除表格',
|
|
149
|
+
icon: /*#__PURE__*/React.createElement(DeleteLineIcon, {
|
|
150
|
+
sx: {
|
|
151
|
+
fontSize: '1rem',
|
|
152
|
+
color: 'error.main'
|
|
153
|
+
}
|
|
154
|
+
}),
|
|
155
|
+
action: function action() {
|
|
156
|
+
return handleCommand(function () {
|
|
157
|
+
return editor.chain().focus().deleteTable().run();
|
|
158
|
+
});
|
|
159
|
+
},
|
|
160
|
+
show: true
|
|
161
|
+
}];
|
|
162
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Stack, {
|
|
163
|
+
direction: 'row',
|
|
164
|
+
alignItems: 'center',
|
|
165
|
+
sx: {
|
|
166
|
+
p: 0.5
|
|
167
|
+
}
|
|
168
|
+
}, /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
169
|
+
onClick: function onClick() {
|
|
170
|
+
return editor.chain().focus().toggleBold().run();
|
|
171
|
+
},
|
|
172
|
+
icon: /*#__PURE__*/React.createElement(BoldIcon, {
|
|
173
|
+
sx: {
|
|
174
|
+
fontSize: '1rem'
|
|
175
|
+
}
|
|
176
|
+
})
|
|
177
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
178
|
+
onClick: function onClick() {
|
|
179
|
+
return editor.chain().focus().toggleItalic().run();
|
|
180
|
+
},
|
|
181
|
+
icon: /*#__PURE__*/React.createElement(ItalicIcon, {
|
|
182
|
+
sx: {
|
|
183
|
+
fontSize: '1rem'
|
|
184
|
+
}
|
|
185
|
+
})
|
|
186
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
187
|
+
onClick: function onClick() {
|
|
188
|
+
return editor.chain().focus().toggleUnderline().run();
|
|
189
|
+
},
|
|
190
|
+
icon: /*#__PURE__*/React.createElement(UnderlineIcon, {
|
|
191
|
+
sx: {
|
|
192
|
+
fontSize: '1rem'
|
|
193
|
+
}
|
|
194
|
+
})
|
|
195
|
+
}), /*#__PURE__*/React.createElement(ToolbarItem, {
|
|
196
|
+
onClick: function onClick() {
|
|
197
|
+
return editor.chain().focus().toggleStrike().run();
|
|
198
|
+
},
|
|
199
|
+
icon: /*#__PURE__*/React.createElement(StrikethroughIcon, {
|
|
200
|
+
sx: {
|
|
201
|
+
fontSize: '1rem'
|
|
202
|
+
}
|
|
203
|
+
})
|
|
204
|
+
})), /*#__PURE__*/React.createElement(Divider, null), /*#__PURE__*/React.createElement(MenuList, {
|
|
205
|
+
sx: {
|
|
206
|
+
p: 0.5
|
|
207
|
+
}
|
|
208
|
+
}, menuItems.map(function (item, index) {
|
|
209
|
+
return item.show ? /*#__PURE__*/React.createElement(MenuItem, {
|
|
210
|
+
key: index,
|
|
211
|
+
onClick: item.action,
|
|
212
|
+
sx: {
|
|
213
|
+
py: 1,
|
|
214
|
+
px: 2,
|
|
215
|
+
fontSize: '0.875rem',
|
|
216
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
217
|
+
'&:hover': {
|
|
218
|
+
backgroundColor: 'action.hover'
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}, /*#__PURE__*/React.createElement(Stack, {
|
|
222
|
+
direction: "row",
|
|
223
|
+
alignItems: "center",
|
|
224
|
+
gap: 1.5
|
|
225
|
+
}, item.icon, /*#__PURE__*/React.createElement(Box, null, item.label))) : null;
|
|
226
|
+
})));
|
|
227
|
+
};
|
|
228
|
+
export default TableContextMenu;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Editor } from '@tiptap/core';
|
|
2
|
+
import { Plugin, PluginKey } from '@tiptap/pm/state';
|
|
3
|
+
export interface TableContextMenuPluginState {
|
|
4
|
+
show: boolean;
|
|
5
|
+
anchorEl: HTMLElement | null;
|
|
6
|
+
hasMultipleSelection: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const TableContextMenuPluginKey: PluginKey<TableContextMenuPluginState>;
|
|
9
|
+
export declare const createTableContextMenuPlugin: (editor: Editor) => Plugin<TableContextMenuPluginState>;
|