eddyter 1.3.52 → 1.3.54
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/LICENSE +24 -24
- package/README.md +489 -489
- package/dist/App.d.ts +2 -3
- package/dist/Provider/EditorProvider.d.ts +31 -32
- package/dist/Provider/LexicalProvider.d.ts +5 -6
- package/dist/api/ai/index.d.ts +83 -83
- package/dist/api/analytics.d.ts +21 -21
- package/dist/api/auth.d.ts +108 -108
- package/dist/api/bugReport.d.ts +27 -27
- package/dist/api/config/axios.d.ts +1 -2
- package/dist/api/config/endpoints.d.ts +24 -24
- package/dist/api/featureSuggestion.d.ts +23 -23
- package/dist/api/feedback.d.ts +26 -26
- package/dist/api/linkPreview.d.ts +15 -15
- package/dist/api/transcript/index.d.ts +21 -21
- package/dist/assets/style.css +1 -1
- package/dist/babel-2d5b260f.js +7770 -0
- package/dist/components/AiPlugin/index.d.ts +6 -6
- 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/BugReportDialog/index.d.ts +6 -6
- package/dist/components/ChartEditDialog.d.ts +8 -9
- package/dist/components/ChartInsertDialog.d.ts +7 -8
- 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 +34 -35
- package/dist/components/ContentPreview/index.d.ts +36 -37
- package/dist/components/DatePicker/DatePickerWidget.d.ts +6 -7
- package/dist/components/EmojiPickerWidget/EmojiPickerWidget.d.ts +2 -3
- package/dist/components/EmojiPickerWidget/index.d.ts +1 -1
- package/dist/components/FeatureSuggestionDialog/index.d.ts +6 -6
- package/dist/components/FeedbackDialog/index.d.ts +7 -7
- 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/FloatingHighlightColorPicker/index.d.ts +9 -0
- 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/ImageComparisonDialog/index.d.ts +10 -11
- package/dist/components/ImageGenerationDialog/ImageGenerationManager.d.ts +10 -11
- package/dist/components/ImageGenerationDialog/index.d.ts +10 -11
- 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 +16 -17
- 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/LanguageSelectorDialog/index.d.ts +7 -8
- package/dist/components/LinkPreviewHover/index.d.ts +40 -40
- 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 +5 -6
- 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 +9 -10
- package/dist/components/ToneAdjustDialog/index.d.ts +7 -8
- 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/VoiceTranscriptIcon/VoiceTranscriptIcon.d.ts +1 -2
- package/dist/components/VoiceTranscriptIcon/index.d.ts +1 -1
- 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 +23 -22
- package/dist/context/CommentContext.d.ts +42 -43
- package/dist/context/HtmlViewContext.d.ts +16 -17
- package/dist/context/ToolbarContext.d.ts +55 -56
- package/dist/editorConfig.d.ts +70 -70
- package/dist/estree-28f5912a.js +4920 -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/useFeedbackEligibility.d.ts +18 -18
- package/dist/hooks/useInsertMenu.d.ts +9 -9
- package/dist/hooks/useModal.d.ts +5 -5
- package/dist/hooks/useReactNativeBridge.d.ts +54 -54
- package/dist/hooks/useS3Uploader.d.ts +21 -21
- package/dist/hooks/useVoiceToText.d.ts +20 -20
- package/dist/html-3f297a3a.js +3021 -0
- package/dist/{html2pdf.bundle-ffb2feaa.js → html2pdf.bundle-4b5f93b6.js} +1 -1
- package/dist/{html2pdf.bundle.min-1455f5bc.js → html2pdf.bundle.min-01d8363a.js} +1 -1
- package/dist/{index-02397e44.js → index-0e44c579.js} +1 -1
- package/dist/{index-4b2cda16.js → index-6ba9ffa3.js} +16437 -14185
- package/dist/{index-ed633fb3.js → index-dfc07a23.js} +201 -189
- package/dist/index.d.ts +14 -14
- package/dist/index.js +1 -1
- package/dist/lib/utils.d.ts +1 -2
- package/dist/main.d.ts +0 -1
- package/dist/markdown-08edd93b.js +3625 -0
- package/dist/nodes/ChartNode.d.ts +40 -41
- package/dist/nodes/CommentNode.d.ts +33 -34
- package/dist/nodes/CommentedTextNode.d.ts +28 -29
- package/dist/nodes/EmbedNode.d.ts +31 -32
- package/dist/nodes/FileNode.d.ts +32 -32
- package/dist/nodes/ImageNode.d.ts +64 -65
- package/dist/nodes/MentionNode.d.ts +74 -75
- package/dist/nodes/NotePanelNode.d.ts +30 -31
- package/dist/nodes/UploadingFileNode.d.ts +30 -0
- package/dist/nodes/UploadingImageNode.d.ts +30 -0
- package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +24 -25
- 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 +10 -11
- package/dist/plugins/AndroidKeyboardFixPlugin.d.ts +16 -16
- package/dist/plugins/AutocompletePlugin.d.ts +22 -22
- package/dist/plugins/CodeBlockNormalizerPlugin.d.ts +8 -8
- package/dist/plugins/CodeBlockSelectAllPlugin.d.ts +8 -8
- package/dist/plugins/CodeHighlightPlugin.d.ts +2 -3
- package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +20 -21
- 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/DragDropPastePlugin/indexs.d.ts +1 -0
- 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/FloatingLinkEditorPlugin/index.d.ts +5 -6
- package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +26 -27
- 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/LinkPreviewPlugin/index.d.ts +4 -4
- package/dist/plugins/LocalStoragePlugin.d.ts +6 -7
- package/dist/plugins/MarkdownShortcutsPlugin/index.d.ts +20 -20
- package/dist/plugins/MentionsPlugin/index.d.ts +6 -7
- package/dist/plugins/NotePanelPlugin.d.ts +6 -7
- package/dist/plugins/PasteOptionsPlugin/index.d.ts +17 -17
- package/dist/plugins/RichTextPastePlugin/index.d.ts +5 -6
- package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasDialog.d.ts +5 -6
- package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasPlugin.d.ts +9 -9
- 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 +4 -4
- package/dist/plugins/TablePlugin.d.ts +4 -5
- package/dist/plugins/Tableimageautoresizeplugin.d.ts +1 -1
- package/dist/plugins/TextEnhancePlugin.d.ts +6 -6
- package/dist/plugins/TreeViewPlugin.d.ts +2 -3
- package/dist/plugins/UsageTrackingPlugin.d.ts +15 -15
- package/dist/plugins/VoiceTranscriptPlugin.d.ts +22 -22
- package/dist/plugins/WordCountPlugin.d.ts +2 -3
- package/dist/postcss-0e22bc25.js +5187 -0
- package/dist/services/chartService.d.ts +18 -19
- package/dist/standalone-83d5947a.js +2728 -0
- package/dist/styles/PlaygroundEditorTheme.d.ts +2 -3
- package/dist/types.d.ts +203 -204
- package/dist/typescript-0559ee85.js +13660 -0
- package/dist/ui/ColorPicker.d.ts +13 -14
- package/dist/ui/Icons.d.ts +84 -81
- 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/editorStyleConverter.d.ts +16 -17
- 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 +150 -150
- package/dist/babel-1c4a328b.js +0 -7478
- package/dist/estree-2cbea43c.js +0 -4667
- package/dist/html-c18fb60e.js +0 -2841
- package/dist/markdown-39c3822b.js +0 -3547
- package/dist/postcss-bbcc713e.js +0 -5151
- package/dist/standalone-36ad3877.js +0 -2600
- package/dist/typescript-39d06710.js +0 -13533
|
@@ -1,6 +1,6 @@
|
|
|
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
|
-
export declare const AI_TRANSLATE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<string | undefined>;
|
|
4
|
-
export declare const AI_ADJUST_TONE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<string | undefined>;
|
|
5
|
-
declare const AIRephrasePlugin: () => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
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
|
+
export declare const AI_TRANSLATE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<string | undefined>;
|
|
4
|
+
export declare const AI_ADJUST_TONE_COMMAND: import('../../../node_modules/lexical').LexicalCommand<string | undefined>;
|
|
5
|
+
declare const AIRephrasePlugin: () => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
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,6 +1,6 @@
|
|
|
1
|
-
interface BugReportDialogProps {
|
|
2
|
-
open: boolean;
|
|
3
|
-
onOpenChange: (open: boolean) => void;
|
|
4
|
-
}
|
|
5
|
-
export declare function BugReportDialog({ open, onOpenChange, }: BugReportDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
1
|
+
interface BugReportDialogProps {
|
|
2
|
+
open: boolean;
|
|
3
|
+
onOpenChange: (open: boolean) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare function BugReportDialog({ open, onOpenChange, }: BugReportDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { ChartMetadata } from '../nodes/ChartNode';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
open: boolean;
|
|
5
|
-
|
|
6
|
-
metadata: ChartMetadata;
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export
|
|
10
|
-
export {};
|
|
2
|
+
interface ChartEditDialogProps {
|
|
3
|
+
open: boolean;
|
|
4
|
+
onOpenChange: (open: boolean) => void;
|
|
5
|
+
metadata: ChartMetadata;
|
|
6
|
+
onSave: (metadata: ChartMetadata) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function ChartEditDialog({ open, onOpenChange, metadata, onSave, }: ChartEditDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { ChartMetadata } from '../nodes/ChartNode';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
open: boolean;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
export
|
|
9
|
-
export {};
|
|
2
|
+
interface ChartInsertDialogProps {
|
|
3
|
+
open: boolean;
|
|
4
|
+
onOpenChange: (open: boolean) => void;
|
|
5
|
+
onInsert: (metadata: ChartMetadata) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function ChartInsertDialog({ open, onOpenChange, onInsert, }: ChartInsertDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -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,37 +1,36 @@
|
|
|
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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
*
|
|
25
|
-
* - "
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
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
|
+
/** Enable React Native bridge for WebView communication */
|
|
13
|
+
enableReactNativeBridge?: boolean;
|
|
14
|
+
/** Called when editor is fully loaded and ready (React Native bridge) */
|
|
15
|
+
onEditorReady?: () => void;
|
|
16
|
+
/** Called on editor focus (React Native bridge) */
|
|
17
|
+
onFocus?: () => void;
|
|
18
|
+
/** Called on editor blur (React Native bridge) */
|
|
19
|
+
onBlur?: () => void;
|
|
20
|
+
/** Called when editor height changes (React Native bridge) */
|
|
21
|
+
onHeightChange?: (height: number) => void;
|
|
22
|
+
/**
|
|
23
|
+
* Editor mode:
|
|
24
|
+
* - "edit" (default): Full editor with all editing capabilities
|
|
25
|
+
* - "preview": Read-only preview with interactive features (link preview, etc.)
|
|
26
|
+
*/
|
|
27
|
+
mode?: "edit" | "preview";
|
|
28
|
+
/** Additional class name for the preview container (only used in preview mode) */
|
|
29
|
+
previewClassName?: string;
|
|
30
|
+
/** Additional styles for the preview container (only used in preview mode) */
|
|
31
|
+
previewStyle?: React.CSSProperties;
|
|
32
|
+
/** Click handler for preview mode (useful for switching to edit mode) */
|
|
33
|
+
onPreviewClick?: () => void;
|
|
34
|
+
}
|
|
35
|
+
declare const ConfigurableEditorWithAuth: React.FC<ConfigurableEditorWithAuthProps>;
|
|
36
|
+
export default ConfigurableEditorWithAuth;
|
|
@@ -1,38 +1,37 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* -
|
|
10
|
-
* -
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* {
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
export
|
|
38
|
-
export type { ContentPreviewProps };
|
|
2
|
+
/**
|
|
3
|
+
* ContentPreview - A component for displaying saved editor content with all interactive features
|
|
4
|
+
* (like link previews) enabled automatically.
|
|
5
|
+
*
|
|
6
|
+
* This is the recommended way to display content that was created with ConfigurableEditor.
|
|
7
|
+
* When used within EditorProvider, it automatically enables:
|
|
8
|
+
* - Link preview on hover (handled by EditorProvider)
|
|
9
|
+
* - Proper styling
|
|
10
|
+
* - All interactive features
|
|
11
|
+
*
|
|
12
|
+
* Note: Link preview is now automatically handled by EditorProvider.
|
|
13
|
+
* Just wrap your app with EditorProvider and link preview works everywhere!
|
|
14
|
+
*
|
|
15
|
+
* Usage:
|
|
16
|
+
* ```tsx
|
|
17
|
+
* import { ContentPreview, EditorProvider } from "@craxinno/cteditor";
|
|
18
|
+
*
|
|
19
|
+
* <EditorProvider>
|
|
20
|
+
* <ConfigurableEditorWithAuth apiKey={apiKey} ... />
|
|
21
|
+
* {/* Content preview also gets link preview automatically! *\/}
|
|
22
|
+
* <ContentPreview content={savedHtmlContent} />
|
|
23
|
+
* </EditorProvider>
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
interface ContentPreviewProps {
|
|
27
|
+
/** The HTML content to display (from editor's onChange) */
|
|
28
|
+
content: string;
|
|
29
|
+
/** Additional CSS class names */
|
|
30
|
+
className?: string;
|
|
31
|
+
/** Additional inline styles */
|
|
32
|
+
style?: React.CSSProperties;
|
|
33
|
+
/** Click handler for the content area */
|
|
34
|
+
onClick?: () => void;
|
|
35
|
+
}
|
|
36
|
+
export default function ContentPreview({ content, className, style, onClick, }: ContentPreviewProps): JSX.Element;
|
|
37
|
+
export type { ContentPreviewProps };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { LexicalEditor } from '../../../node_modules/lexical';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export {};
|
|
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,6 +1,6 @@
|
|
|
1
|
-
interface FeatureSuggestionDialogProps {
|
|
2
|
-
open: boolean;
|
|
3
|
-
onOpenChange: (open: boolean) => void;
|
|
4
|
-
}
|
|
5
|
-
export declare function FeatureSuggestionDialog({ open, onOpenChange, }: FeatureSuggestionDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
1
|
+
interface FeatureSuggestionDialogProps {
|
|
2
|
+
open: boolean;
|
|
3
|
+
onOpenChange: (open: boolean) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare function FeatureSuggestionDialog({ open, onOpenChange, }: FeatureSuggestionDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
interface FeedbackDialogProps {
|
|
2
|
-
open: boolean;
|
|
3
|
-
onOpenChange: (open: boolean) => void;
|
|
4
|
-
onFeedbackSubmitted?: () => void;
|
|
5
|
-
}
|
|
6
|
-
export declare function FeedbackDialog({ open, onOpenChange, onFeedbackSubmitted }: FeedbackDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
1
|
+
interface FeedbackDialogProps {
|
|
2
|
+
open: boolean;
|
|
3
|
+
onOpenChange: (open: boolean) => void;
|
|
4
|
+
onFeedbackSubmitted?: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function FeedbackDialog({ open, onOpenChange, onFeedbackSubmitted }: FeedbackDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
@@ -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;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface FloatingHighlightColorPickerProps {
|
|
3
|
+
onHighlightChange: (color: string | null) => void;
|
|
4
|
+
onTextColorChange?: (color: string | null) => void;
|
|
5
|
+
isActive?: boolean;
|
|
6
|
+
currentHighlightColor?: string | null;
|
|
7
|
+
}
|
|
8
|
+
declare const FloatingHighlightColorPicker: FC<FloatingHighlightColorPickerProps>;
|
|
9
|
+
export default FloatingHighlightColorPicker;
|
|
@@ -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';
|