ct-rich-text-editor 1.3.5 → 1.3.6
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/README.md +217 -217
- package/dist/App.d.ts +2 -3
- package/dist/Provider/EditorProvider.d.ts +18 -19
- package/dist/Provider/LexicalProvider.d.ts +5 -6
- package/dist/api/ai/index.d.ts +27 -20
- package/dist/api/auth.d.ts +108 -108
- package/dist/api/config/axios.d.ts +1 -2
- package/dist/api/config/endpoints.d.ts +17 -15
- package/dist/api/transcript/index.d.ts +1 -1
- package/dist/assets/style.css +5039 -4188
- package/dist/{babel-d155920e.js → babel-d3085146.js} +3565 -3292
- package/dist/babel-d3085146.js.map +1 -0
- package/dist/components/AiPlugin/index.d.ts +4 -4
- package/dist/components/AlignMenu/AlignMenu.d.ts +8 -9
- package/dist/components/AlignMenu/AlignMenuDrop.d.ts +2 -3
- package/dist/components/AlignMenu/index.d.ts +1 -1
- package/dist/components/AutoExpandingDemo.d.ts +5 -6
- package/dist/components/BlockFormatMenu/BlockFormatMenu.d.ts +2 -3
- package/dist/components/BlockFormatMenu/constants.d.ts +14 -14
- package/dist/components/BlockFormatMenu/index.d.ts +1 -1
- package/dist/components/CodeActionMenuPlugin/components/CopyButton/index.d.ts +6 -7
- package/dist/components/CodeActionMenuPlugin/components/PrettierButton/index.d.ts +8 -9
- package/dist/components/CodeActionMenuPlugin/index.d.ts +4 -5
- package/dist/components/CodeActionMenuPlugin/utils.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +2 -3
- package/dist/components/ColorPicker/index.d.ts +1 -1
- package/dist/components/CommentSidebar/CommentSidebar.d.ts +7 -8
- package/dist/components/CommentSidebar/index.d.ts +1 -1
- package/dist/components/CommentToggle/CommentToggle.d.ts +7 -8
- package/dist/components/CommentToggle/index.d.ts +1 -1
- package/dist/components/CommentView/CommentView.d.ts +8 -9
- package/dist/components/CommentView/index.d.ts +1 -1
- package/dist/components/ConfigurableEditorWithAuth.d.ts +12 -13
- package/dist/components/DatePicker/DatePickerWidget.d.ts +7 -8
- package/dist/components/EmojiPickerWidget/EmojiPickerWidget.d.ts +2 -3
- package/dist/components/EmojiPickerWidget/index.d.ts +1 -1
- package/dist/components/FileUpload/InsertFileDialog.d.ts +7 -7
- package/dist/components/FileUpload/InsertFileUploadedDialogBody.d.ts +4 -5
- package/dist/components/FileView/index.d.ts +8 -9
- package/dist/components/FontFamilySelect/FontFamilyMenu.d.ts +6 -7
- package/dist/components/FontSizePicker/FontSizeControl.d.ts +2 -3
- package/dist/components/FormatTextMenu/FormatTextMenu.d.ts +2 -3
- package/dist/components/FormatTextMenu/FormatTextMenuDrop.d.ts +2 -3
- package/dist/components/FormatTextMenu/index.d.ts +1 -1
- package/dist/components/HighlightColorPicker/HighlightColorPicker.d.ts +6 -7
- package/dist/components/HtmlViewDisplay.d.ts +2 -3
- package/dist/components/ImageGenerationDialog/ImageGenerationManager.d.ts +9 -10
- package/dist/components/ImageGenerationDialog/index.d.ts +9 -9
- package/dist/components/ImageInsertTest.d.ts +2 -3
- package/dist/components/ImageView/ImageDialog/ImageUploadDialogBody.d.ts +8 -9
- package/dist/components/ImageView/ImageDialog/index.d.ts +5 -6
- package/dist/components/ImageView/ImageResizer.d.ts +15 -16
- package/dist/components/ImageView/index.d.ts +13 -14
- package/dist/components/InsertMenu/InsertMenu.d.ts +8 -9
- package/dist/components/InsertMenu/InsertMenuDrop.d.ts +8 -9
- package/dist/components/InsertMenu/index.d.ts +1 -1
- package/dist/components/NotePanelMenu/NotePanelMenu.d.ts +5 -6
- package/dist/components/NotePanelMenu/index.d.ts +1 -1
- package/dist/components/NotePanelView/NotePanelView.d.ts +8 -9
- package/dist/components/NotePanelView/index.d.ts +1 -1
- package/dist/components/Placeholder/Placeholder.d.ts +2 -3
- package/dist/components/Placeholder/index.d.ts +1 -1
- package/dist/components/Placeholder/styles.d.ts +1 -1
- package/dist/components/ScopedEditor.d.ts +8 -8
- package/dist/components/SignatureCaption/index.d.ts +6 -0
- package/dist/components/TableColorPicker/index.d.ts +7 -8
- package/dist/components/TableModal/TableModal.d.ts +9 -10
- package/dist/components/TextEnhanceDialog/index.d.ts +10 -0
- package/dist/components/Toolbar/Toolbar.d.ts +2 -3
- package/dist/components/Toolbar/index.d.ts +1 -1
- package/dist/components/Toolbar/styles.d.ts +6 -6
- package/dist/components/ui/avatar.d.ts +6 -6
- package/dist/components/ui/badge.d.ts +8 -9
- package/dist/components/ui/button.d.ts +10 -11
- package/dist/components/ui/calendar.d.ts +7 -8
- package/dist/components/ui/card.d.ts +8 -8
- package/dist/components/ui/checkbox.d.ts +4 -4
- package/dist/components/ui/dialog.d.ts +19 -19
- package/dist/components/ui/dropdown-menu.d.ts +27 -27
- package/dist/components/ui/input.d.ts +3 -3
- package/dist/components/ui/label.d.ts +4 -4
- package/dist/components/ui/popover.d.ts +7 -7
- package/dist/components/ui/select.d.ts +13 -13
- package/dist/components/ui/separator.d.ts +4 -4
- package/dist/components/ui/sheet.d.ts +24 -24
- package/dist/components/ui/skeleton.d.ts +3 -3
- package/dist/components/ui/tabs.d.ts +7 -7
- package/dist/components/ui/textarea.d.ts +3 -3
- package/dist/components/ui/tooltip.d.ts +7 -7
- package/dist/constants.d.ts +21 -22
- package/dist/context/CommentContext.d.ts +30 -31
- package/dist/context/HtmlViewContext.d.ts +16 -17
- package/dist/context/ToolbarContext.d.ts +55 -56
- package/dist/editorConfig.d.ts +48 -47
- package/dist/{estree-b1fff53b.js → estree-164983f6.js} +1763 -1778
- package/dist/estree-164983f6.js.map +1 -0
- package/dist/hooks/useAutoExpandingHeight.d.ts +15 -15
- package/dist/hooks/useBlockFormat.d.ts +16 -17
- package/dist/hooks/useColorPicker.d.ts +6 -6
- package/dist/hooks/useCustomCommands.d.ts +2 -3
- package/dist/hooks/useDebounce.d.ts +1 -1
- package/dist/hooks/useEditorToolbar.d.ts +9 -10
- package/dist/hooks/useInsertMenu.d.ts +9 -9
- package/dist/hooks/useModal.d.ts +5 -5
- package/dist/hooks/useS3Uploader.d.ts +11 -11
- package/dist/hooks/useVoiceToText.d.ts +15 -11
- package/dist/{html-f95ee5dc.js → html-5586dbf6.js} +701 -656
- package/dist/html-5586dbf6.js.map +1 -0
- package/dist/{html2pdf.bundle-c0e42624.js → html2pdf.bundle-9236a762.js} +2 -2
- package/dist/html2pdf.bundle-9236a762.js.map +1 -0
- package/dist/{html2pdf.bundle.min-64f254e4.js → html2pdf.bundle.min-5e51c303.js} +2 -2
- package/dist/html2pdf.bundle.min-5e51c303.js.map +1 -0
- package/dist/{index-2e8a7483.js → index-4a68b444.js} +54 -6
- package/dist/index-4a68b444.js.map +1 -0
- package/dist/{index-46b9ecb6.js → index-984a0184.js} +2 -2
- package/dist/index-984a0184.js.map +1 -0
- package/dist/{index-1719c0e6.js → index-dbc626d0.js} +30450 -28998
- package/dist/index-dbc626d0.js.map +1 -0
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/lib/utils.d.ts +1 -2
- package/dist/main.d.ts +0 -1
- package/dist/{markdown-1d9e6c3f.js → markdown-d513479b.js} +1836 -1789
- package/dist/markdown-d513479b.js.map +1 -0
- package/dist/nodes/CommentNode.d.ts +33 -34
- package/dist/nodes/CommentedTextNode.d.ts +28 -29
- package/dist/nodes/EmbedNode.d.ts +25 -26
- package/dist/nodes/FileNode.d.ts +31 -32
- package/dist/nodes/ImageNode.d.ts +46 -47
- package/dist/nodes/MentionNode.d.ts +74 -75
- package/dist/nodes/NotePanelNode.d.ts +30 -31
- package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +17 -18
- package/dist/pages/ConfigurableEditor/index.d.ts +2 -2
- package/dist/pages/NotFound.d.ts +2 -2
- package/dist/pages/RichTextEditor.d.ts +6 -6
- package/dist/pages/TextareaEditor.d.ts +6 -6
- package/dist/pages/styles.d.ts +5 -5
- package/dist/plugins/AIChatPlugin.d.ts +4 -5
- package/dist/plugins/AutocompletePlugin.d.ts +22 -22
- package/dist/plugins/CodeHighlightPlugin.d.ts +2 -3
- package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +21 -22
- package/dist/plugins/CommentBubblePlugin.d.ts +2 -3
- package/dist/plugins/CommentPlugin.d.ts +6 -7
- package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRuleNode.d.ts +28 -29
- package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRulePlugin.d.ts +3 -3
- package/dist/plugins/CustomHorizontalRulePlugin/HorizontalRuleCustomizationDialog.d.ts +6 -7
- package/dist/plugins/CustomHorizontalRulePlugin/index.d.ts +3 -3
- package/dist/plugins/DragDropPastePlugin/index.d.ts +8 -8
- package/dist/plugins/EmbedPreviewPlugin/FloatingEmbedMenuPlugin.d.ts +3 -4
- package/dist/plugins/EmbedPreviewPlugin/index.d.ts +5 -6
- package/dist/plugins/FilePlugin.d.ts +7 -8
- package/dist/plugins/FloatingEnhanceButton/index.d.ts +4 -0
- package/dist/plugins/FloatingLinkEditorPlugin/index.d.ts +5 -6
- package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +25 -26
- package/dist/plugins/GrammarCheckPlugin.d.ts +1 -2
- package/dist/plugins/HtmlCodeViewPlugin/index.d.ts +2 -2
- package/dist/plugins/HtmlImportPlugin.d.ts +5 -5
- package/dist/plugins/HtmlSyncPlugin.d.ts +3 -3
- package/dist/plugins/ImagePlugin.d.ts +6 -7
- package/dist/plugins/LinkPlugin/index.d.ts +5 -6
- package/dist/plugins/LocalStoragePlugin.d.ts +6 -7
- package/dist/plugins/MentionsPlugin/index.d.ts +6 -7
- package/dist/plugins/NotePanelPlugin.d.ts +6 -7
- package/dist/plugins/RichTextPastePlugin/index.d.ts +1 -1
- package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasDialog.d.ts +5 -6
- package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasPlugin.d.ts +9 -3
- package/dist/plugins/SignatureCanvasPlugin/index.d.ts +2 -2
- package/dist/plugins/SlashCommandPlugin/index.d.ts +2 -2
- package/dist/plugins/TableActionMenuPlugin/index.d.ts +5 -6
- package/dist/plugins/TableCellResizer/index.d.ts +1 -2
- package/dist/plugins/TableHoverActionsPlugin/index.d.ts +17 -11
- package/dist/plugins/TablePlugin.d.ts +2 -3
- package/dist/plugins/TextEnhancePlugin.d.ts +6 -0
- package/dist/plugins/TreeViewPlugin.d.ts +2 -3
- package/dist/plugins/VoiceTranscriptPlugin.d.ts +21 -17
- package/dist/plugins/WordCountPlugin.d.ts +2 -3
- package/dist/{postcss-c2592f3f.js → postcss-f084f74d.js} +1378 -1357
- package/dist/postcss-f084f74d.js.map +1 -0
- package/dist/standalone-5a8c6b7e.js +2518 -0
- package/dist/standalone-5a8c6b7e.js.map +1 -0
- package/dist/styles/PlaygroundEditorTheme.d.ts +2 -3
- package/dist/types.d.ts +147 -146
- package/dist/typescript-b1005db4.js +13705 -0
- package/dist/typescript-b1005db4.js.map +1 -0
- package/dist/ui/ColorPicker.d.ts +13 -13
- package/dist/ui/Icons.d.ts +43 -43
- package/dist/ui/TextInput.d.ts +10 -11
- package/dist/utils/dateFormats.d.ts +33 -33
- package/dist/utils/debounce.d.ts +5 -6
- package/dist/utils/export.d.ts +1 -2
- package/dist/utils/getDOMRangeRect.d.ts +13 -13
- package/dist/utils/getSelectedNode.d.ts +2 -3
- package/dist/utils/helper.d.ts +3 -3
- package/dist/utils/index.d.ts +3 -4
- package/dist/utils/invarient.d.ts +1 -1
- package/dist/utils/setFloatingElemPosition.d.ts +8 -8
- package/dist/utils/setFloatingElemPositionForLinkEditor.d.ts +1 -1
- package/dist/utils/url.d.ts +9 -9
- package/package.json +126 -126
- package/dist/babel-d155920e.js.map +0 -1
- package/dist/estree-b1fff53b.js.map +0 -1
- package/dist/html-f95ee5dc.js.map +0 -1
- package/dist/html2pdf.bundle-c0e42624.js.map +0 -1
- package/dist/html2pdf.bundle.min-64f254e4.js.map +0 -1
- package/dist/index-1719c0e6.js.map +0 -1
- package/dist/index-2e8a7483.js.map +0 -1
- package/dist/index-46b9ecb6.js.map +0 -1
- package/dist/markdown-1d9e6c3f.js.map +0 -1
- package/dist/postcss-c2592f3f.js.map +0 -1
- package/dist/standalone-bcc7f37a.js +0 -2649
- package/dist/standalone-bcc7f37a.js.map +0 -1
- package/dist/typescript-48c10f50.js +0 -13601
- package/dist/typescript-48c10f50.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const AI_REPHRASE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<unknown>;
|
|
2
|
-
export declare const AI_IMAGE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<
|
|
3
|
-
declare const AIRephrasePlugin: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export default AIRephrasePlugin;
|
|
1
|
+
export declare const AI_REPHRASE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<unknown>;
|
|
2
|
+
export declare const AI_IMAGE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<string | undefined>;
|
|
3
|
+
declare const AIRephrasePlugin: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export default AIRephrasePlugin;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export default AlignMenu;
|
|
2
|
+
export type MenuState = {
|
|
3
|
+
show: () => void;
|
|
4
|
+
hide: () => void;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const useMenu: () => MenuState;
|
|
8
|
+
declare const AlignMenu: FC;
|
|
9
|
+
export default AlignMenu;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './AlignMenu';
|
|
1
|
+
export { default } from './AlignMenu';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
export default AutoExpandingDemo;
|
|
2
|
+
/**
|
|
3
|
+
* Demo component to showcase auto-expanding height functionality
|
|
4
|
+
*/
|
|
5
|
+
export declare const AutoExpandingDemo: React.FC;
|
|
6
|
+
export default AutoExpandingDemo;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { BlockFormatMenuProps } from '../../types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default BlockFormatMenu;
|
|
3
|
+
declare const BlockFormatMenu: FC<BlockFormatMenuProps>;
|
|
4
|
+
export default BlockFormatMenu;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare const blockTypeToBlockName: {
|
|
2
|
-
bullet: string;
|
|
3
|
-
check: string;
|
|
4
|
-
code: string;
|
|
5
|
-
h1: string;
|
|
6
|
-
h2: string;
|
|
7
|
-
h3: string;
|
|
8
|
-
h4: string;
|
|
9
|
-
h5: string;
|
|
10
|
-
h6: string;
|
|
11
|
-
number: string;
|
|
12
|
-
paragraph: string;
|
|
13
|
-
quote: string;
|
|
14
|
-
};
|
|
1
|
+
export declare const blockTypeToBlockName: {
|
|
2
|
+
bullet: string;
|
|
3
|
+
check: string;
|
|
4
|
+
code: string;
|
|
5
|
+
h1: string;
|
|
6
|
+
h2: string;
|
|
7
|
+
h3: string;
|
|
8
|
+
h4: string;
|
|
9
|
+
h5: string;
|
|
10
|
+
h6: string;
|
|
11
|
+
number: string;
|
|
12
|
+
paragraph: string;
|
|
13
|
+
quote: string;
|
|
14
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './BlockFormatMenu';
|
|
1
|
+
export { default } from './BlockFormatMenu';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { LexicalEditor } from '../../../../../node_modules/lexical';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
export
|
|
8
|
-
export {};
|
|
2
|
+
interface Props {
|
|
3
|
+
editor: LexicalEditor;
|
|
4
|
+
getCodeDOMNode: () => HTMLElement | null;
|
|
5
|
+
}
|
|
6
|
+
export declare function CopyButton({ editor, getCodeDOMNode }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { LexicalEditor } from '../../../../../node_modules/lexical';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export declare function
|
|
9
|
-
export
|
|
10
|
-
export {};
|
|
2
|
+
interface Props {
|
|
3
|
+
lang: string;
|
|
4
|
+
editor: LexicalEditor;
|
|
5
|
+
getCodeDOMNode: () => HTMLElement | null;
|
|
6
|
+
}
|
|
7
|
+
export declare function canBePrettier(lang: string): boolean;
|
|
8
|
+
export declare function PrettierButton({ lang, editor, getCodeDOMNode }: Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}): React.ReactPortal | null;
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export default function CodeActionMenuPlugin({ anchorElem, }: {
|
|
3
|
+
anchorElem?: HTMLElement;
|
|
4
|
+
}): React.ReactPortal | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function useDebounce<T extends (...args: never[]) => void>(fn: T, ms: number, maxWait?: number): import('lodash
|
|
1
|
+
export declare function useDebounce<T extends (...args: never[]) => void>(fn: T, ms: number, maxWait?: number): import('lodash').DebouncedFunc<(...args: Parameters<T>) => void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './ColorPicker';
|
|
1
|
+
export { default } from './ColorPicker';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export default CommentSidebar;
|
|
2
|
+
interface CommentSidebarProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
onCommentCountChange?: (count: number) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const CommentSidebar: React.FC<CommentSidebarProps>;
|
|
8
|
+
export default CommentSidebar;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './CommentSidebar';
|
|
1
|
+
export { default } from './CommentSidebar';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export default CommentToggle;
|
|
2
|
+
interface CommentToggleProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
commentCount?: number;
|
|
6
|
+
}
|
|
7
|
+
declare const CommentToggle: React.FC<CommentToggleProps>;
|
|
8
|
+
export default CommentToggle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './CommentToggle';
|
|
1
|
+
export { default } from './CommentToggle';
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export default CommentView;
|
|
2
|
+
interface CommentViewProps {
|
|
3
|
+
text: string;
|
|
4
|
+
author: string;
|
|
5
|
+
timestamp: number;
|
|
6
|
+
nodeKey: string;
|
|
7
|
+
}
|
|
8
|
+
declare const CommentView: React.FC<CommentViewProps>;
|
|
9
|
+
export default CommentView;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './CommentView';
|
|
1
|
+
export { default } from './CommentView';
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { ApiResponse } from '../api/auth';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export default ConfigurableEditorWithAuth;
|
|
3
|
+
interface ConfigurableEditorWithAuthProps {
|
|
4
|
+
apiKey: string;
|
|
5
|
+
initialContent?: string;
|
|
6
|
+
onChange?: (html: string) => void;
|
|
7
|
+
defaultFontFamilies?: string[];
|
|
8
|
+
mentionUserList?: string[];
|
|
9
|
+
onAuthSuccess?: () => void;
|
|
10
|
+
onAuthError?: (error: string) => void;
|
|
11
|
+
customVerifyKey?: (apiKey: string) => Promise<ApiResponse>;
|
|
12
|
+
}
|
|
13
|
+
declare const ConfigurableEditorWithAuth: React.FC<ConfigurableEditorWithAuthProps>;
|
|
14
|
+
export default ConfigurableEditorWithAuth;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { LexicalEditor } from '../../../node_modules/lexical';
|
|
3
|
-
|
|
4
|
-
interface DatePickerWidgetProps {
|
|
5
|
-
editor: LexicalEditor;
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const DatePickerWidget: React.FC<DatePickerWidgetProps>;
|
|
9
|
-
export {};
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
interface DatePickerWidgetProps {
|
|
4
|
+
editor: LexicalEditor;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const DatePickerWidget: React.FC<DatePickerWidgetProps>;
|
|
8
|
+
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { EmojiPluginProps } from '../../types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default EmojiPickerWidget;
|
|
3
|
+
declare const EmojiPickerWidget: React.ForwardRefExoticComponent<EmojiPluginProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export default EmojiPickerWidget;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './EmojiPickerWidget';
|
|
1
|
+
export { default } from './EmojiPickerWidget';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface InsertFileDialogProps {
|
|
3
|
-
activeEditor: any;
|
|
4
|
-
onClose: () => void;
|
|
5
|
-
}
|
|
6
|
-
declare const InsertFileDialog: React.FC<InsertFileDialogProps>;
|
|
7
|
-
export default InsertFileDialog;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface InsertFileDialogProps {
|
|
3
|
+
activeEditor: any;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
}
|
|
6
|
+
declare const InsertFileDialog: React.FC<InsertFileDialogProps>;
|
|
7
|
+
export default InsertFileDialog;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { InsertFilePayload } from '../../types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export default InsertFileUploadedDialogBody;
|
|
2
|
+
declare const InsertFileUploadedDialogBody: React.FC<{
|
|
3
|
+
onClick: (payload: InsertFilePayload) => void;
|
|
4
|
+
}>;
|
|
5
|
+
export default InsertFileUploadedDialogBody;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export default FileView;
|
|
2
|
+
interface FileViewProps {
|
|
3
|
+
src: string;
|
|
4
|
+
fileName: string;
|
|
5
|
+
fileSize?: number;
|
|
6
|
+
nodeKey: string;
|
|
7
|
+
}
|
|
8
|
+
declare const FileView: React.FC<FileViewProps>;
|
|
9
|
+
export default FileView;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { LexicalEditor } from '../../../node_modules/lexical';
|
|
2
2
|
import { FC } from 'react';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export default FontFamilyMenu;
|
|
3
|
+
interface FontFamilyMenuProps {
|
|
4
|
+
fonts?: string[];
|
|
5
|
+
activeEditor: LexicalEditor;
|
|
6
|
+
}
|
|
7
|
+
declare const FontFamilyMenu: FC<FontFamilyMenuProps>;
|
|
8
|
+
export default FontFamilyMenu;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { FormatTextMenuProps } from '../../types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default FormatTextMenuDrop;
|
|
3
|
+
declare const FormatTextMenuDrop: FC<FormatTextMenuProps>;
|
|
4
|
+
export default FormatTextMenuDrop;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './FormatTextMenu';
|
|
1
|
+
export { default } from './FormatTextMenu';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export default HighlightColorPicker;
|
|
2
|
+
interface HighlightColorPickerProps {
|
|
3
|
+
onChange: (color: string | null) => void;
|
|
4
|
+
isActive?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const HighlightColorPicker: FC<HighlightColorPickerProps>;
|
|
7
|
+
export default HighlightColorPicker;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export
|
|
11
|
-
export {};
|
|
2
|
+
export interface ImageGenerationManagerRef {
|
|
3
|
+
openDialog: (initialText?: string) => void;
|
|
4
|
+
setGenerating: (generating: boolean) => void;
|
|
5
|
+
}
|
|
6
|
+
interface ImageGenerationManagerProps {
|
|
7
|
+
onGenerate: (prompt: string) => Promise<void>;
|
|
8
|
+
}
|
|
9
|
+
export declare const ImageGenerationManager: React.ForwardRefExoticComponent<ImageGenerationManagerProps & React.RefAttributes<ImageGenerationManagerRef>>;
|
|
10
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
open: boolean;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export declare const ImageGenerationDialog: React.FC<ImageGenerationDialogProps>;
|
|
10
|
-
export {};
|
|
2
|
+
interface ImageGenerationDialogProps {
|
|
3
|
+
open: boolean;
|
|
4
|
+
onOpenChange: (open: boolean) => void;
|
|
5
|
+
onGenerate: (prompt: string) => Promise<void>;
|
|
6
|
+
isGenerating: boolean;
|
|
7
|
+
initialText?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const ImageGenerationDialog: React.FC<ImageGenerationDialogProps>;
|
|
10
|
+
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { InsertImagePayload } from '../../../types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export
|
|
10
|
-
export { InsertImageUrlDialogBody };
|
|
2
|
+
declare const InsertImageUploadedDialogBody: ({ onClick, }: {
|
|
3
|
+
onClick: (payload: InsertImagePayload) => void;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare const InsertImageUrlDialogBody: ({ onClick, }: {
|
|
6
|
+
onClick: (payload: InsertImagePayload) => void;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default InsertImageUploadedDialogBody;
|
|
9
|
+
export { InsertImageUrlDialogBody };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { LexicalEditor } from '../../../../node_modules/lexical';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export default InsertImageDialog;
|
|
2
|
+
declare const InsertImageDialog: React.FC<{
|
|
3
|
+
activeEditor: LexicalEditor;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
}>;
|
|
6
|
+
export default InsertImageDialog;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { LexicalEditor } from '../../../node_modules/lexical';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}): JSX.Element;
|
|
2
|
+
export default function ImageResizer({ onResizeStart, onResizeEnd, buttonRef, imageRef, maxWidth, editor, showCaption, setShowCaption, captionsEnabled, }: {
|
|
3
|
+
editor: LexicalEditor;
|
|
4
|
+
buttonRef: {
|
|
5
|
+
current: null | HTMLButtonElement;
|
|
6
|
+
};
|
|
7
|
+
imageRef: {
|
|
8
|
+
current: null | HTMLElement;
|
|
9
|
+
};
|
|
10
|
+
maxWidth?: number;
|
|
11
|
+
onResizeEnd: (width: "inherit" | number, height: "inherit" | number) => void;
|
|
12
|
+
onResizeStart: () => void;
|
|
13
|
+
setShowCaption: (show: boolean) => void;
|
|
14
|
+
showCaption: boolean;
|
|
15
|
+
captionsEnabled: boolean;
|
|
16
|
+
}): JSX.Element;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { LexicalCommand, LexicalEditor, NodeKey } from '../../../node_modules/lexical';
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}): JSX.Element;
|
|
2
|
+
export declare const RIGHT_CLICK_IMAGE_COMMAND: LexicalCommand<MouseEvent>;
|
|
3
|
+
export default function ImageComponent({ src, altText, nodeKey, width, height, maxWidth, resizable, showCaption, caption, captionsEnabled, }: {
|
|
4
|
+
altText: string;
|
|
5
|
+
caption: LexicalEditor;
|
|
6
|
+
height: "inherit" | number;
|
|
7
|
+
maxWidth: number;
|
|
8
|
+
nodeKey: NodeKey;
|
|
9
|
+
resizable: boolean;
|
|
10
|
+
showCaption: boolean;
|
|
11
|
+
src: string;
|
|
12
|
+
width: "inherit" | number;
|
|
13
|
+
captionsEnabled: boolean;
|
|
14
|
+
}): JSX.Element;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export default InsertMenu;
|
|
2
|
+
export type ModalState = {
|
|
3
|
+
show: (renderModal: (onClose: () => void) => ReactNode) => void;
|
|
4
|
+
hide: () => void;
|
|
5
|
+
activeModal: ReactNode | null;
|
|
6
|
+
};
|
|
7
|
+
export declare const useModal: () => ModalState;
|
|
8
|
+
declare const InsertMenu: FC;
|
|
9
|
+
export default InsertMenu;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export default InsertMenuDrop;
|
|
2
|
+
export type ModalState = {
|
|
3
|
+
show: (renderModal: (onClose: () => void) => ReactNode) => void;
|
|
4
|
+
hide: () => void;
|
|
5
|
+
activeModal: ReactNode | null;
|
|
6
|
+
};
|
|
7
|
+
export declare const useModal: () => ModalState;
|
|
8
|
+
declare const InsertMenuDrop: FC;
|
|
9
|
+
export default InsertMenuDrop;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './InsertMenu';
|
|
1
|
+
export { default } from './InsertMenu';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export default NotePanelMenu;
|
|
2
|
+
interface NotePanelMenuProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const NotePanelMenu: React.FC<NotePanelMenuProps>;
|
|
6
|
+
export default NotePanelMenu;
|