@lobehub/editor 4.12.0 → 4.14.0
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/es/{ReactSlashPlugin-DkEXwDgH.js → ReactSlashPlugin-DDlIT9Qd.js} +1 -1
- package/es/index.d.ts +1105 -1035
- package/es/index.js +304 -2
- package/es/react.js +1 -1
- package/package.json +1 -1
|
@@ -23068,4 +23068,4 @@ const ReactSlashPlugin = ({ children, anchorClassName, getPopupContainer, placem
|
|
|
23068
23068
|
};
|
|
23069
23069
|
ReactSlashPlugin.displayName = "ReactSlashPlugin";
|
|
23070
23070
|
//#endregion
|
|
23071
|
-
export {
|
|
23071
|
+
export { useLexicalComposerContext as $, MarkdownPlugin as A, isPunctuationChar as B, INSERT_CODEINLINE_COMMAND as C, CommonPlugin as D, ReactEditorContent as E, MARKDOWN_READER_LEVEL_NORMAL as F, $cloneNode as G, LitexmlService as H, MARKDOWN_WRITER_LEVEL_MAX as I, idToChar as J, $parseSerializedNodeImpl as K, MarkdownWriterContext as L, detectLanguage as M, IMarkdownShortCutService as N, ReactMarkdownPlugin as O, MARKDOWN_READER_LEVEL_HIGH as P, ReactEditor as Q, GET_MARKDOWN_SELECTION_COMMAND as R, validateUrl as S, ReactPlainText as T, INodePlugin as U, ILitexmlService as V, INodeService as W, INSERT_QUOTE_COMMAND as X, INSERT_HEADING_COMMAND as Y, useLexicalEditor as Z, INSERT_CHECK_LIST_COMMAND as _, ReactMentionPlugin as a, getSelectedNode as b, INSERT_LINK_HIGHLIGHT_COMMAND as c, bundledLanguagesInfo$1 as d, LexicalErrorBoundary as et, CodeblockPlugin as f, getCodeLanguageByInput as g, IBlockMenuService as h, SlashPlugin as i, detectCodeLanguage as j, useTranslation as k, registerLinkHighlightCommand as l, BlockMenuService as m, ReactSlashOption as n, MentionPlugin as o, UPDATE_CODEBLOCK_LANG as p, charToId as q, SlashMenu as r, INSERT_MENTION_COMMAND as s, ReactSlashPlugin as t, useLexicalNodeSelection as u, registerCheckList as v, registerCodeInlineCommand as w, sanitizeUrl as x, extractUrlFromText as y, INSERT_MARKDOWN_COMMAND as z };
|