@contember/react-slate-editor-base 2.1.0-alpha.9 → 2.1.0-beta.2
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/development/index.cjs +70 -70
- package/dist/development/index.js +25 -25
- package/dist/development/src/components/RichTextEditor.cjs +1 -0
- package/dist/development/src/components/RichTextEditor.cjs.map +1 -1
- package/dist/development/src/components/RichTextEditor.js +2 -1
- package/dist/development/src/components/RichTextEditor.js.map +1 -1
- package/dist/development/src/components/triggers/EditorElementTrigger.cjs.map +1 -1
- package/dist/development/src/components/triggers/EditorElementTrigger.js.map +1 -1
- package/dist/development/src/components/triggers/EditorGenericTrigger.cjs +1 -1
- package/dist/development/src/components/triggers/EditorGenericTrigger.cjs.map +1 -1
- package/dist/development/src/components/triggers/EditorGenericTrigger.js +1 -1
- package/dist/development/src/components/triggers/EditorGenericTrigger.js.map +1 -1
- package/dist/development/src/components/triggers/EditorMarkTrigger.cjs.map +1 -1
- package/dist/development/src/components/triggers/EditorMarkTrigger.js.map +1 -1
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.cjs.map +1 -1
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.js.map +1 -1
- package/dist/development/src/editor/createEditor.cjs.map +1 -1
- package/dist/development/src/editor/createEditor.js.map +1 -1
- package/dist/development/src/editor/createEditorWithEssentials.cjs.map +1 -1
- package/dist/development/src/editor/createEditorWithEssentials.js +1 -1
- package/dist/development/src/editor/createEditorWithEssentials.js.map +1 -1
- package/dist/development/src/editor/index.cjs +18 -18
- package/dist/development/src/editor/index.cjs.map +1 -1
- package/dist/development/src/editor/index.js +18 -18
- package/dist/development/src/editor/methods/addMarks.cjs.map +1 -1
- package/dist/development/src/editor/methods/addMarks.js.map +1 -1
- package/dist/development/src/editor/methods/closest.cjs.map +1 -1
- package/dist/development/src/editor/methods/closest.js.map +1 -1
- package/dist/development/src/editor/methods/closestBlockEntry.cjs.map +1 -1
- package/dist/development/src/editor/methods/closestBlockEntry.js.map +1 -1
- package/dist/development/src/editor/methods/ejectElement.cjs.map +1 -1
- package/dist/development/src/editor/methods/ejectElement.js.map +1 -1
- package/dist/development/src/editor/methods/elementToSpecifics.cjs.map +1 -1
- package/dist/development/src/editor/methods/elementToSpecifics.js.map +1 -1
- package/dist/development/src/editor/methods/getElementDataAttributes.cjs.map +1 -1
- package/dist/development/src/editor/methods/getElementDataAttributes.js.map +1 -1
- package/dist/development/src/editor/methods/getPreviousSibling.cjs.map +1 -1
- package/dist/development/src/editor/methods/getPreviousSibling.js.map +1 -1
- package/dist/development/src/editor/methods/hasMarks.cjs.map +1 -1
- package/dist/development/src/editor/methods/hasMarks.js.map +1 -1
- package/dist/development/src/editor/methods/hasParentOfType.cjs.map +1 -1
- package/dist/development/src/editor/methods/hasParentOfType.js.map +1 -1
- package/dist/development/src/editor/methods/isElementType.cjs.map +1 -1
- package/dist/development/src/editor/methods/isElementType.js.map +1 -1
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.js.map +1 -1
- package/dist/development/src/editor/methods/removeMarks.cjs.map +1 -1
- package/dist/development/src/editor/methods/removeMarks.js.map +1 -1
- package/dist/development/src/editor/methods/serializeNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/serializeNodes.js.map +1 -1
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.js.map +1 -1
- package/dist/development/src/editor/methods/textToSpecifics.cjs.map +1 -1
- package/dist/development/src/editor/methods/textToSpecifics.js.map +1 -1
- package/dist/development/src/editor/methods/toLatestFormat.cjs +1 -3
- package/dist/development/src/editor/methods/toLatestFormat.cjs.map +1 -1
- package/dist/development/src/editor/methods/toLatestFormat.js +1 -3
- package/dist/development/src/editor/methods/toLatestFormat.js.map +1 -1
- package/dist/development/src/editor/methods/topLevelNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/topLevelNodes.js.map +1 -1
- package/dist/development/src/internal/components/DefaultElement.cjs.map +1 -1
- package/dist/development/src/internal/components/DefaultElement.js.map +1 -1
- package/dist/development/src/internal/hooks/useRichTextFieldNodes.cjs.map +1 -1
- package/dist/development/src/internal/hooks/useRichTextFieldNodes.js.map +1 -1
- package/dist/development/src/internal/utils/EditorPasteUtils.cjs.map +1 -1
- package/dist/development/src/internal/utils/EditorPasteUtils.js.map +1 -1
- package/dist/development/src/internal/utils/parseUrl.cjs.map +1 -1
- package/dist/development/src/internal/utils/parseUrl.js.map +1 -1
- package/dist/development/src/plugins/attributes/alignment/alignButton.cjs.map +1 -1
- package/dist/development/src/plugins/attributes/alignment/alignButton.js +1 -1
- package/dist/development/src/plugins/attributes/alignment/alignButton.js.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.cjs +1 -3
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.js +1 -3
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/withPaste.cjs.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/withPaste.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.js +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorModifications.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorModifications.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/withAnchors.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/withAnchors.js.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingElement.js.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/headings/withHeadings.cjs.map +1 -1
- package/dist/development/src/plugins/element/headings/withHeadings.js.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.js.map +1 -1
- package/dist/development/src/plugins/element/lists/ListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/ListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/lists/ListItemElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/ListItemElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.cjs +1 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.js +1 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.cjs +1 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.js +1 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/withLists.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/withLists.js +1 -1
- package/dist/development/src/plugins/element/lists/withLists.js.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.js +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.js.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.cjs.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.js.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableCellElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableCellElement.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElement.js +1 -1
- package/dist/development/src/plugins/element/tables/TableElement.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElementSelection.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElementSelection.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableModifications.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableModifications.js +1 -1
- package/dist/development/src/plugins/element/tables/TableModifications.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableRowElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableRowElement.js.map +1 -1
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.js.map +1 -1
- package/dist/development/src/plugins/element/tables/withTables.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/withTables.js +2 -2
- package/dist/development/src/plugins/element/tables/withTables.js.map +1 -1
- package/dist/development/src/plugins/text/bold/boldMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/bold/boldMark.js.map +1 -1
- package/dist/development/src/plugins/text/bold/withBold.cjs.map +1 -1
- package/dist/development/src/plugins/text/bold/withBold.js.map +1 -1
- package/dist/development/src/plugins/text/code/codeMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/code/codeMark.js.map +1 -1
- package/dist/development/src/plugins/text/code/withCode.cjs.map +1 -1
- package/dist/development/src/plugins/text/code/withCode.js.map +1 -1
- package/dist/development/src/plugins/text/highlight/highlightMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/highlight/highlightMark.js.map +1 -1
- package/dist/development/src/plugins/text/highlight/withHighlight.cjs.map +1 -1
- package/dist/development/src/plugins/text/highlight/withHighlight.js.map +1 -1
- package/dist/development/src/plugins/text/italic/italicMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/italic/italicMark.js.map +1 -1
- package/dist/development/src/plugins/text/italic/withItalic.cjs.map +1 -1
- package/dist/development/src/plugins/text/italic/withItalic.js.map +1 -1
- package/dist/development/src/plugins/text/newline/withNewline.cjs.map +1 -1
- package/dist/development/src/plugins/text/newline/withNewline.js.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.js.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.js.map +1 -1
- package/dist/development/src/plugins/text/underline/underlineMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/underline/underlineMark.js.map +1 -1
- package/dist/development/src/plugins/text/underline/withUnderline.cjs.map +1 -1
- package/dist/development/src/plugins/text/underline/withUnderline.js.map +1 -1
- package/dist/production/index.cjs +70 -70
- package/dist/production/index.js +25 -25
- package/dist/production/src/components/RichTextEditor.cjs +1 -0
- package/dist/production/src/components/RichTextEditor.cjs.map +1 -1
- package/dist/production/src/components/RichTextEditor.js +2 -1
- package/dist/production/src/components/RichTextEditor.js.map +1 -1
- package/dist/production/src/components/triggers/EditorElementTrigger.cjs.map +1 -1
- package/dist/production/src/components/triggers/EditorElementTrigger.js.map +1 -1
- package/dist/production/src/components/triggers/EditorGenericTrigger.cjs.map +1 -1
- package/dist/production/src/components/triggers/EditorGenericTrigger.js.map +1 -1
- package/dist/production/src/components/triggers/EditorMarkTrigger.cjs.map +1 -1
- package/dist/production/src/components/triggers/EditorMarkTrigger.js.map +1 -1
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.cjs.map +1 -1
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.js.map +1 -1
- package/dist/production/src/editor/createEditor.cjs.map +1 -1
- package/dist/production/src/editor/createEditor.js.map +1 -1
- package/dist/production/src/editor/createEditorWithEssentials.cjs.map +1 -1
- package/dist/production/src/editor/createEditorWithEssentials.js +1 -1
- package/dist/production/src/editor/createEditorWithEssentials.js.map +1 -1
- package/dist/production/src/editor/index.cjs +18 -18
- package/dist/production/src/editor/index.cjs.map +1 -1
- package/dist/production/src/editor/index.js +18 -18
- package/dist/production/src/editor/methods/addMarks.cjs.map +1 -1
- package/dist/production/src/editor/methods/addMarks.js.map +1 -1
- package/dist/production/src/editor/methods/closest.cjs.map +1 -1
- package/dist/production/src/editor/methods/closest.js.map +1 -1
- package/dist/production/src/editor/methods/closestBlockEntry.cjs.map +1 -1
- package/dist/production/src/editor/methods/closestBlockEntry.js.map +1 -1
- package/dist/production/src/editor/methods/ejectElement.cjs.map +1 -1
- package/dist/production/src/editor/methods/ejectElement.js.map +1 -1
- package/dist/production/src/editor/methods/elementToSpecifics.cjs.map +1 -1
- package/dist/production/src/editor/methods/elementToSpecifics.js.map +1 -1
- package/dist/production/src/editor/methods/getElementDataAttributes.cjs.map +1 -1
- package/dist/production/src/editor/methods/getElementDataAttributes.js.map +1 -1
- package/dist/production/src/editor/methods/getPreviousSibling.cjs.map +1 -1
- package/dist/production/src/editor/methods/getPreviousSibling.js.map +1 -1
- package/dist/production/src/editor/methods/hasMarks.cjs.map +1 -1
- package/dist/production/src/editor/methods/hasMarks.js.map +1 -1
- package/dist/production/src/editor/methods/hasParentOfType.cjs.map +1 -1
- package/dist/production/src/editor/methods/hasParentOfType.js.map +1 -1
- package/dist/production/src/editor/methods/isElementType.cjs.map +1 -1
- package/dist/production/src/editor/methods/isElementType.js.map +1 -1
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.js.map +1 -1
- package/dist/production/src/editor/methods/removeMarks.cjs.map +1 -1
- package/dist/production/src/editor/methods/removeMarks.js.map +1 -1
- package/dist/production/src/editor/methods/serializeNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/serializeNodes.js.map +1 -1
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.js.map +1 -1
- package/dist/production/src/editor/methods/textToSpecifics.cjs.map +1 -1
- package/dist/production/src/editor/methods/textToSpecifics.js.map +1 -1
- package/dist/production/src/editor/methods/toLatestFormat.cjs +1 -3
- package/dist/production/src/editor/methods/toLatestFormat.cjs.map +1 -1
- package/dist/production/src/editor/methods/toLatestFormat.js +1 -3
- package/dist/production/src/editor/methods/toLatestFormat.js.map +1 -1
- package/dist/production/src/editor/methods/topLevelNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/topLevelNodes.js.map +1 -1
- package/dist/production/src/internal/components/DefaultElement.cjs.map +1 -1
- package/dist/production/src/internal/components/DefaultElement.js.map +1 -1
- package/dist/production/src/internal/hooks/useRichTextFieldNodes.cjs.map +1 -1
- package/dist/production/src/internal/hooks/useRichTextFieldNodes.js.map +1 -1
- package/dist/production/src/internal/utils/EditorPasteUtils.cjs.map +1 -1
- package/dist/production/src/internal/utils/EditorPasteUtils.js.map +1 -1
- package/dist/production/src/internal/utils/parseUrl.cjs.map +1 -1
- package/dist/production/src/internal/utils/parseUrl.js.map +1 -1
- package/dist/production/src/plugins/attributes/alignment/alignButton.cjs.map +1 -1
- package/dist/production/src/plugins/attributes/alignment/alignButton.js +1 -1
- package/dist/production/src/plugins/attributes/alignment/alignButton.js.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.cjs +1 -3
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.js +1 -3
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/withPaste.cjs.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/withPaste.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.js +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorModifications.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorModifications.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/withAnchors.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/withAnchors.js.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingElement.js.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/headings/withHeadings.cjs.map +1 -1
- package/dist/production/src/plugins/element/headings/withHeadings.js.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.js.map +1 -1
- package/dist/production/src/plugins/element/lists/ListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/ListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/lists/ListItemElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/ListItemElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.cjs +1 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.js +1 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.cjs +1 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.js +1 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/withLists.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/withLists.js +1 -1
- package/dist/production/src/plugins/element/lists/withLists.js.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.js +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.js.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.cjs.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.js.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableCellElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableCellElement.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElement.js +1 -1
- package/dist/production/src/plugins/element/tables/TableElement.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElementSelection.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElementSelection.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableModifications.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableModifications.js +1 -1
- package/dist/production/src/plugins/element/tables/TableModifications.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableRowElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableRowElement.js.map +1 -1
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.js.map +1 -1
- package/dist/production/src/plugins/element/tables/withTables.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/withTables.js +2 -2
- package/dist/production/src/plugins/element/tables/withTables.js.map +1 -1
- package/dist/production/src/plugins/text/bold/boldMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/bold/boldMark.js.map +1 -1
- package/dist/production/src/plugins/text/bold/withBold.cjs.map +1 -1
- package/dist/production/src/plugins/text/bold/withBold.js.map +1 -1
- package/dist/production/src/plugins/text/code/codeMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/code/codeMark.js.map +1 -1
- package/dist/production/src/plugins/text/code/withCode.cjs.map +1 -1
- package/dist/production/src/plugins/text/code/withCode.js.map +1 -1
- package/dist/production/src/plugins/text/highlight/highlightMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/highlight/highlightMark.js.map +1 -1
- package/dist/production/src/plugins/text/highlight/withHighlight.cjs.map +1 -1
- package/dist/production/src/plugins/text/highlight/withHighlight.js.map +1 -1
- package/dist/production/src/plugins/text/italic/italicMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/italic/italicMark.js.map +1 -1
- package/dist/production/src/plugins/text/italic/withItalic.cjs.map +1 -1
- package/dist/production/src/plugins/text/italic/withItalic.js.map +1 -1
- package/dist/production/src/plugins/text/newline/withNewline.cjs.map +1 -1
- package/dist/production/src/plugins/text/newline/withNewline.js.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.js.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.js.map +1 -1
- package/dist/production/src/plugins/text/underline/underlineMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/underline/underlineMark.js.map +1 -1
- package/dist/production/src/plugins/text/underline/withUnderline.cjs.map +1 -1
- package/dist/production/src/plugins/text/underline/withUnderline.js.map +1 -1
- package/dist/types/components/triggers/EditorGenericTrigger.d.ts.map +1 -1
- package/dist/types/editor/createEditor.d.ts.map +1 -1
- package/dist/types/editor/createEditorWithEssentials.d.ts.map +1 -1
- package/dist/types/editor/methods/addMarks.d.ts.map +1 -1
- package/dist/types/editor/methods/closest.d.ts +1 -1
- package/dist/types/editor/methods/closest.d.ts.map +1 -1
- package/dist/types/editor/methods/closestBlockEntry.d.ts +1 -1
- package/dist/types/editor/methods/closestBlockEntry.d.ts.map +1 -1
- package/dist/types/editor/methods/hasMarks.d.ts.map +1 -1
- package/dist/types/editor/methods/removeMarks.d.ts.map +1 -1
- package/dist/types/editor/methods/toLatestFormat.d.ts.map +1 -1
- package/dist/types/internal/hooks/useRichTextFieldNodes.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/paste/HtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/paste/createMarkHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/paste/withPaste.d.ts.map +1 -1
- package/dist/types/plugins/element/anchors/AnchorElement.d.ts +1 -1
- package/dist/types/plugins/element/anchors/AnchorElement.d.ts.map +1 -1
- package/dist/types/plugins/element/headings/HeadingElement.d.ts.map +1 -1
- package/dist/types/plugins/element/headings/withHeadings.d.ts.map +1 -1
- package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts +1 -1
- package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts.map +1 -1
- package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/ListElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/ListHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/ListItemElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/UnorderedListElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/transforms/indentListItem.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/withLists.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/ParagraphElement.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/ParagraphHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts.map +1 -1
- package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts +1 -1
- package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableCellElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableModifications.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableRowElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/withTables.d.ts.map +1 -1
- package/dist/types/plugins/text/bold/withBold.d.ts.map +1 -1
- package/dist/types/plugins/text/code/withCode.d.ts.map +1 -1
- package/dist/types/plugins/text/highlight/withHighlight.d.ts.map +1 -1
- package/dist/types/plugins/text/italic/withItalic.d.ts.map +1 -1
- package/dist/types/plugins/text/strikeThrough/withStrikeThrough.d.ts.map +1 -1
- package/dist/types/plugins/text/underline/withUnderline.d.ts.map +1 -1
- package/dist/types/slate-types.d.ts +1 -1
- package/dist/types/slate-types.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/types/plugins.d.ts.map +1 -1
- package/package.json +13 -13
- package/src/components/RichTextEditor.tsx +1 -2
- package/src/components/triggers/EditorGenericTrigger.tsx +0 -1
- package/src/editor/createEditor.ts +0 -1
- package/src/editor/createEditorWithEssentials.tsx +23 -16
- package/src/editor/methods/addMarks.ts +1 -1
- package/src/editor/methods/closest.ts +1 -1
- package/src/editor/methods/closestBlockEntry.ts +1 -1
- package/src/editor/methods/hasMarks.ts +6 -4
- package/src/editor/methods/removeMarks.ts +1 -1
- package/src/editor/methods/toLatestFormat.ts +3 -5
- package/src/internal/hooks/useRichTextFieldNodes.ts +10 -11
- package/src/internal/utils/EditorPasteUtils.ts +3 -3
- package/src/plugins/attributes/alignment/alignButton.ts +1 -4
- package/src/plugins/behaviour/paste/HtmlDeserializer.ts +11 -16
- package/src/plugins/behaviour/paste/createMarkHtmlDeserializer.ts +5 -1
- package/src/plugins/behaviour/paste/withPaste.ts +0 -1
- package/src/plugins/element/anchors/AnchorElement.ts +1 -2
- package/src/plugins/element/anchors/AnchorHtmlDeserializer.ts +1 -1
- package/src/plugins/element/headings/HeadingElement.ts +0 -1
- package/src/plugins/element/headings/withHeadings.ts +1 -10
- package/src/plugins/element/horizonalRules/HorizontalRuleElement.ts +4 -2
- package/src/plugins/element/horizonalRules/withHorizontalRules.ts +1 -2
- package/src/plugins/element/lists/ListElement.ts +2 -1
- package/src/plugins/element/lists/ListHtmlDeserializer.ts +3 -1
- package/src/plugins/element/lists/ListItemElement.ts +1 -2
- package/src/plugins/element/lists/UnorderedListElement.ts +3 -1
- package/src/plugins/element/lists/transforms/indentListItem.ts +3 -12
- package/src/plugins/element/lists/withLists.ts +7 -16
- package/src/plugins/element/paragraphs/ParagraphElement.ts +2 -2
- package/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.ts +7 -4
- package/src/plugins/element/paragraphs/withParagraphs.ts +1 -2
- package/src/plugins/element/scrollTargets/ScrollTargetElement.ts +6 -5
- package/src/plugins/element/tables/TableCellElement.ts +1 -2
- package/src/plugins/element/tables/TableElement.ts +13 -2
- package/src/plugins/element/tables/TableModifications.ts +2 -9
- package/src/plugins/element/tables/TableRowElement.ts +2 -2
- package/src/plugins/element/tables/withTables.ts +20 -20
- package/src/plugins/text/bold/withBold.ts +0 -1
- package/src/plugins/text/code/withCode.ts +0 -1
- package/src/plugins/text/highlight/withHighlight.ts +0 -1
- package/src/plugins/text/italic/withItalic.ts +0 -1
- package/src/plugins/text/strikeThrough/withStrikeThrough.ts +0 -1
- package/src/plugins/text/underline/withUnderline.ts +0 -1
- package/src/slate-types.ts +16 -12
- package/src/types/htmlDeserializer.ts +2 -2
- package/src/types/plugins.ts +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withCode.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/code/withCode.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { codeMarkPlugin } from './codeMark'\nimport { EditorPlugin } from '../../../types'\n\
|
|
1
|
+
{"version":3,"file":"withCode.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/code/withCode.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { codeMarkPlugin } from './codeMark'\nimport { EditorPlugin } from '../../../types'\n\nexport const withCode = (): EditorPlugin => editor => {\n\teditor.registerMark(codeMarkPlugin)\n\n\treturn editor\n}\n"],"names":[],"mappings":";AAIO,MAAM,WAAW,MAAoB,CAAA,WAAU;AACrD,SAAO,aAAa,cAAc;AAElC,SAAO;AACR;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlightMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/highlightMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const highlightMark = 'isHighlighted'\n\nexport const highlightMarkPlugin: EditorMarkPlugin = {\n\ttype: highlightMark,\n\tisHotKey: isHotkey('mod+e'),\n\trender: ({ children }) => createElement('em', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAUA,
|
|
1
|
+
{"version":3,"file":"highlightMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/highlightMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const highlightMark = 'isHighlighted'\n\nexport const highlightMarkPlugin: EditorMarkPlugin = {\n\ttype: highlightMark,\n\tisHotKey: isHotkey('mod+e'),\n\trender: ({ children }) => createElement('em', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAUA,SAAAA,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,SAAA,MAAeC,MAAAA,cAAc,MAAM,QAAW,QAAQ;AAClE;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlightMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/highlightMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const highlightMark = 'isHighlighted'\n\nexport const highlightMarkPlugin: EditorMarkPlugin = {\n\ttype: highlightMark,\n\tisHotKey: isHotkey('mod+e'),\n\trender: ({ children }) => createElement('em', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"highlightMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/highlightMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const highlightMark = 'isHighlighted'\n\nexport const highlightMarkPlugin: EditorMarkPlugin = {\n\ttype: highlightMark,\n\tisHotKey: isHotkey('mod+e'),\n\trender: ({ children }) => createElement('em', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,SAAA,MAAe,cAAc,MAAM,QAAW,QAAQ;AAClE;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withHighlight.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/withHighlight.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { highlightMarkPlugin } from './highlightMark'\nimport { EditorPlugin } from '../../../types'\n\
|
|
1
|
+
{"version":3,"file":"withHighlight.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/withHighlight.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { highlightMarkPlugin } from './highlightMark'\nimport { EditorPlugin } from '../../../types'\n\nexport const withHighlight = (): EditorPlugin => editor => {\n\teditor.registerMark(highlightMarkPlugin)\n\n\treturn editor\n}\n"],"names":["highlightMarkPlugin"],"mappings":";;;AAIO,MAAM,gBAAgB,MAAoB,CAAA,WAAU;AAC1D,SAAO,aAAaA,iCAAmB;AAEvC,SAAO;AACR;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withHighlight.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/withHighlight.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { highlightMarkPlugin } from './highlightMark'\nimport { EditorPlugin } from '../../../types'\n\
|
|
1
|
+
{"version":3,"file":"withHighlight.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/highlight/withHighlight.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { highlightMarkPlugin } from './highlightMark'\nimport { EditorPlugin } from '../../../types'\n\nexport const withHighlight = (): EditorPlugin => editor => {\n\teditor.registerMark(highlightMarkPlugin)\n\n\treturn editor\n}\n"],"names":[],"mappings":";AAIO,MAAM,gBAAgB,MAAoB,CAAA,WAAU;AAC1D,SAAO,aAAa,mBAAmB;AAEvC,SAAO;AACR;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"italicMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/italicMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const italicMark = 'isItalic'\n\nexport const italicMarkPlugin: EditorMarkPlugin = {\n\ttype: italicMark,\n\tisHotKey: isHotkey('mod+i'),\n\trender: ({ children }) => createElement('i', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,aAAa;AAEnB,MAAM,mBAAqC;AAAA,EACjD,MAAM;AAAA,EACN,UAAUA,
|
|
1
|
+
{"version":3,"file":"italicMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/italicMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const italicMark = 'isItalic'\n\nexport const italicMarkPlugin: EditorMarkPlugin = {\n\ttype: italicMark,\n\tisHotKey: isHotkey('mod+i'),\n\trender: ({ children }) => createElement('i', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,aAAa;AAEnB,MAAM,mBAAqC;AAAA,EACjD,MAAM;AAAA,EACN,UAAUA,SAAAA,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,SAAA,MAAeC,MAAAA,cAAc,KAAK,QAAW,QAAQ;AACjE;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"italicMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/italicMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const italicMark = 'isItalic'\n\nexport const italicMarkPlugin: EditorMarkPlugin = {\n\ttype: italicMark,\n\tisHotKey: isHotkey('mod+i'),\n\trender: ({ children }) => createElement('i', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,aAAa;AAEnB,MAAM,mBAAqC;AAAA,EACjD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"italicMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/italicMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const italicMark = 'isItalic'\n\nexport const italicMarkPlugin: EditorMarkPlugin = {\n\ttype: italicMark,\n\tisHotKey: isHotkey('mod+i'),\n\trender: ({ children }) => createElement('i', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,aAAa;AAEnB,MAAM,mBAAqC;AAAA,EACjD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,SAAA,MAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withItalic.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/withItalic.ts"],"sourcesContent":["import { italicMark, italicMarkPlugin } from './italicMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\
|
|
1
|
+
{"version":3,"file":"withItalic.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/withItalic.ts"],"sourcesContent":["import { italicMark, italicMarkPlugin } from './italicMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\nexport const withItalic = (): EditorPlugin => editor => {\n\teditor.registerMark(italicMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\titalicMark,\n\t\t\tel => ['I', 'EM'].includes(el.nodeName),\n\t\t\tel => ['italic', 'oblique'].includes(el.style.fontWeight),\n\t\t),\n\t)\n}\n"],"names":["italicMarkPlugin","createMarkHtmlDeserializer","italicMark"],"mappings":";;;;AAIO,MAAM,aAAa,MAAoB,CAAA,WAAU;AACvD,SAAO,aAAaA,2BAAgB;AACpC,SAAO,iBAAiB;AAAA,IACvBC,2BAAAA;AAAAA,MACCC,WAAAA;AAAAA,MACA,QAAM,CAAC,KAAK,IAAI,EAAE,SAAS,GAAG,QAAQ;AAAA,MACtC,CAAA,OAAM,CAAC,UAAU,SAAS,EAAE,SAAS,GAAG,MAAM,UAAU;AAAA,IAAA;AAAA,EACzD;AAEF;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withItalic.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/withItalic.ts"],"sourcesContent":["import { italicMark, italicMarkPlugin } from './italicMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\
|
|
1
|
+
{"version":3,"file":"withItalic.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/italic/withItalic.ts"],"sourcesContent":["import { italicMark, italicMarkPlugin } from './italicMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\nexport const withItalic = (): EditorPlugin => editor => {\n\teditor.registerMark(italicMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\titalicMark,\n\t\t\tel => ['I', 'EM'].includes(el.nodeName),\n\t\t\tel => ['italic', 'oblique'].includes(el.style.fontWeight),\n\t\t),\n\t)\n}\n"],"names":[],"mappings":";;AAIO,MAAM,aAAa,MAAoB,CAAA,WAAU;AACvD,SAAO,aAAa,gBAAgB;AACpC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,QAAM,CAAC,KAAK,IAAI,EAAE,SAAS,GAAG,QAAQ;AAAA,MACtC,CAAA,OAAM,CAAC,UAAU,SAAS,EAAE,SAAS,GAAG,MAAM,UAAU;AAAA,IAAA;AAAA,EACzD;AAEF;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withNewline.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/newline/withNewline.ts"],"sourcesContent":["import { Transforms } from 'slate'\nimport { EditorPlugin } from '../../../types'\n\nexport const withNewline = (): EditorPlugin => editor => {\n\tconst { onKeyDown } = editor\n\teditor.onKeyDown = e => {\n\t\tif (e.key !== 'Enter' || !e.shiftKey) {\n\t\t\treturn onKeyDown(e)\n\t\t}\n\t\te.preventDefault()\n\t\tTransforms.insertText(editor, '\\n')\n\t}\n}\n"],"names":["Transforms"],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"withNewline.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/newline/withNewline.ts"],"sourcesContent":["import { Transforms } from 'slate'\nimport { EditorPlugin } from '../../../types'\n\nexport const withNewline = (): EditorPlugin => editor => {\n\tconst { onKeyDown } = editor\n\teditor.onKeyDown = e => {\n\t\tif (e.key !== 'Enter' || !e.shiftKey) {\n\t\t\treturn onKeyDown(e)\n\t\t}\n\t\te.preventDefault()\n\t\tTransforms.insertText(editor, '\\n')\n\t}\n}\n"],"names":["Transforms"],"mappings":";;;AAGO,MAAM,cAAc,MAAoB,CAAA,WAAU;AACxD,QAAM,EAAE,cAAc;AACtB,SAAO,YAAY,CAAA,MAAK;AACvB,QAAI,EAAE,QAAQ,WAAW,CAAC,EAAE,UAAU;AACrC,aAAO,UAAU,CAAC;AAAA,IACnB;AACA,MAAE,eAAA;AACFA,qBAAW,WAAW,QAAQ,IAAI;AAAA,EACnC;AACD;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withNewline.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/newline/withNewline.ts"],"sourcesContent":["import { Transforms } from 'slate'\nimport { EditorPlugin } from '../../../types'\n\nexport const withNewline = (): EditorPlugin => editor => {\n\tconst { onKeyDown } = editor\n\teditor.onKeyDown = e => {\n\t\tif (e.key !== 'Enter' || !e.shiftKey) {\n\t\t\treturn onKeyDown(e)\n\t\t}\n\t\te.preventDefault()\n\t\tTransforms.insertText(editor, '\\n')\n\t}\n}\n"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"withNewline.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/newline/withNewline.ts"],"sourcesContent":["import { Transforms } from 'slate'\nimport { EditorPlugin } from '../../../types'\n\nexport const withNewline = (): EditorPlugin => editor => {\n\tconst { onKeyDown } = editor\n\teditor.onKeyDown = e => {\n\t\tif (e.key !== 'Enter' || !e.shiftKey) {\n\t\t\treturn onKeyDown(e)\n\t\t}\n\t\te.preventDefault()\n\t\tTransforms.insertText(editor, '\\n')\n\t}\n}\n"],"names":[],"mappings":";AAGO,MAAM,cAAc,MAAoB,CAAA,WAAU;AACxD,QAAM,EAAE,cAAc;AACtB,SAAO,YAAY,CAAA,MAAK;AACvB,QAAI,EAAE,QAAQ,WAAW,CAAC,EAAE,UAAU;AACrC,aAAO,UAAU,CAAC;AAAA,IACnB;AACA,MAAE,eAAA;AACF,eAAW,WAAW,QAAQ,IAAI;AAAA,EACnC;AACD;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"strikeThroughMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/strikeThroughMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const strikeThroughMark = 'isStruckThrough'\nexport const strikeThroughPlugin: EditorMarkPlugin = {\n\ttype: strikeThroughMark,\n\trender: ({ children }) => createElement('s', undefined, children),\n\tisHotKey: isHotkey('mod+opt+s'),\n}\n"],"names":["createElement","isHotkey"],"mappings":";;;;AAIO,MAAM,oBAAoB;AAC1B,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,QAAQ,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"strikeThroughMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/strikeThroughMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const strikeThroughMark = 'isStruckThrough'\nexport const strikeThroughPlugin: EditorMarkPlugin = {\n\ttype: strikeThroughMark,\n\trender: ({ children }) => createElement('s', undefined, children),\n\tisHotKey: isHotkey('mod+opt+s'),\n}\n"],"names":["createElement","isHotkey"],"mappings":";;;;AAIO,MAAM,oBAAoB;AAC1B,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,QAAQ,CAAC,EAAE,SAAA,MAAeA,MAAAA,cAAc,KAAK,QAAW,QAAQ;AAAA,EAChE,UAAUC,SAAAA,SAAS,WAAW;AAC/B;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"strikeThroughMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/strikeThroughMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const strikeThroughMark = 'isStruckThrough'\nexport const strikeThroughPlugin: EditorMarkPlugin = {\n\ttype: strikeThroughMark,\n\trender: ({ children }) => createElement('s', undefined, children),\n\tisHotKey: isHotkey('mod+opt+s'),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,oBAAoB;AAC1B,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,QAAQ,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"strikeThroughMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/strikeThroughMark.ts"],"sourcesContent":["import { createElement } from 'react'\nimport { isHotkey } from 'is-hotkey'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const strikeThroughMark = 'isStruckThrough'\nexport const strikeThroughPlugin: EditorMarkPlugin = {\n\ttype: strikeThroughMark,\n\trender: ({ children }) => createElement('s', undefined, children),\n\tisHotKey: isHotkey('mod+opt+s'),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,oBAAoB;AAC1B,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,QAAQ,CAAC,EAAE,SAAA,MAAe,cAAc,KAAK,QAAW,QAAQ;AAAA,EAChE,UAAU,SAAS,WAAW;AAC/B;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withStrikeThrough.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/withStrikeThrough.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { strikeThroughMark, strikeThroughPlugin } from './strikeThroughMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\
|
|
1
|
+
{"version":3,"file":"withStrikeThrough.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/withStrikeThrough.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { strikeThroughMark, strikeThroughPlugin } from './strikeThroughMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\nexport const withStrikeThrough = (): EditorPlugin => editor => {\n\teditor.registerMark(strikeThroughPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tstrikeThroughMark,\n\t\t\tel => el.nodeName === 'S',\n\t\t\tel => el.style.textDecoration === 'line-through',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":["strikeThroughPlugin","createMarkHtmlDeserializer","strikeThroughMark"],"mappings":";;;;AAKO,MAAM,oBAAoB,MAAoB,CAAA,WAAU;AAC9D,SAAO,aAAaA,qCAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvBC,2BAAAA;AAAAA,MACCC,kBAAAA;AAAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IAAA;AAAA,EACnC;AAGD,SAAO;AACR;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withStrikeThrough.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/withStrikeThrough.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { strikeThroughMark, strikeThroughPlugin } from './strikeThroughMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\
|
|
1
|
+
{"version":3,"file":"withStrikeThrough.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/strikeThrough/withStrikeThrough.ts"],"sourcesContent":["import { Editor as SlateEditor } from 'slate'\nimport { strikeThroughMark, strikeThroughPlugin } from './strikeThroughMark'\nimport { EditorPlugin } from '../../../types'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\n\nexport const withStrikeThrough = (): EditorPlugin => editor => {\n\teditor.registerMark(strikeThroughPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tstrikeThroughMark,\n\t\t\tel => el.nodeName === 'S',\n\t\t\tel => el.style.textDecoration === 'line-through',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":[],"mappings":";;AAKO,MAAM,oBAAoB,MAAoB,CAAA,WAAU;AAC9D,SAAO,aAAa,mBAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IAAA;AAAA,EACnC;AAGD,SAAO;AACR;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"underlineMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/underlineMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const underlineMark = 'isUnderlined'\n\nexport const underlineMarkPlugin: EditorMarkPlugin = {\n\ttype: underlineMark,\n\tisHotKey: isHotkey('mod+u'),\n\trender: ({ children }) => createElement('u', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAUA,
|
|
1
|
+
{"version":3,"file":"underlineMark.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/underlineMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const underlineMark = 'isUnderlined'\n\nexport const underlineMarkPlugin: EditorMarkPlugin = {\n\ttype: underlineMark,\n\tisHotKey: isHotkey('mod+u'),\n\trender: ({ children }) => createElement('u', undefined, children),\n}\n"],"names":["isHotkey","createElement"],"mappings":";;;;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAUA,SAAAA,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,SAAA,MAAeC,MAAAA,cAAc,KAAK,QAAW,QAAQ;AACjE;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"underlineMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/underlineMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const underlineMark = 'isUnderlined'\n\nexport const underlineMarkPlugin: EditorMarkPlugin = {\n\ttype: underlineMark,\n\tisHotKey: isHotkey('mod+u'),\n\trender: ({ children }) => createElement('u', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"underlineMark.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/underlineMark.ts"],"sourcesContent":["import { isHotkey } from 'is-hotkey'\nimport { createElement } from 'react'\nimport { EditorMarkPlugin } from '../../../types'\n\nexport const underlineMark = 'isUnderlined'\n\nexport const underlineMarkPlugin: EditorMarkPlugin = {\n\ttype: underlineMark,\n\tisHotKey: isHotkey('mod+u'),\n\trender: ({ children }) => createElement('u', undefined, children),\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB;AAEtB,MAAM,sBAAwC;AAAA,EACpD,MAAM;AAAA,EACN,UAAU,SAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,SAAA,MAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withUnderline.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/withUnderline.ts"],"sourcesContent":["import { underlineMark, underlineMarkPlugin } from './underlineMark'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\nimport { EditorPlugin } from '../../../types'\n\
|
|
1
|
+
{"version":3,"file":"withUnderline.cjs","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/withUnderline.ts"],"sourcesContent":["import { underlineMark, underlineMarkPlugin } from './underlineMark'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\nimport { EditorPlugin } from '../../../types'\n\nexport const withUnderline = (): EditorPlugin => editor => {\n\teditor.registerMark(underlineMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tunderlineMark,\n\t\t\tel => el.nodeName === 'U',\n\t\t\tel => el.style.textDecoration === 'underline',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":["underlineMarkPlugin","createMarkHtmlDeserializer","underlineMark"],"mappings":";;;;AAIO,MAAM,gBAAgB,MAAoB,CAAA,WAAU;AAC1D,SAAO,aAAaA,iCAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvBC,2BAAAA;AAAAA,MACCC,cAAAA;AAAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IAAA;AAAA,EACnC;AAGD,SAAO;AACR;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withUnderline.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/withUnderline.ts"],"sourcesContent":["import { underlineMark, underlineMarkPlugin } from './underlineMark'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\nimport { EditorPlugin } from '../../../types'\n\
|
|
1
|
+
{"version":3,"file":"withUnderline.js","sources":["../../../../../../../packages/react-slate-editor-base/src/plugins/text/underline/withUnderline.ts"],"sourcesContent":["import { underlineMark, underlineMarkPlugin } from './underlineMark'\nimport { createMarkHtmlDeserializer } from '../../behaviour'\nimport { EditorPlugin } from '../../../types'\n\nexport const withUnderline = (): EditorPlugin => editor => {\n\teditor.registerMark(underlineMarkPlugin)\n\teditor.htmlDeserializer.registerPlugin(\n\t\tcreateMarkHtmlDeserializer(\n\t\t\tunderlineMark,\n\t\t\tel => el.nodeName === 'U',\n\t\t\tel => el.style.textDecoration === 'underline',\n\t\t),\n\t)\n\n\treturn editor\n}\n"],"names":[],"mappings":";;AAIO,MAAM,gBAAgB,MAAoB,CAAA,WAAU;AAC1D,SAAO,aAAa,mBAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvB;AAAA,MACC;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IAAA;AAAA,EACnC;AAGD,SAAO;AACR;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorGenericTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/triggers/EditorGenericTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAEpC,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAI9B,MAAM,WAAW,yBAAyB;IACzC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAA;IAChD,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAA;IACrD,MAAM,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;IAC1C,QAAQ,EAAE,YAAY,CAAA;CACtB;AAED,eAAO,MAAM,oBAAoB,GAAI,+CAA+C,yBAAyB,
|
|
1
|
+
{"version":3,"file":"EditorGenericTrigger.d.ts","sourceRoot":"","sources":["../../../../src/components/triggers/EditorGenericTrigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAEpC,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAI9B,MAAM,WAAW,yBAAyB;IACzC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAA;IAChD,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAA;IACrD,MAAM,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;IAC1C,QAAQ,EAAE,YAAY,CAAA;CACtB;AAED,eAAO,MAAM,oBAAoB,GAAI,+CAA+C,yBAAyB,mDAW5G,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEditor.d.ts","sourceRoot":"","sources":["../../../src/editor/createEditor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,YAAY,EAA4B,MAAM,UAAU,CAAA;AACjE,OAAO,EAAiB,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"createEditor.d.ts","sourceRoot":"","sources":["../../../src/editor/createEditor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,YAAY,EAA4B,MAAM,UAAU,CAAA;AACjE,OAAO,EAAiB,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAEtD,MAAM,WAAW,yBAAyB;IACzC,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;CACxB;AAED,MAAM,WAAW,mBAAoB,SAAQ,yBAAyB;IACrE,kBAAkB,EAAE,MAAM,CAAA;IAC1B,MAAM,EAAE,cAAc,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,QAAQ,EAAE,SAAS,CAAA;CACnB;AAED,eAAO,MAAM,YAAY,GAAI,iEAM1B,mBAAmB,KAAG;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,iBAAiB,CAAC;QAAE,QAAQ,EAAE,SAAS,CAAA;KAAE,CAAC,CAAA;IACxD,YAAY,EAAE,iBAAiB,CAAC;QAAE,QAAQ,EAAE,SAAS,CAAA;KAAE,CAAC,CAAA;CAuBxD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createEditorWithEssentials.d.ts","sourceRoot":"","sources":["../../../src/editor/createEditorWithEssentials.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"createEditorWithEssentials.d.ts","sourceRoot":"","sources":["../../../src/editor/createEditorWithEssentials.tsx"],"names":[],"mappings":"AACA,OAAO,EAGN,MAAM,EAON,MAAM,OAAO,CAAA;AAUd,eAAO,MAAM,0BAA0B,GAAI,wBAAwB;IAAE,kBAAkB,EAAE,MAAM,CAAA;CAAE,KAAG,MAyOnG,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addMarks.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/addMarks.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"addMarks.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/addMarks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAElD,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,SAAS,EAAE,CAAC,SAAS,WAAW,EAAE,QAAQ,CAAC,EAAE,OAAO,aAAa,CAAC,CAAC,CAAC,SAMtG,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Editor as SlateEditor,
|
|
1
|
+
import { Editor, Editor as SlateEditor, Element, Location, NodeEntry } from 'slate';
|
|
2
2
|
export declare const closest: <E extends SlateEditor>(editor: E, options: {
|
|
3
3
|
at?: Location;
|
|
4
4
|
match: (node: Editor | Element) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"closest.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/closest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"closest.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/closest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAQ,MAAM,OAAO,CAAA;AAEzF,eAAO,MAAM,OAAO,GAAI,CAAC,SAAS,WAAW,EAC5C,QAAQ,CAAC,EACT,SAAS;IACR,EAAE,CAAC,EAAE,QAAQ,CAAA;IACb,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,KAAK,OAAO,CAAA;CAC1C,KACC,SAAS,CAAC,MAAM,GAAG,OAAO,CAAC,GAAG,SAYhC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Editor as SlateEditor,
|
|
1
|
+
import { Editor as SlateEditor, Element, Location } from 'slate';
|
|
2
2
|
export declare const closestBlockEntry: <E extends SlateEditor>(editor: E, options?: {
|
|
3
3
|
at?: Location;
|
|
4
4
|
match?: (node: Element) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"closestBlockEntry.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/closestBlockEntry.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"closestBlockEntry.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/closestBlockEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAGxE,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,WAAW,EACtD,QAAQ,CAAC,EACT,UAAU;IACT,EAAE,CAAC,EAAE,QAAQ,CAAA;IACb,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAA;CAClC,kGAKC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hasMarks.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/hasMarks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAqB,IAAI,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AACzF,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAElD,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,SAAS,EAAE,CAAC,SAAS,WAAW,EAClE,QAAQ,CAAC,EACT,OAAO,aAAa,CAAC,CAAC,CAAC,EACvB,UAAS;IACR,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,EAAE,CAAC,EAAE,IAAI,CAAA;CACJ,
|
|
1
|
+
{"version":3,"file":"hasMarks.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/hasMarks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAqB,IAAI,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AACzF,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAElD,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,SAAS,EAAE,CAAC,SAAS,WAAW,EAClE,QAAQ,CAAC,EACT,OAAO,aAAa,CAAC,CAAC,CAAC,EACvB,UAAS;IACR,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,EAAE,CAAC,EAAE,IAAI,CAAA;CACJ,YAsBN,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"removeMarks.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/removeMarks.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"removeMarks.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/removeMarks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAElD,eAAO,MAAM,WAAW,GAAI,CAAC,SAAS,SAAS,EAAE,CAAC,SAAS,WAAW,EAAE,QAAQ,CAAC,EAAE,OAAO,aAAa,CAAC,CAAC,CAAC,SAMzG,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toLatestFormat.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/toLatestFormat.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,WAAW,EAA2B,MAAM,OAAO,CAAA;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAA;AAE3D,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,WAAW,EACnD,QAAQ,CAAC,EACT,oBAAoB,sBAAsB,KACxC,
|
|
1
|
+
{"version":3,"file":"toLatestFormat.d.ts","sourceRoot":"","sources":["../../../../src/editor/methods/toLatestFormat.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,WAAW,EAA2B,MAAM,OAAO,CAAA;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAA;AAE3D,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,WAAW,EACnD,QAAQ,CAAC,EACT,oBAAoB,sBAAsB,KACxC,sBA2BF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRichTextFieldNodes.d.ts","sourceRoot":"","sources":["../../../../src/internal/hooks/useRichTextFieldNodes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,0BAA0B,CAAA;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAE1C,MAAM,WAAW,iCAAiC;IACjD,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,aAAa,CAAC,MAAM,CAAC,CAAA;IACpC,0BAA0B,EAAE,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC,CAAA;CACxE;AAED,eAAO,MAAM,qBAAqB,GAAI,wDAInC,iCAAiC,KAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"useRichTextFieldNodes.d.ts","sourceRoot":"","sources":["../../../../src/internal/hooks/useRichTextFieldNodes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,aAAa,EAAE,MAAM,0BAA0B,CAAA;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAE1C,MAAM,WAAW,iCAAiC;IACjD,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,aAAa,CAAC,MAAM,CAAC,CAAA;IACpC,0BAA0B,EAAE,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC,CAAA;CACxE;AAED,eAAO,MAAM,qBAAqB,GAAI,wDAInC,iCAAiC,KAAG,UAAU,EAuBhD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/behaviour/paste/HtmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,OAAO,IAAI,YAAY,EAAqB,MAAM,OAAO,CAAA;AAC9E,OAAO,EAAgC,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AACtG,OAAO,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAA;AAInE,MAAM,WAAW,SAAS;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;AAED,MAAM,MAAM,qBAAqB,GAC9B;IAAE,KAAK,EAAE,UAAU,EAAE,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,GAC7C;IAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,SAAS,CAAA;CAAE,CAAA;AAElD,MAAM,MAAM,aAAa,GAAG,qBAAqB,GAAG,IAAI,CAAA;AAExD,qBAAa,gBAAgB;IAEpB,oBAAoB,EAAE,2BAA2B;IACxD,OAAO,CAAC,OAAO;gBADR,oBAAoB,EAAE,2BAA2B,EAChD,OAAO,EAAE,sBAAsB,EAAE;IAI1C,cAAc,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,GAAE,OAAc;IAI/D,oBAAoB,CAAC,QAAQ,EAAE,IAAI,EAAE,EAAE,mBAAmB,EAAE,SAAS;;;;;;;
|
|
1
|
+
{"version":3,"file":"HtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/behaviour/paste/HtmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,OAAO,IAAI,YAAY,EAAqB,MAAM,OAAO,CAAA;AAC9E,OAAO,EAAgC,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AACtG,OAAO,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAA;AAInE,MAAM,WAAW,SAAS;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;AAED,MAAM,MAAM,qBAAqB,GAC9B;IAAE,KAAK,EAAE,UAAU,EAAE,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,GAC7C;IAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,SAAS,CAAA;CAAE,CAAA;AAElD,MAAM,MAAM,aAAa,GAAG,qBAAqB,GAAG,IAAI,CAAA;AAExD,qBAAa,gBAAgB;IAEpB,oBAAoB,EAAE,2BAA2B;IACxD,OAAO,CAAC,OAAO;gBADR,oBAAoB,EAAE,2BAA2B,EAChD,OAAO,EAAE,sBAAsB,EAAE;IAI1C,cAAc,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,GAAE,OAAc;IAI/D,oBAAoB,CAAC,QAAQ,EAAE,IAAI,EAAE,EAAE,mBAAmB,EAAE,SAAS;;;;;;;IAqE5E,iBAAiB,CAAC,IAAI,EAAE,QAAQ,GAAG,IAAI,EAAE,EAAE,mBAAmB,EAAE,SAAS,GAAG,UAAU,EAAE;IAYxF,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,mBAAmB,EAAE,SAAS,GAAG,UAAU,EAAE;IAK7E,OAAO,CAAC,mBAAmB;IAiB3B,OAAO,CAAC,kBAAkB;IAoB1B,OAAO,CAAC,6BAA6B;IAUrC,OAAO,CAAC,iBAAiB;CAczB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createMarkHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/behaviour/paste/createMarkHtmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAExE,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"createMarkHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/behaviour/paste/createMarkHtmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAExE,eAAO,MAAM,0BAA0B,GACtC,UAAU,MAAM,EAChB,YAAY,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,EACxC,kBAAkB,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,KAC5C,sBAUD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withPaste.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/behaviour/paste/withPaste.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"withPaste.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/behaviour/paste/withPaste.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,OAAO,CAAA;AAK1C,eAAO,MAAM,SAAS,GAAI,QAAQ,MAAM,SAiBvC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Editor as SlateEditor,
|
|
1
|
+
import { Editor, Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
2
|
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
3
3
|
export declare const anchorElementType: "anchor";
|
|
4
4
|
export interface AnchorElement extends SlateElement {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnchorElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/anchors/AnchorElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"AnchorElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/anchors/AnchorElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAyC,MAAM,OAAO,CAAA;AAExI,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,iBAAiB,EAAG,QAAiB,CAAA;AAElD,MAAM,WAAW,aAAc,SAAQ,YAAY;IAClD,IAAI,EAAE,OAAO,iBAAiB,CAAA;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,eAAe,GAAI,SAAS,SAAS,KAAG,OAAO,IAAI,aAAsF,CAAA;AAEtJ,eAAO,MAAM,qBAAqB,GAAI,QAAQ,MAAM,YAGnD,CAAA;AAED,eAAO,MAAM,mBAAmB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,aAAa,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,aAAa,CA4B5H,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeadingElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/headings/HeadingElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,EAAE,IAAI,IAAI,SAAS,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAEhH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAG,SAAkB,CAAA;AAEpD,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC9C,IAAI,EAAE,OAAO,kBAAkB,CAAA;IAC/B,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,cAAc,CAAA;IACtB,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,gBAAgB,GAC5B,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,cAAc,CAAC,KAChC,OAAO,IAAI,cAAsF,CAAA;AAEpG,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM,EAAE,aAAa,SAAS,SAGzE,CAAA;
|
|
1
|
+
{"version":3,"file":"HeadingElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/headings/HeadingElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,EAAE,IAAI,IAAI,SAAS,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAEhH,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAG,SAAkB,CAAA;AAEpD,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC9C,IAAI,EAAE,OAAO,kBAAkB,CAAA;IAC/B,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,cAAc,CAAA;IACtB,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,gBAAgB,GAC5B,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,cAAc,CAAC,KAChC,OAAO,IAAI,cAAsF,CAAA;AAEpG,eAAO,MAAM,mBAAmB,GAAI,QAAQ,MAAM,EAAE,aAAa,SAAS,SAGzE,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,cAAc,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,cAAc,CAyB/H,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withHeadings.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/headings/withHeadings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0F,MAAM,OAAO,CAAA;AAEtH,OAAO,
|
|
1
|
+
{"version":3,"file":"withHeadings.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/headings/withHeadings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0F,MAAM,OAAO,CAAA;AAEtH,OAAO,EAAuB,cAAc,EAA8D,MAAM,kBAAkB,CAAA;AAElI,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,YAAY,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,cAAc,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAwGvH,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Editor as SlateEditor,
|
|
1
|
+
import { Editor, Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
2
|
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
3
3
|
export declare const horizontalRuleElementType: "horizontalRule";
|
|
4
4
|
export interface HorizontalRuleElement extends SlateElement {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HorizontalRuleElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/horizonalRules/HorizontalRuleElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"HorizontalRuleElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/horizonalRules/HorizontalRuleElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAmC,MAAM,OAAO,CAAA;AAClI,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,yBAAyB,EAAG,gBAAyB,CAAA;AAElE,MAAM,WAAW,qBAAsB,SAAQ,YAAY;IAC1D,IAAI,EAAE,OAAO,yBAAyB,CAAA;IACtC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,uBAAuB,GAAI,SAAS,SAAS,KAAG,OAAO,IAAI,qBACM,CAAA;AAE9E,eAAO,MAAM,6BAA6B,GAAI,QAAQ,MAAM,YAG3D,CAAA;AAED,eAAO,MAAM,2BAA2B,GACvC,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,qBAAqB,CAAC,CAAA;CAAE,KAC5D,mBAAmB,CAAC,qBAAqB,CAW1C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withHorizontalRules.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/horizonalRules/withHorizontalRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgG,MAAM,OAAO,CAAA;AAC5H,OAAO,EAAE,qBAAqB,EAA0D,MAAM,yBAAyB,CAAA;AACvH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,mBAAmB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,qBAAqB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,
|
|
1
|
+
{"version":3,"file":"withHorizontalRules.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/horizonalRules/withHorizontalRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgG,MAAM,OAAO,CAAA;AAC5H,OAAO,EAAE,qBAAqB,EAA0D,MAAM,yBAAyB,CAAA;AACvH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,mBAAmB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,qBAAqB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAiFrI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAA2B,IAAI,EAAqB,MAAM,OAAO,CAAA;AACzF,OAAO,EAA0B,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AACrF,OAAO,EAAwB,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAI/E,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,oBAAoB,GAAG,kBAAkB,EAChF,SAAS,IAAI,EACb,WAAW,OAAO,CAAC,CAAC,CAAC,KACnB,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"ListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAA2B,IAAI,EAAqB,MAAM,OAAO,CAAA;AACzF,OAAO,EAA0B,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AACrF,OAAO,EAAwB,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAI/E,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,oBAAoB,GAAG,kBAAkB,EAChF,SAAS,IAAI,EACb,WAAW,OAAO,CAAC,CAAC,CAAC,KACnB,OAAO,IAAI,CACuI,CAAA;AAErJ,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM,KAAG,OAAO,GAAG,SAc/D,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListHtmlDeserializer.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAA;AAIvD,MAAM,WAAW,qBAAqB;IACrC,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,2BAA2B;IAC3C,wBAAwB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,qBAAqB,CAAA;CAClE;AAUD,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"ListHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListHtmlDeserializer.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAA;AAIvD,MAAM,WAAW,qBAAqB;IACrC,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,2BAA2B;IAC3C,wBAAwB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,qBAAqB,CAAA;CAClE;AAUD,eAAO,MAAM,2BAA2B,GACvC,+BAAgE,2BAAgC,KAC9F,sBAuFD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListItemElement.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ListItemElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListItemElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAG7G,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,mBAAmB,EAAG,UAAmB,CAAA;AAEtD,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACpD,IAAI,EAAE,OAAO,mBAAmB,CAAA;IAChC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,iBAAiB,GAC7B,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,eAAe,CAAC,KACjC,OAAO,IAAI,eAAwF,CAAA;AAEtG,eAAO,MAAM,qBAAqB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,eAAe,CAyClI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnorderedListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/UnorderedListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AAKzF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,wBAAwB,EAAG,eAAwB,CAAA;AAEhE,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACzD,IAAI,EAAE,OAAO,wBAAwB,CAAA;IACrC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,sBAAsB,GAClC,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,oBAAoB,CAAC,KACtC,OAAO,IAAI,oBAAkG,CAAA;AAEhH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"UnorderedListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/UnorderedListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AAKzF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,wBAAwB,EAAG,eAAwB,CAAA;AAEhE,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACzD,IAAI,EAAE,OAAO,wBAAwB,CAAA;IACrC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,sBAAsB,GAClC,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,oBAAoB,CAAC,KACtC,OAAO,IAAI,oBAAkG,CAAA;AAEhH,eAAO,MAAM,0BAA0B,GACtC,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAA;CAAE,KAC3D,mBAAmB,CAAC,oBAAoB,CAWzC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indentListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/indentListItem.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"indentListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/indentListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyD,IAAI,IAAI,SAAS,EAAoB,MAAM,OAAO,CAAA;AAE1H,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAIzD,eAAO,MAAM,cAAc,GAC1B,QAAQ,MAAM,EACd,UAAU,eAAe,EACzB,cAAc,SAAS,KACrB,OA6DF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withLists.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/withLists.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"withLists.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/withLists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAwG,MAAM,OAAO,CAAA;AAEpI,OAAO,EAAqB,eAAe,EAAyB,MAAM,mBAAmB,CAAA;AAC7F,OAAO,EAAE,kBAAkB,EAA4B,MAAM,sBAAsB,CAAA;AAEnF,OAAO,EAAE,oBAAoB,EAA8B,MAAM,wBAAwB,CAAA;AAGzF,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,SAAS,GAAI,4DAA4D;IACrF,cAAc,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;IAChD,iBAAiB,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAA;IACtD,mBAAmB,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAA;CAC1D,MACA,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAiL9B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParagraphElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphElement.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ParagraphElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAE7G,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,oBAAoB,EAAG,WAAoB,CAAA;AAExD,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACrD,IAAI,EAAE,OAAO,oBAAoB,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,KAAK,CAAC,EAAE,cAAc,CAAA;CACtB;AAED,eAAO,MAAM,kBAAkB,GAC9B,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,gBAAgB,CAAC,KAClC,OAAO,IAAI,gBAA0F,CAAA;AAExG,eAAO,MAAM,sBAAsB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,gBAAgB,CAuCrI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParagraphHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphHtmlDeserializer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAA;AAEvD,eAAO,MAAM,yBAAyB,EAAE,
|
|
1
|
+
{"version":3,"file":"ParagraphHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphHtmlDeserializer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAA;AAEvD,eAAO,MAAM,yBAAyB,EAAE,sBAQvC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withParagraphs.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/withParagraphs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAmE,MAAM,OAAO,CAAA;AAE/F,OAAO,EAAsB,gBAAgB,EAAgD,MAAM,oBAAoB,CAAA;AAEvH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,cAAc,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,
|
|
1
|
+
{"version":3,"file":"withParagraphs.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/withParagraphs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAmE,MAAM,OAAO,CAAA;AAE/F,OAAO,EAAsB,gBAAgB,EAAgD,MAAM,oBAAoB,CAAA;AAEvH,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,cAAc,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CA8D3H,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Editor as SlateEditor,
|
|
1
|
+
import { Editor, Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
2
|
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
3
3
|
export declare const scrollTargetElementType: "scrollTarget";
|
|
4
4
|
export interface ScrollTargetElement extends SlateElement {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollTargetElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/ScrollTargetElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"ScrollTargetElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/ScrollTargetElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAmC,MAAM,OAAO,CAAA;AAClI,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,uBAAuB,EAAG,cAAuB,CAAA;AAE9D,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACxD,IAAI,EAAE,OAAO,uBAAuB,CAAA;IACpC,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,qBAAqB,GAAI,SAAS,SAAS,KAAG,OAAO,IAAI,mBACM,CAAA;AAE5E,eAAO,MAAM,2BAA2B,GAAI,QAAQ,MAAM,YAGzD,CAAA;AAED,eAAO,MAAM,yBAAyB,GACrC,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAA;CAAE,KAC1D,mBAAmB,CAAC,mBAAmB,CAmBxC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCellElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableCellElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAc,MAAM,OAAO,CAAA;AAGjG,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,oBAAoB,EAAG,WAAoB,CAAA;AAExD,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACrD,IAAI,EAAE,OAAO,oBAAoB,CAAA;IACjC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,WAAW,CAAC,EAAE,KAAK,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;CACpC;AAED,eAAO,MAAM,kBAAkB,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,gBAAuF,CAAA;AAErJ,eAAO,MAAM,2BAA2B;;;;;CAGtC,CAAA;
|
|
1
|
+
{"version":3,"file":"TableCellElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableCellElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAc,MAAM,OAAO,CAAA;AAGjG,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,oBAAoB,EAAG,WAAoB,CAAA;AAExD,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACrD,IAAI,EAAE,OAAO,oBAAoB,CAAA;IACjC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,WAAW,CAAC,EAAE,KAAK,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;CACpC;AAED,eAAO,MAAM,kBAAkB,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,gBAAuF,CAAA;AAErJ,eAAO,MAAM,2BAA2B;;;;;CAGtC,CAAA;AAEF,eAAO,MAAM,sBAAsB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,gBAAgB,CAsBrI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableElement.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"TableElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,MAAM,IAAI,WAAW,EAErB,OAAO,IAAI,YAAY,EACvB,IAAI,EAMJ,MAAM,OAAO,CAAA;AAKd,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,gBAAgB,EAAG,OAAgB,CAAA;AAEhD,MAAM,WAAW,YAAa,SAAQ,YAAY;IACjD,IAAI,EAAE,OAAO,gBAAgB,CAAA;IAC7B,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,cAAc,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,YAA+E,CAAA;AAEzI,eAAO,MAAM,uBAAuB,GAAI,iBAAY,EAAE,oBAAe;;;;;;;;;;;CAGnE,CAAA;AAEF,eAAO,MAAM,uBAAuB,GAAI,SAAS,YAAY,KAAG,MAE/D,CAAA;AAED,eAAO,MAAM,0BAA0B,GAAI,SAAS,YAAY,KAAG,MAGlE,CAAA;AAED,eAAO,MAAM,kBAAkB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,YAAY,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,YAAY,CA8FzH,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableModifications.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableModifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyB,MAAM,OAAO,CAAA;AAErD,OAAO,EAAuD,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClG,OAAO,EAAiD,eAAe,EAAuB,MAAM,mBAAmB,CAAA;AAEvH,OAAO,
|
|
1
|
+
{"version":3,"file":"TableModifications.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableModifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyB,MAAM,OAAO,CAAA;AAErD,OAAO,EAAuD,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAClG,OAAO,EAAiD,eAAe,EAAuB,MAAM,mBAAmB,CAAA;AAEvH,OAAO,EAAmD,gBAAgB,EAAwB,MAAM,oBAAoB,CAAA;AAE5H,qBAAa,kBAAkB;WAChB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM;WAatE,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,CAAC,EAAE,MAAM;WAiCjE,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,CAAC,EAAE,MAAM;WA+BpE,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,CAAC,SAAS,CAAC;WAUrH,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe,CAAC,aAAa,CAAC;WAexH,4BAA4B,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,CAAC,aAAa,CAAC;WAoB/H,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM;CAMjF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRowElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableRowElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,
|
|
1
|
+
{"version":3,"file":"TableRowElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableRowElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAiC,MAAM,OAAO,CAAA;AAIpH,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErE,eAAO,MAAM,mBAAmB,EAAG,UAAmB,CAAA;AAEtD,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACpD,IAAI,EAAE,OAAO,mBAAmB,CAAA;IAChC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,WAAW,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,iBAAiB,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,eAAqF,CAAA;AAElJ,eAAO,MAAM,0BAA0B,GAAI,oBAAe;;;;;;;;CAGxD,CAAA;AAEF,eAAO,MAAM,qBAAqB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,eAAe,CAyBlI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withTables.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/withTables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0G,MAAM,OAAO,CAAA;AAEtI,OAAO,EAAsB,gBAAgB,EAA0B,MAAM,oBAAoB,CAAA;AACjG,OAAO,EAAuE,YAAY,EAAsB,MAAM,gBAAgB,CAAA;AAItI,OAAO,EAAqB,eAAe,EAAyB,MAAM,mBAAmB,CAAA;AAC7F,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,UAAU,GAAI,kDAAkD;IAC5E,WAAW,EAAE,eAAe,CAAC,YAAY,CAAC,CAAA;IAC1C,eAAe,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;IAClD,cAAc,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAChD,
|
|
1
|
+
{"version":3,"file":"withTables.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/withTables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0G,MAAM,OAAO,CAAA;AAEtI,OAAO,EAAsB,gBAAgB,EAA0B,MAAM,oBAAoB,CAAA;AACjG,OAAO,EAAuE,YAAY,EAAsB,MAAM,gBAAgB,CAAA;AAItI,OAAO,EAAqB,eAAe,EAAyB,MAAM,mBAAmB,CAAA;AAC7F,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAEhD,eAAO,MAAM,UAAU,GAAI,kDAAkD;IAC5E,WAAW,EAAE,eAAe,CAAC,YAAY,CAAC,CAAA;IAC1C,eAAe,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;IAClD,cAAc,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAChD,MACA,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAkU9B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withBold.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/withBold.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"withBold.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/withBold.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAG7C,eAAO,MAAM,QAAQ,QAAO,YAS3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withCode.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/withCode.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"withCode.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/withCode.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,eAAO,MAAM,QAAQ,QAAO,YAI3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withHighlight.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/highlight/withHighlight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"withHighlight.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/highlight/withHighlight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,eAAO,MAAM,aAAa,QAAO,YAIhC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withItalic.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/italic/withItalic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"withItalic.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/italic/withItalic.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAG7C,eAAO,MAAM,UAAU,QAAO,YAS7B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withStrikeThrough.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/strikeThrough/withStrikeThrough.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"withStrikeThrough.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/strikeThrough/withStrikeThrough.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAG7C,eAAO,MAAM,iBAAiB,QAAO,YAWpC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withUnderline.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/underline/withUnderline.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"withUnderline.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/underline/withUnderline.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,eAAO,MAAM,aAAa,QAAO,YAWhC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseEditor, Descendant,
|
|
1
|
+
import { Ancestor, BaseEditor, Descendant, Path, Point, Range, Selection } from 'slate';
|
|
2
2
|
import { ReactEditor, RenderElementProps } from 'slate-react';
|
|
3
3
|
import { HistoryEditor } from 'slate-history';
|
|
4
4
|
import { EditorWithEssentials } from './types/editor';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slate-types.d.ts","sourceRoot":"","sources":["../../src/slate-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"slate-types.d.ts","sourceRoot":"","sources":["../../src/slate-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACvF,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAErD,MAAM,MAAM,MAAM,GAAG,oBAAoB,CAAC,WAAW,GAAG,aAAa,GAAG,UAAU,CAAC,CAAA;AACnF,MAAM,MAAM,aAAa,GACtB;KACA,CAAC,IAAI,MAAM,GAAG,OAAO;CACtB,GACC;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,CAAA;CAC3B,CAAA;AACF,MAAM,MAAM,UAAU,GACnB;KACA,CAAC,IAAI,MAAM,GAAG,OAAO;CACtB,GACC;IACD,IAAI,EAAE,MAAM,CAAA;CACZ,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAA;AACzC,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAA;AACrC,MAAM,MAAM,eAAe,GAAG,SAAS,CAAA;AACvC,MAAM,MAAM,WAAW,GAAG,KAAK,CAAA;AAC/B,MAAM,MAAM,UAAU,GAAG,IAAI,CAAA;AAC7B,MAAM,MAAM,WAAW,GAAG,KAAK,CAAA;AAC/B,MAAM,MAAM,wBAAwB,GAAG,kBAAkB,CAAA;AAEzD,OAAO,QAAQ,OAAO,CAAC;IACtB,UAAU,WAAW;QACpB,MAAM,EAAE,MAAM,CAAA;QACd,OAAO,EAAE,aAAa,CAAA;QACtB,IAAI,EAAE,UAAU,CAAA;KAChB;CACD"}
|