@ctzhian/tiptap 1.5.2 → 1.5.4
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,84 @@
|
|
|
1
|
+
declare const light: {
|
|
2
|
+
primary: {
|
|
3
|
+
main: string;
|
|
4
|
+
contrastText: string;
|
|
5
|
+
};
|
|
6
|
+
secondary: {
|
|
7
|
+
main: string;
|
|
8
|
+
lighter: string;
|
|
9
|
+
light: string;
|
|
10
|
+
dark: string;
|
|
11
|
+
darker: string;
|
|
12
|
+
contrastText: string;
|
|
13
|
+
};
|
|
14
|
+
info: {
|
|
15
|
+
main: string;
|
|
16
|
+
lighter: string;
|
|
17
|
+
light: string;
|
|
18
|
+
dark: string;
|
|
19
|
+
darker: string;
|
|
20
|
+
contrastText: string;
|
|
21
|
+
};
|
|
22
|
+
success: {
|
|
23
|
+
main: string;
|
|
24
|
+
lighter: string;
|
|
25
|
+
light: string;
|
|
26
|
+
dark: string;
|
|
27
|
+
darker: string;
|
|
28
|
+
contrastText: string;
|
|
29
|
+
};
|
|
30
|
+
warning: {
|
|
31
|
+
main: string;
|
|
32
|
+
lighter: string;
|
|
33
|
+
light: string;
|
|
34
|
+
dark: string;
|
|
35
|
+
darker: string;
|
|
36
|
+
contrastText: string;
|
|
37
|
+
};
|
|
38
|
+
neutral: {
|
|
39
|
+
main: string;
|
|
40
|
+
contrastText: string;
|
|
41
|
+
};
|
|
42
|
+
error: {
|
|
43
|
+
main: string;
|
|
44
|
+
lighter: string;
|
|
45
|
+
light: string;
|
|
46
|
+
dark: string;
|
|
47
|
+
darker: string;
|
|
48
|
+
contrastText: string;
|
|
49
|
+
};
|
|
50
|
+
text: {
|
|
51
|
+
primary: string;
|
|
52
|
+
secondary: string;
|
|
53
|
+
tertiary: string;
|
|
54
|
+
disabled: string;
|
|
55
|
+
slave: string;
|
|
56
|
+
inverse: string;
|
|
57
|
+
inverseAuxiliary: string;
|
|
58
|
+
inverseDisabled: string;
|
|
59
|
+
};
|
|
60
|
+
divider: string;
|
|
61
|
+
background: {
|
|
62
|
+
default: string;
|
|
63
|
+
paper: string;
|
|
64
|
+
paper2: string;
|
|
65
|
+
paper3: string;
|
|
66
|
+
};
|
|
67
|
+
shadows: string;
|
|
68
|
+
table: {
|
|
69
|
+
head: {
|
|
70
|
+
backgroundColor: string;
|
|
71
|
+
color: string;
|
|
72
|
+
};
|
|
73
|
+
row: {
|
|
74
|
+
hoverColor: string;
|
|
75
|
+
};
|
|
76
|
+
cell: {
|
|
77
|
+
borderColor: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
charts: {
|
|
81
|
+
color: string[];
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
export default light;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
var light = {
|
|
2
|
+
primary: {
|
|
3
|
+
main: '#3248F2',
|
|
4
|
+
contrastText: '#fff'
|
|
5
|
+
},
|
|
6
|
+
secondary: {
|
|
7
|
+
main: '#3366FF',
|
|
8
|
+
lighter: '#D6E4FF',
|
|
9
|
+
light: '#84A9FF',
|
|
10
|
+
dark: '#1939B7',
|
|
11
|
+
darker: '#091A7A',
|
|
12
|
+
contrastText: '#fff'
|
|
13
|
+
},
|
|
14
|
+
info: {
|
|
15
|
+
main: '#0063FF',
|
|
16
|
+
lighter: '#D0F2FF',
|
|
17
|
+
light: '#74CAFF',
|
|
18
|
+
dark: '#0C53B7',
|
|
19
|
+
darker: '#04297A',
|
|
20
|
+
contrastText: '#fff'
|
|
21
|
+
},
|
|
22
|
+
success: {
|
|
23
|
+
main: '#82DDAF',
|
|
24
|
+
lighter: '#E9FCD4',
|
|
25
|
+
light: '#AAF27F',
|
|
26
|
+
dark: '#229A16',
|
|
27
|
+
darker: '#08660D',
|
|
28
|
+
contrastText: 'rgba(0,0,0,0.7)'
|
|
29
|
+
},
|
|
30
|
+
warning: {
|
|
31
|
+
main: '#FEA145',
|
|
32
|
+
lighter: '#FFF7CD',
|
|
33
|
+
light: '#FFE16A',
|
|
34
|
+
dark: '#B78103',
|
|
35
|
+
darker: '#7A4F01',
|
|
36
|
+
contrastText: 'rgba(0,0,0,0.7)'
|
|
37
|
+
},
|
|
38
|
+
neutral: {
|
|
39
|
+
main: '#FFFFFF',
|
|
40
|
+
contrastText: 'rgba(0, 0, 0, 0.60)'
|
|
41
|
+
},
|
|
42
|
+
error: {
|
|
43
|
+
main: '#FE4545',
|
|
44
|
+
lighter: '#FFE7D9',
|
|
45
|
+
light: '#FFA48D',
|
|
46
|
+
dark: '#B72136',
|
|
47
|
+
darker: '#7A0C2E',
|
|
48
|
+
contrastText: '#FFFFFF'
|
|
49
|
+
},
|
|
50
|
+
text: {
|
|
51
|
+
primary: '#171c19',
|
|
52
|
+
secondary: '#3f4441',
|
|
53
|
+
tertiary: '#717572',
|
|
54
|
+
disabled: '#6e7781',
|
|
55
|
+
slave: 'rgba(33,34,35,0.3)',
|
|
56
|
+
inverse: '#FFFFFF',
|
|
57
|
+
inverseAuxiliary: 'rgba(255,255,255,0.5)',
|
|
58
|
+
inverseDisabled: 'rgba(255,255,255,0.15)'
|
|
59
|
+
},
|
|
60
|
+
divider: '#ECEEF1',
|
|
61
|
+
background: {
|
|
62
|
+
default: '#FFFFFF',
|
|
63
|
+
paper: '#FFFFFF',
|
|
64
|
+
paper2: '#F1F2F8',
|
|
65
|
+
paper3: '#F8F9FA'
|
|
66
|
+
},
|
|
67
|
+
shadows: 'rgba(68, 80 ,91, 0.1)',
|
|
68
|
+
table: {
|
|
69
|
+
head: {
|
|
70
|
+
backgroundColor: '#FFFFFF',
|
|
71
|
+
color: '#000'
|
|
72
|
+
},
|
|
73
|
+
row: {
|
|
74
|
+
hoverColor: '#F8F9FA'
|
|
75
|
+
},
|
|
76
|
+
cell: {
|
|
77
|
+
borderColor: '#ECEEF1'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
charts: {
|
|
81
|
+
color: ['#673AB7', '#36B37E']
|
|
82
|
+
}
|
|
83
|
+
};
|
|
84
|
+
export default light;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { type ThemeColor } from './color';
|
|
2
|
+
import { type ThemeMode } from './themeContext';
|
|
3
|
+
export default function themePalette(color: ThemeColor, mode: Omit<ThemeMode, 'system'>): {
|
|
4
|
+
mode: Omit<string, "system">;
|
|
5
|
+
common: {
|
|
6
|
+
black: string;
|
|
7
|
+
white: string;
|
|
8
|
+
};
|
|
9
|
+
primary: {
|
|
10
|
+
main: string;
|
|
11
|
+
contrastText: string;
|
|
12
|
+
};
|
|
13
|
+
secondary: {
|
|
14
|
+
main: string;
|
|
15
|
+
lighter: string;
|
|
16
|
+
light: string;
|
|
17
|
+
dark: string;
|
|
18
|
+
darker: string;
|
|
19
|
+
contrastText: string;
|
|
20
|
+
};
|
|
21
|
+
info: {
|
|
22
|
+
main: string;
|
|
23
|
+
lighter: string;
|
|
24
|
+
light: string;
|
|
25
|
+
dark: string;
|
|
26
|
+
darker: string;
|
|
27
|
+
contrastText: string;
|
|
28
|
+
};
|
|
29
|
+
success: {
|
|
30
|
+
main: string;
|
|
31
|
+
lighter: string;
|
|
32
|
+
light: string;
|
|
33
|
+
dark: string;
|
|
34
|
+
darker: string;
|
|
35
|
+
contrastText: string;
|
|
36
|
+
};
|
|
37
|
+
warning: {
|
|
38
|
+
main: string;
|
|
39
|
+
lighter: string;
|
|
40
|
+
light: string;
|
|
41
|
+
dark: string;
|
|
42
|
+
darker: string;
|
|
43
|
+
contrastText: string;
|
|
44
|
+
};
|
|
45
|
+
neutral: {
|
|
46
|
+
main: string;
|
|
47
|
+
contrastText: string;
|
|
48
|
+
};
|
|
49
|
+
error: {
|
|
50
|
+
main: string;
|
|
51
|
+
lighter: string;
|
|
52
|
+
light: string;
|
|
53
|
+
dark: string;
|
|
54
|
+
darker: string;
|
|
55
|
+
contrastText: string;
|
|
56
|
+
};
|
|
57
|
+
divider: string;
|
|
58
|
+
text: {
|
|
59
|
+
primary: string;
|
|
60
|
+
secondary: string;
|
|
61
|
+
tertiary: string;
|
|
62
|
+
disabled: string;
|
|
63
|
+
slave: string;
|
|
64
|
+
inverse: string;
|
|
65
|
+
inverseAuxiliary: string;
|
|
66
|
+
inverseDisabled: string;
|
|
67
|
+
};
|
|
68
|
+
background: {
|
|
69
|
+
default: string;
|
|
70
|
+
paper: string;
|
|
71
|
+
paper2: string;
|
|
72
|
+
paper3: string;
|
|
73
|
+
};
|
|
74
|
+
table: {
|
|
75
|
+
head: {
|
|
76
|
+
backgroundColor: string;
|
|
77
|
+
color: string;
|
|
78
|
+
};
|
|
79
|
+
row: {
|
|
80
|
+
hoverColor: string;
|
|
81
|
+
};
|
|
82
|
+
cell: {
|
|
83
|
+
borderColor: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
charts: {
|
|
87
|
+
color: string[];
|
|
88
|
+
};
|
|
89
|
+
action: {
|
|
90
|
+
selectedOpacity: number;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default function themePalette(color, mode) {
|
|
2
|
+
return {
|
|
3
|
+
mode: mode,
|
|
4
|
+
common: {
|
|
5
|
+
black: '#000',
|
|
6
|
+
white: '#fff'
|
|
7
|
+
},
|
|
8
|
+
primary: color.primary,
|
|
9
|
+
secondary: color.secondary,
|
|
10
|
+
info: color.info,
|
|
11
|
+
success: color.success,
|
|
12
|
+
warning: color.warning,
|
|
13
|
+
neutral: color.neutral,
|
|
14
|
+
error: color.error,
|
|
15
|
+
divider: color.divider,
|
|
16
|
+
text: color.text,
|
|
17
|
+
background: color.background,
|
|
18
|
+
table: color.table,
|
|
19
|
+
charts: color.charts,
|
|
20
|
+
action: {
|
|
21
|
+
selectedOpacity: 0.3
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export default function shadows(color) {
|
|
2
|
+
return ["0px 12px 24px -4px ".concat(color.shadows, ",0px 0px 2px 0px ").concat(color.shadows), "0px 12px 24px -4px ".concat(color.shadows, ",0px 0px 2px 0px ").concat(color.shadows), "0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.12),0px 1px 5px 0px rgba(0,0,0,0.12)", "0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.12),0px 1px 8px 0px rgba(0,0,0,0.12)", "0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.12),0px 1px 10px 0px rgba(0,0,0,0.12)", "0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.12),0px 1px 14px 0px rgba(0,0,0,0.12)", "0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.12),0px 1px 18px 0px rgba(0,0,0,0.12)", "0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.12),0px 2px 16px 1px rgba(0,0,0,0.12)", "0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.12),0px 3px 14px 2px rgba(0,0,0,0.12)", "0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.12),0px 3px 16px 2px rgba(0,0,0,0.12)", "0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.12),0px 4px 18px 3px rgba(0,0,0,0.12)", "0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.12),0px 4px 20px 3px rgba(0,0,0,0.12)", "0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.12),0px 5px 22px 4px rgba(0,0,0,0.12)", "0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.12),0px 5px 24px 4px rgba(0,0,0,0.12)", "0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.12),0px 5px 26px 4px rgba(0,0,0,0.12)", "0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.12),0px 6px 28px 5px rgba(0,0,0,0.12)", "0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.12),0px 6px 30px 5px rgba(0,0,0,0.12)", "0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.12),0px 6px 32px 5px rgba(0,0,0,0.12)", "0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.12),0px 7px 34px 6px rgba(0,0,0,0.12)", "0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.12),0px 7px 36px 6px rgba(0,0,0,0.12)", "0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.12),0px 8px 38px 7px rgba(0,0,0,0.12)", "0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.12),0px 8px 40px 7px rgba(0,0,0,0.12)", "0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.12),0px 8px 42px 7px rgba(0,0,0,0.12)", "0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.12),0px 9px 44px 8px rgba(0,0,0,0.12)", "0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.12),0px 9px 46px 8px rgba(0,0,0,0.12)"];
|
|
3
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type ThemeMode = 'dark' | 'light' | 'system' | string;
|
|
3
|
+
export interface ThemeContextProps {
|
|
4
|
+
mode: ThemeMode;
|
|
5
|
+
setThemeMode(mode: ThemeMode): void;
|
|
6
|
+
}
|
|
7
|
+
declare const ThemeContext: import("react").Context<ThemeContextProps>;
|
|
8
|
+
export default ThemeContext;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PopoverOrigin, SxProps, Theme } from '@mui/material';
|
|
3
|
+
import { Editor, Extension } from '@tiptap/core';
|
|
4
|
+
import { YoutubeOptions } from '@tiptap/extension-youtube';
|
|
5
|
+
export type { Editor } from '@tiptap/react';
|
|
6
|
+
export interface MenuItem {
|
|
7
|
+
label?: React.ReactNode;
|
|
8
|
+
customLabel?: React.ReactNode;
|
|
9
|
+
icon?: React.ReactNode;
|
|
10
|
+
extra?: React.ReactNode;
|
|
11
|
+
selected?: boolean;
|
|
12
|
+
attrs?: Record<string, unknown>;
|
|
13
|
+
children?: MenuItem[];
|
|
14
|
+
textSx?: SxProps<Theme>;
|
|
15
|
+
key: number | string;
|
|
16
|
+
minWidth?: number;
|
|
17
|
+
maxHeight?: number;
|
|
18
|
+
onClick?: () => void;
|
|
19
|
+
}
|
|
20
|
+
export interface MenuProps {
|
|
21
|
+
id?: string;
|
|
22
|
+
arrowIcon?: React.ReactNode;
|
|
23
|
+
list: MenuItem[];
|
|
24
|
+
header?: React.ReactNode;
|
|
25
|
+
context?: React.ReactElement<{
|
|
26
|
+
onClick?: any;
|
|
27
|
+
'aria-describedby'?: any;
|
|
28
|
+
}>;
|
|
29
|
+
anchorOrigin?: PopoverOrigin;
|
|
30
|
+
transformOrigin?: PopoverOrigin;
|
|
31
|
+
childrenProps?: {
|
|
32
|
+
anchorOrigin?: PopoverOrigin;
|
|
33
|
+
transformOrigin?: PopoverOrigin;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export type ToolbarItemType = {
|
|
37
|
+
id: string;
|
|
38
|
+
icon?: React.ReactNode;
|
|
39
|
+
label?: string;
|
|
40
|
+
tip?: string;
|
|
41
|
+
shortcutKey?: string[];
|
|
42
|
+
className?: string;
|
|
43
|
+
disabled?: boolean;
|
|
44
|
+
onClick?: () => void;
|
|
45
|
+
};
|
|
46
|
+
export type UploadFunction = (file: File, onProgress?: (event: {
|
|
47
|
+
progress: number;
|
|
48
|
+
}) => void, abortSignal?: AbortSignal) => Promise<string>;
|
|
49
|
+
export type TipType = 'error' | 'success' | 'info' | 'warning';
|
|
50
|
+
export type OnTipFunction = (type: TipType, tip: string) => void;
|
|
51
|
+
export type EditorProps = {
|
|
52
|
+
editor: Editor;
|
|
53
|
+
menuInDragHandle?: MenuItem[];
|
|
54
|
+
menuInBubbleMenu?: MenuItem[];
|
|
55
|
+
height?: number | string;
|
|
56
|
+
onTip?: OnTipFunction;
|
|
57
|
+
};
|
|
58
|
+
export type TocItem = {
|
|
59
|
+
id: string;
|
|
60
|
+
isActive: boolean;
|
|
61
|
+
isScrolledOver: boolean;
|
|
62
|
+
itemIndex: number;
|
|
63
|
+
level: number;
|
|
64
|
+
originalLevel: number;
|
|
65
|
+
pos: number;
|
|
66
|
+
textContent: string;
|
|
67
|
+
};
|
|
68
|
+
export type TocList = TocItem[];
|
|
69
|
+
export type EditorFnProps = {
|
|
70
|
+
onError?: (error: Error) => void;
|
|
71
|
+
onUpload?: UploadFunction;
|
|
72
|
+
onTocUpdate?: (toc: TocList) => void;
|
|
73
|
+
};
|
|
74
|
+
export type MentionItems = string[];
|
|
75
|
+
export type MentionExtensionProps = {
|
|
76
|
+
mentionItems?: MentionItems;
|
|
77
|
+
onMentionFilter?: ({ query }: {
|
|
78
|
+
query: string;
|
|
79
|
+
}) => Promise<MentionItems>;
|
|
80
|
+
};
|
|
81
|
+
export type ExtensionRelativeProps = MentionExtensionProps & EditorFnProps & {
|
|
82
|
+
limit?: number | null;
|
|
83
|
+
exclude?: string[];
|
|
84
|
+
extensions?: Extension[];
|
|
85
|
+
editable: boolean;
|
|
86
|
+
youtube?: Partial<YoutubeOptions>;
|
|
87
|
+
};
|
|
88
|
+
export type UseTiptapProps = {
|
|
89
|
+
onSave?: (editor: Editor) => void;
|
|
90
|
+
} & ExtensionRelativeProps;
|
|
91
|
+
export type GetExtensionsProps = ExtensionRelativeProps;
|
|
92
|
+
export type UseTiptapReturn = {
|
|
93
|
+
editor: Editor;
|
|
94
|
+
getText: () => string;
|
|
95
|
+
getHTML: () => string;
|
|
96
|
+
getJSON: () => any;
|
|
97
|
+
getMarkdownByJSON: () => string;
|
|
98
|
+
};
|
|
99
|
+
export interface SlashCommandItem {
|
|
100
|
+
title: string;
|
|
101
|
+
icon: React.ReactNode;
|
|
102
|
+
command: (props: {
|
|
103
|
+
editor: Editor;
|
|
104
|
+
range: {
|
|
105
|
+
from: number;
|
|
106
|
+
to: number;
|
|
107
|
+
};
|
|
108
|
+
}) => void;
|
|
109
|
+
attrs?: Record<string, unknown>;
|
|
110
|
+
children?: SlashCommandItem[];
|
|
111
|
+
}
|
|
112
|
+
export interface SlashCommandsListProps {
|
|
113
|
+
items: SlashCommandItem[];
|
|
114
|
+
command: (item: SlashCommandItem) => void;
|
|
115
|
+
editor: Editor;
|
|
116
|
+
}
|
|
117
|
+
export interface SlashCommandsListRef {
|
|
118
|
+
onKeyDown: (props: {
|
|
119
|
+
event: KeyboardEvent;
|
|
120
|
+
}) => boolean;
|
|
121
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare module '*.png' {
|
|
2
|
+
const value: string
|
|
3
|
+
export default value
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
declare module '*.jpg' {
|
|
7
|
+
const value: string
|
|
8
|
+
export default value
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare module '*.jpeg' {
|
|
12
|
+
const value: string
|
|
13
|
+
export default value
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
declare module '*.svg' {
|
|
17
|
+
const value: string
|
|
18
|
+
export default value
|
|
19
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Node as PMNode } from '@tiptap/pm/model';
|
|
2
|
+
import { DecorationSet } from '@tiptap/pm/view';
|
|
3
|
+
import { DiffItem, ProseMirrorNode } from './structuredDiff';
|
|
4
|
+
/**
|
|
5
|
+
* 根据差异数组创建装饰集合
|
|
6
|
+
* @param {Array} diffs - 差异数组
|
|
7
|
+
* @param {Object} doc - ProseMirror文档
|
|
8
|
+
* @returns {DecorationSet} 装饰集合
|
|
9
|
+
*/
|
|
10
|
+
export declare function createDecorationsFromDiffs(diffs: DiffItem[], doc: PMNode): DecorationSet;
|
|
11
|
+
/**
|
|
12
|
+
* 创建空的装饰集合
|
|
13
|
+
* @param {Object} doc - ProseMirror文档
|
|
14
|
+
* @returns {DecorationSet} 空装饰集合
|
|
15
|
+
*/
|
|
16
|
+
export declare function createEmptyDecorationSet(doc: PMNode): DecorationSet;
|
|
17
|
+
/**
|
|
18
|
+
* 获取节点大小(包含子节点)
|
|
19
|
+
* @param {Object} node - ProseMirror节点
|
|
20
|
+
* @returns {number} 节点大小
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNodeSize(node: ProseMirrorNode): number;
|