@contember/react-slate-editor-base 2.1.0-alpha.30 → 2.1.0-alpha.35
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/package.json +15 -15
- 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
- package/dist/development/index.cjs +0 -139
- package/dist/development/index.cjs.map +0 -1
- package/dist/development/index.js +0 -136
- package/dist/development/index.js.map +0 -1
- package/dist/development/src/components/RichTextEditor.cjs +0 -105
- package/dist/development/src/components/RichTextEditor.cjs.map +0 -1
- package/dist/development/src/components/RichTextEditor.js +0 -105
- package/dist/development/src/components/RichTextEditor.js.map +0 -1
- package/dist/development/src/components/triggers/EditorElementTrigger.cjs +0 -20
- package/dist/development/src/components/triggers/EditorElementTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/EditorElementTrigger.js +0 -20
- package/dist/development/src/components/triggers/EditorElementTrigger.js.map +0 -1
- package/dist/development/src/components/triggers/EditorGenericTrigger.cjs +0 -24
- package/dist/development/src/components/triggers/EditorGenericTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/EditorGenericTrigger.js +0 -24
- package/dist/development/src/components/triggers/EditorGenericTrigger.js.map +0 -1
- package/dist/development/src/components/triggers/EditorMarkTrigger.cjs +0 -20
- package/dist/development/src/components/triggers/EditorMarkTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/EditorMarkTrigger.js +0 -20
- package/dist/development/src/components/triggers/EditorMarkTrigger.js.map +0 -1
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.cjs +0 -32
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.js +0 -32
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.js.map +0 -1
- package/dist/development/src/editor/createEditor.cjs +0 -35
- package/dist/development/src/editor/createEditor.cjs.map +0 -1
- package/dist/development/src/editor/createEditor.js +0 -35
- package/dist/development/src/editor/createEditor.js.map +0 -1
- package/dist/development/src/editor/createEditorWithEssentials.cjs +0 -227
- package/dist/development/src/editor/createEditorWithEssentials.cjs.map +0 -1
- package/dist/development/src/editor/createEditorWithEssentials.js +0 -211
- package/dist/development/src/editor/createEditorWithEssentials.js.map +0 -1
- package/dist/development/src/editor/index.cjs +0 -44
- package/dist/development/src/editor/index.cjs.map +0 -1
- package/dist/development/src/editor/index.js +0 -44
- package/dist/development/src/editor/index.js.map +0 -1
- package/dist/development/src/editor/methods/addMarks.cjs +0 -12
- package/dist/development/src/editor/methods/addMarks.cjs.map +0 -1
- package/dist/development/src/editor/methods/addMarks.js +0 -12
- package/dist/development/src/editor/methods/addMarks.js.map +0 -1
- package/dist/development/src/editor/methods/canToggleMark.cjs +0 -7
- package/dist/development/src/editor/methods/canToggleMark.cjs.map +0 -1
- package/dist/development/src/editor/methods/canToggleMark.js +0 -7
- package/dist/development/src/editor/methods/canToggleMark.js.map +0 -1
- package/dist/development/src/editor/methods/closest.cjs +0 -18
- package/dist/development/src/editor/methods/closest.cjs.map +0 -1
- package/dist/development/src/editor/methods/closest.js +0 -18
- package/dist/development/src/editor/methods/closest.js.map +0 -1
- package/dist/development/src/editor/methods/closestBlockEntry.cjs +0 -10
- package/dist/development/src/editor/methods/closestBlockEntry.cjs.map +0 -1
- package/dist/development/src/editor/methods/closestBlockEntry.js +0 -10
- package/dist/development/src/editor/methods/closestBlockEntry.js.map +0 -1
- package/dist/development/src/editor/methods/closestViableBlockContainerEntry.cjs +0 -9
- package/dist/development/src/editor/methods/closestViableBlockContainerEntry.cjs.map +0 -1
- package/dist/development/src/editor/methods/closestViableBlockContainerEntry.js +0 -9
- package/dist/development/src/editor/methods/closestViableBlockContainerEntry.js.map +0 -1
- package/dist/development/src/editor/methods/ejectElement.cjs +0 -15
- package/dist/development/src/editor/methods/ejectElement.cjs.map +0 -1
- package/dist/development/src/editor/methods/ejectElement.js +0 -15
- package/dist/development/src/editor/methods/ejectElement.js.map +0 -1
- package/dist/development/src/editor/methods/elementToSpecifics.cjs +0 -8
- package/dist/development/src/editor/methods/elementToSpecifics.cjs.map +0 -1
- package/dist/development/src/editor/methods/elementToSpecifics.js +0 -8
- package/dist/development/src/editor/methods/elementToSpecifics.js.map +0 -1
- package/dist/development/src/editor/methods/getElementDataAttributes.cjs +0 -13
- package/dist/development/src/editor/methods/getElementDataAttributes.cjs.map +0 -1
- package/dist/development/src/editor/methods/getElementDataAttributes.js +0 -13
- package/dist/development/src/editor/methods/getElementDataAttributes.js.map +0 -1
- package/dist/development/src/editor/methods/getPreviousSibling.cjs +0 -13
- package/dist/development/src/editor/methods/getPreviousSibling.cjs.map +0 -1
- package/dist/development/src/editor/methods/getPreviousSibling.js +0 -13
- package/dist/development/src/editor/methods/getPreviousSibling.js.map +0 -1
- package/dist/development/src/editor/methods/hasMarks.cjs +0 -23
- package/dist/development/src/editor/methods/hasMarks.cjs.map +0 -1
- package/dist/development/src/editor/methods/hasMarks.js +0 -23
- package/dist/development/src/editor/methods/hasMarks.js.map +0 -1
- package/dist/development/src/editor/methods/hasParentOfType.cjs +0 -15
- package/dist/development/src/editor/methods/hasParentOfType.cjs.map +0 -1
- package/dist/development/src/editor/methods/hasParentOfType.js +0 -15
- package/dist/development/src/editor/methods/hasParentOfType.js.map +0 -1
- package/dist/development/src/editor/methods/isElementType.cjs +0 -24
- package/dist/development/src/editor/methods/isElementType.cjs.map +0 -1
- package/dist/development/src/editor/methods/isElementType.js +0 -24
- package/dist/development/src/editor/methods/isElementType.js.map +0 -1
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.cjs +0 -22
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.cjs.map +0 -1
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.js +0 -22
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.js.map +0 -1
- package/dist/development/src/editor/methods/removeMarks.cjs +0 -12
- package/dist/development/src/editor/methods/removeMarks.cjs.map +0 -1
- package/dist/development/src/editor/methods/removeMarks.js +0 -12
- package/dist/development/src/editor/methods/removeMarks.js.map +0 -1
- package/dist/development/src/editor/methods/serializeNodes.cjs +0 -15
- package/dist/development/src/editor/methods/serializeNodes.cjs.map +0 -1
- package/dist/development/src/editor/methods/serializeNodes.js +0 -15
- package/dist/development/src/editor/methods/serializeNodes.js.map +0 -1
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.cjs +0 -14
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.cjs.map +0 -1
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.js +0 -14
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.js.map +0 -1
- package/dist/development/src/editor/methods/textToSpecifics.cjs +0 -8
- package/dist/development/src/editor/methods/textToSpecifics.cjs.map +0 -1
- package/dist/development/src/editor/methods/textToSpecifics.js +0 -8
- package/dist/development/src/editor/methods/textToSpecifics.js.map +0 -1
- package/dist/development/src/editor/methods/toLatestFormat.cjs +0 -34
- package/dist/development/src/editor/methods/toLatestFormat.cjs.map +0 -1
- package/dist/development/src/editor/methods/toLatestFormat.js +0 -34
- package/dist/development/src/editor/methods/toLatestFormat.js.map +0 -1
- package/dist/development/src/editor/methods/topLevelNodes.cjs +0 -12
- package/dist/development/src/editor/methods/topLevelNodes.cjs.map +0 -1
- package/dist/development/src/editor/methods/topLevelNodes.js +0 -12
- package/dist/development/src/editor/methods/topLevelNodes.js.map +0 -1
- package/dist/development/src/internal/components/DefaultElement.cjs +0 -11
- package/dist/development/src/internal/components/DefaultElement.cjs.map +0 -1
- package/dist/development/src/internal/components/DefaultElement.js +0 -11
- package/dist/development/src/internal/components/DefaultElement.js.map +0 -1
- package/dist/development/src/internal/hooks/useRichTextFieldNodes.cjs +0 -28
- package/dist/development/src/internal/hooks/useRichTextFieldNodes.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useRichTextFieldNodes.js +0 -28
- package/dist/development/src/internal/hooks/useRichTextFieldNodes.js.map +0 -1
- package/dist/development/src/internal/utils/EditorPasteUtils.cjs +0 -47
- package/dist/development/src/internal/utils/EditorPasteUtils.cjs.map +0 -1
- package/dist/development/src/internal/utils/EditorPasteUtils.js +0 -47
- package/dist/development/src/internal/utils/EditorPasteUtils.js.map +0 -1
- package/dist/development/src/internal/utils/parseUrl.cjs +0 -14
- package/dist/development/src/internal/utils/parseUrl.cjs.map +0 -1
- package/dist/development/src/internal/utils/parseUrl.js +0 -14
- package/dist/development/src/internal/utils/parseUrl.js.map +0 -1
- package/dist/development/src/plugins/attributes/alignment/alignButton.cjs +0 -21
- package/dist/development/src/plugins/attributes/alignment/alignButton.cjs.map +0 -1
- package/dist/development/src/plugins/attributes/alignment/alignButton.js +0 -21
- package/dist/development/src/plugins/attributes/alignment/alignButton.js.map +0 -1
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.cjs +0 -138
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.js +0 -138
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs +0 -15
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js +0 -15
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/behaviour/paste/withPaste.cjs +0 -24
- package/dist/development/src/plugins/behaviour/paste/withPaste.cjs.map +0 -1
- package/dist/development/src/plugins/behaviour/paste/withPaste.js +0 -24
- package/dist/development/src/plugins/behaviour/paste/withPaste.js.map +0 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.cjs +0 -44
- package/dist/development/src/plugins/element/anchors/AnchorElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.js +0 -44
- package/dist/development/src/plugins/element/anchors/AnchorElement.js.map +0 -1
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs +0 -19
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.js +0 -19
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/element/anchors/AnchorModifications.cjs +0 -29
- package/dist/development/src/plugins/element/anchors/AnchorModifications.cjs.map +0 -1
- package/dist/development/src/plugins/element/anchors/AnchorModifications.js +0 -29
- package/dist/development/src/plugins/element/anchors/AnchorModifications.js.map +0 -1
- package/dist/development/src/plugins/element/anchors/withAnchors.cjs +0 -21
- package/dist/development/src/plugins/element/anchors/withAnchors.cjs.map +0 -1
- package/dist/development/src/plugins/element/anchors/withAnchors.js +0 -21
- package/dist/development/src/plugins/element/anchors/withAnchors.js.map +0 -1
- package/dist/development/src/plugins/element/headings/HeadingElement.cjs +0 -41
- package/dist/development/src/plugins/element/headings/HeadingElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/headings/HeadingElement.js +0 -41
- package/dist/development/src/plugins/element/headings/HeadingElement.js.map +0 -1
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.cjs +0 -22
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.js +0 -22
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/element/headings/withHeadings.cjs +0 -70
- package/dist/development/src/plugins/element/headings/withHeadings.cjs.map +0 -1
- package/dist/development/src/plugins/element/headings/withHeadings.js +0 -70
- package/dist/development/src/plugins/element/headings/withHeadings.js.map +0 -1
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs +0 -41
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.js +0 -41
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +0 -1
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.cjs +0 -75
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +0 -1
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.js +0 -75
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.js.map +0 -1
- package/dist/development/src/plugins/element/lists/ListElement.cjs +0 -26
- package/dist/development/src/plugins/element/lists/ListElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/ListElement.js +0 -26
- package/dist/development/src/plugins/element/lists/ListElement.js.map +0 -1
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.cjs +0 -98
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.js +0 -98
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/element/lists/ListItemElement.cjs +0 -53
- package/dist/development/src/plugins/element/lists/ListItemElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/ListItemElement.js +0 -53
- package/dist/development/src/plugins/element/lists/ListItemElement.js.map +0 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.cjs +0 -25
- package/dist/development/src/plugins/element/lists/OrderedListElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.js +0 -25
- package/dist/development/src/plugins/element/lists/OrderedListElement.js.map +0 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.cjs +0 -25
- package/dist/development/src/plugins/element/lists/UnorderedListElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.js +0 -25
- package/dist/development/src/plugins/element/lists/UnorderedListElement.js.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.cjs +0 -57
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.js +0 -57
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.js.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.cjs +0 -57
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.js +0 -57
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.js.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.cjs +0 -22
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.js +0 -22
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.js.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.cjs +0 -93
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.js +0 -93
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.js.map +0 -1
- package/dist/development/src/plugins/element/lists/withLists.cjs +0 -153
- package/dist/development/src/plugins/element/lists/withLists.cjs.map +0 -1
- package/dist/development/src/plugins/element/lists/withLists.js +0 -153
- package/dist/development/src/plugins/element/lists/withLists.js.map +0 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.cjs +0 -49
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.js +0 -49
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.js.map +0 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs +0 -11
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js +0 -11
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.cjs +0 -58
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.cjs.map +0 -1
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.js +0 -58
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.js.map +0 -1
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.cjs +0 -51
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.js +0 -51
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +0 -1
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.cjs +0 -9
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +0 -1
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.js +0 -9
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.js.map +0 -1
- package/dist/development/src/plugins/element/tables/TableCellElement.cjs +0 -39
- package/dist/development/src/plugins/element/tables/TableCellElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/TableCellElement.js +0 -39
- package/dist/development/src/plugins/element/tables/TableCellElement.js.map +0 -1
- package/dist/development/src/plugins/element/tables/TableElement.cjs +0 -114
- package/dist/development/src/plugins/element/tables/TableElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/TableElement.js +0 -114
- package/dist/development/src/plugins/element/tables/TableElement.js.map +0 -1
- package/dist/development/src/plugins/element/tables/TableElementSelection.cjs +0 -20
- package/dist/development/src/plugins/element/tables/TableElementSelection.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/TableElementSelection.js +0 -20
- package/dist/development/src/plugins/element/tables/TableElementSelection.js.map +0 -1
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.cjs +0 -36
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.js +0 -36
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.js.map +0 -1
- package/dist/development/src/plugins/element/tables/TableModifications.cjs +0 -134
- package/dist/development/src/plugins/element/tables/TableModifications.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/TableModifications.js +0 -134
- package/dist/development/src/plugins/element/tables/TableModifications.js.map +0 -1
- package/dist/development/src/plugins/element/tables/TableRowElement.cjs +0 -43
- package/dist/development/src/plugins/element/tables/TableRowElement.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/TableRowElement.js +0 -43
- package/dist/development/src/plugins/element/tables/TableRowElement.js.map +0 -1
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.cjs +0 -25
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.js +0 -25
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.js.map +0 -1
- package/dist/development/src/plugins/element/tables/withTables.cjs +0 -283
- package/dist/development/src/plugins/element/tables/withTables.cjs.map +0 -1
- package/dist/development/src/plugins/element/tables/withTables.js +0 -283
- package/dist/development/src/plugins/element/tables/withTables.js.map +0 -1
- package/dist/development/src/plugins/text/bold/boldMark.cjs +0 -13
- package/dist/development/src/plugins/text/bold/boldMark.cjs.map +0 -1
- package/dist/development/src/plugins/text/bold/boldMark.js +0 -13
- package/dist/development/src/plugins/text/bold/boldMark.js.map +0 -1
- package/dist/development/src/plugins/text/bold/withBold.cjs +0 -16
- package/dist/development/src/plugins/text/bold/withBold.cjs.map +0 -1
- package/dist/development/src/plugins/text/bold/withBold.js +0 -16
- package/dist/development/src/plugins/text/bold/withBold.js.map +0 -1
- package/dist/development/src/plugins/text/code/codeMark.cjs +0 -13
- package/dist/development/src/plugins/text/code/codeMark.cjs.map +0 -1
- package/dist/development/src/plugins/text/code/codeMark.js +0 -13
- package/dist/development/src/plugins/text/code/codeMark.js.map +0 -1
- package/dist/development/src/plugins/text/code/withCode.cjs +0 -9
- package/dist/development/src/plugins/text/code/withCode.cjs.map +0 -1
- package/dist/development/src/plugins/text/code/withCode.js +0 -9
- package/dist/development/src/plugins/text/code/withCode.js.map +0 -1
- package/dist/development/src/plugins/text/highlight/highlightMark.cjs +0 -13
- package/dist/development/src/plugins/text/highlight/highlightMark.cjs.map +0 -1
- package/dist/development/src/plugins/text/highlight/highlightMark.js +0 -13
- package/dist/development/src/plugins/text/highlight/highlightMark.js.map +0 -1
- package/dist/development/src/plugins/text/highlight/withHighlight.cjs +0 -9
- package/dist/development/src/plugins/text/highlight/withHighlight.cjs.map +0 -1
- package/dist/development/src/plugins/text/highlight/withHighlight.js +0 -9
- package/dist/development/src/plugins/text/highlight/withHighlight.js.map +0 -1
- package/dist/development/src/plugins/text/italic/italicMark.cjs +0 -13
- package/dist/development/src/plugins/text/italic/italicMark.cjs.map +0 -1
- package/dist/development/src/plugins/text/italic/italicMark.js +0 -13
- package/dist/development/src/plugins/text/italic/italicMark.js.map +0 -1
- package/dist/development/src/plugins/text/italic/withItalic.cjs +0 -16
- package/dist/development/src/plugins/text/italic/withItalic.cjs.map +0 -1
- package/dist/development/src/plugins/text/italic/withItalic.js +0 -16
- package/dist/development/src/plugins/text/italic/withItalic.js.map +0 -1
- package/dist/development/src/plugins/text/newline/withNewline.cjs +0 -15
- package/dist/development/src/plugins/text/newline/withNewline.cjs.map +0 -1
- package/dist/development/src/plugins/text/newline/withNewline.js +0 -15
- package/dist/development/src/plugins/text/newline/withNewline.js.map +0 -1
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.cjs +0 -13
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +0 -1
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.js +0 -13
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.js.map +0 -1
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.cjs +0 -17
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +0 -1
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.js +0 -17
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.js.map +0 -1
- package/dist/development/src/plugins/text/underline/underlineMark.cjs +0 -13
- package/dist/development/src/plugins/text/underline/underlineMark.cjs.map +0 -1
- package/dist/development/src/plugins/text/underline/underlineMark.js +0 -13
- package/dist/development/src/plugins/text/underline/underlineMark.js.map +0 -1
- package/dist/development/src/plugins/text/underline/withUnderline.cjs +0 -17
- package/dist/development/src/plugins/text/underline/withUnderline.cjs.map +0 -1
- package/dist/development/src/plugins/text/underline/withUnderline.js +0 -17
- package/dist/development/src/plugins/text/underline/withUnderline.js.map +0 -1
- package/dist/development/src/slate-reexport.cjs +0 -10
- package/dist/development/src/slate-reexport.cjs.map +0 -1
- package/dist/development/src/slate-reexport.js +0 -8
- package/dist/development/src/slate-reexport.js.map +0 -1
- package/dist/production/index.cjs +0 -139
- package/dist/production/index.cjs.map +0 -1
- package/dist/production/index.js +0 -136
- package/dist/production/index.js.map +0 -1
- package/dist/production/src/components/RichTextEditor.cjs +0 -93
- package/dist/production/src/components/RichTextEditor.cjs.map +0 -1
- package/dist/production/src/components/RichTextEditor.js +0 -93
- package/dist/production/src/components/RichTextEditor.js.map +0 -1
- package/dist/production/src/components/triggers/EditorElementTrigger.cjs +0 -16
- package/dist/production/src/components/triggers/EditorElementTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/EditorElementTrigger.js +0 -16
- package/dist/production/src/components/triggers/EditorElementTrigger.js.map +0 -1
- package/dist/production/src/components/triggers/EditorGenericTrigger.cjs +0 -20
- package/dist/production/src/components/triggers/EditorGenericTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/EditorGenericTrigger.js +0 -20
- package/dist/production/src/components/triggers/EditorGenericTrigger.js.map +0 -1
- package/dist/production/src/components/triggers/EditorMarkTrigger.cjs +0 -16
- package/dist/production/src/components/triggers/EditorMarkTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/EditorMarkTrigger.js +0 -16
- package/dist/production/src/components/triggers/EditorMarkTrigger.js.map +0 -1
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.cjs +0 -28
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.js +0 -28
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.js.map +0 -1
- package/dist/production/src/editor/createEditor.cjs +0 -35
- package/dist/production/src/editor/createEditor.cjs.map +0 -1
- package/dist/production/src/editor/createEditor.js +0 -35
- package/dist/production/src/editor/createEditor.js.map +0 -1
- package/dist/production/src/editor/createEditorWithEssentials.cjs +0 -227
- package/dist/production/src/editor/createEditorWithEssentials.cjs.map +0 -1
- package/dist/production/src/editor/createEditorWithEssentials.js +0 -211
- package/dist/production/src/editor/createEditorWithEssentials.js.map +0 -1
- package/dist/production/src/editor/index.cjs +0 -44
- package/dist/production/src/editor/index.cjs.map +0 -1
- package/dist/production/src/editor/index.js +0 -44
- package/dist/production/src/editor/index.js.map +0 -1
- package/dist/production/src/editor/methods/addMarks.cjs +0 -12
- package/dist/production/src/editor/methods/addMarks.cjs.map +0 -1
- package/dist/production/src/editor/methods/addMarks.js +0 -12
- package/dist/production/src/editor/methods/addMarks.js.map +0 -1
- package/dist/production/src/editor/methods/canToggleMark.cjs +0 -7
- package/dist/production/src/editor/methods/canToggleMark.cjs.map +0 -1
- package/dist/production/src/editor/methods/canToggleMark.js +0 -7
- package/dist/production/src/editor/methods/canToggleMark.js.map +0 -1
- package/dist/production/src/editor/methods/closest.cjs +0 -18
- package/dist/production/src/editor/methods/closest.cjs.map +0 -1
- package/dist/production/src/editor/methods/closest.js +0 -18
- package/dist/production/src/editor/methods/closest.js.map +0 -1
- package/dist/production/src/editor/methods/closestBlockEntry.cjs +0 -10
- package/dist/production/src/editor/methods/closestBlockEntry.cjs.map +0 -1
- package/dist/production/src/editor/methods/closestBlockEntry.js +0 -10
- package/dist/production/src/editor/methods/closestBlockEntry.js.map +0 -1
- package/dist/production/src/editor/methods/closestViableBlockContainerEntry.cjs +0 -9
- package/dist/production/src/editor/methods/closestViableBlockContainerEntry.cjs.map +0 -1
- package/dist/production/src/editor/methods/closestViableBlockContainerEntry.js +0 -9
- package/dist/production/src/editor/methods/closestViableBlockContainerEntry.js.map +0 -1
- package/dist/production/src/editor/methods/ejectElement.cjs +0 -15
- package/dist/production/src/editor/methods/ejectElement.cjs.map +0 -1
- package/dist/production/src/editor/methods/ejectElement.js +0 -15
- package/dist/production/src/editor/methods/ejectElement.js.map +0 -1
- package/dist/production/src/editor/methods/elementToSpecifics.cjs +0 -8
- package/dist/production/src/editor/methods/elementToSpecifics.cjs.map +0 -1
- package/dist/production/src/editor/methods/elementToSpecifics.js +0 -8
- package/dist/production/src/editor/methods/elementToSpecifics.js.map +0 -1
- package/dist/production/src/editor/methods/getElementDataAttributes.cjs +0 -13
- package/dist/production/src/editor/methods/getElementDataAttributes.cjs.map +0 -1
- package/dist/production/src/editor/methods/getElementDataAttributes.js +0 -13
- package/dist/production/src/editor/methods/getElementDataAttributes.js.map +0 -1
- package/dist/production/src/editor/methods/getPreviousSibling.cjs +0 -13
- package/dist/production/src/editor/methods/getPreviousSibling.cjs.map +0 -1
- package/dist/production/src/editor/methods/getPreviousSibling.js +0 -13
- package/dist/production/src/editor/methods/getPreviousSibling.js.map +0 -1
- package/dist/production/src/editor/methods/hasMarks.cjs +0 -23
- package/dist/production/src/editor/methods/hasMarks.cjs.map +0 -1
- package/dist/production/src/editor/methods/hasMarks.js +0 -23
- package/dist/production/src/editor/methods/hasMarks.js.map +0 -1
- package/dist/production/src/editor/methods/hasParentOfType.cjs +0 -15
- package/dist/production/src/editor/methods/hasParentOfType.cjs.map +0 -1
- package/dist/production/src/editor/methods/hasParentOfType.js +0 -15
- package/dist/production/src/editor/methods/hasParentOfType.js.map +0 -1
- package/dist/production/src/editor/methods/isElementType.cjs +0 -24
- package/dist/production/src/editor/methods/isElementType.cjs.map +0 -1
- package/dist/production/src/editor/methods/isElementType.js +0 -24
- package/dist/production/src/editor/methods/isElementType.js.map +0 -1
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.cjs +0 -22
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.cjs.map +0 -1
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.js +0 -22
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.js.map +0 -1
- package/dist/production/src/editor/methods/removeMarks.cjs +0 -12
- package/dist/production/src/editor/methods/removeMarks.cjs.map +0 -1
- package/dist/production/src/editor/methods/removeMarks.js +0 -12
- package/dist/production/src/editor/methods/removeMarks.js.map +0 -1
- package/dist/production/src/editor/methods/serializeNodes.cjs +0 -15
- package/dist/production/src/editor/methods/serializeNodes.cjs.map +0 -1
- package/dist/production/src/editor/methods/serializeNodes.js +0 -15
- package/dist/production/src/editor/methods/serializeNodes.js.map +0 -1
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.cjs +0 -14
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.cjs.map +0 -1
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.js +0 -14
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.js.map +0 -1
- package/dist/production/src/editor/methods/textToSpecifics.cjs +0 -8
- package/dist/production/src/editor/methods/textToSpecifics.cjs.map +0 -1
- package/dist/production/src/editor/methods/textToSpecifics.js +0 -8
- package/dist/production/src/editor/methods/textToSpecifics.js.map +0 -1
- package/dist/production/src/editor/methods/toLatestFormat.cjs +0 -34
- package/dist/production/src/editor/methods/toLatestFormat.cjs.map +0 -1
- package/dist/production/src/editor/methods/toLatestFormat.js +0 -34
- package/dist/production/src/editor/methods/toLatestFormat.js.map +0 -1
- package/dist/production/src/editor/methods/topLevelNodes.cjs +0 -12
- package/dist/production/src/editor/methods/topLevelNodes.cjs.map +0 -1
- package/dist/production/src/editor/methods/topLevelNodes.js +0 -12
- package/dist/production/src/editor/methods/topLevelNodes.js.map +0 -1
- package/dist/production/src/internal/components/DefaultElement.cjs +0 -11
- package/dist/production/src/internal/components/DefaultElement.cjs.map +0 -1
- package/dist/production/src/internal/components/DefaultElement.js +0 -11
- package/dist/production/src/internal/components/DefaultElement.js.map +0 -1
- package/dist/production/src/internal/hooks/useRichTextFieldNodes.cjs +0 -28
- package/dist/production/src/internal/hooks/useRichTextFieldNodes.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useRichTextFieldNodes.js +0 -28
- package/dist/production/src/internal/hooks/useRichTextFieldNodes.js.map +0 -1
- package/dist/production/src/internal/utils/EditorPasteUtils.cjs +0 -47
- package/dist/production/src/internal/utils/EditorPasteUtils.cjs.map +0 -1
- package/dist/production/src/internal/utils/EditorPasteUtils.js +0 -47
- package/dist/production/src/internal/utils/EditorPasteUtils.js.map +0 -1
- package/dist/production/src/internal/utils/parseUrl.cjs +0 -14
- package/dist/production/src/internal/utils/parseUrl.cjs.map +0 -1
- package/dist/production/src/internal/utils/parseUrl.js +0 -14
- package/dist/production/src/internal/utils/parseUrl.js.map +0 -1
- package/dist/production/src/plugins/attributes/alignment/alignButton.cjs +0 -21
- package/dist/production/src/plugins/attributes/alignment/alignButton.cjs.map +0 -1
- package/dist/production/src/plugins/attributes/alignment/alignButton.js +0 -21
- package/dist/production/src/plugins/attributes/alignment/alignButton.js.map +0 -1
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.cjs +0 -138
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.js +0 -138
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs +0 -15
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js +0 -15
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/behaviour/paste/withPaste.cjs +0 -24
- package/dist/production/src/plugins/behaviour/paste/withPaste.cjs.map +0 -1
- package/dist/production/src/plugins/behaviour/paste/withPaste.js +0 -24
- package/dist/production/src/plugins/behaviour/paste/withPaste.js.map +0 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.cjs +0 -44
- package/dist/production/src/plugins/element/anchors/AnchorElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.js +0 -44
- package/dist/production/src/plugins/element/anchors/AnchorElement.js.map +0 -1
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs +0 -19
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.js +0 -19
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/element/anchors/AnchorModifications.cjs +0 -29
- package/dist/production/src/plugins/element/anchors/AnchorModifications.cjs.map +0 -1
- package/dist/production/src/plugins/element/anchors/AnchorModifications.js +0 -29
- package/dist/production/src/plugins/element/anchors/AnchorModifications.js.map +0 -1
- package/dist/production/src/plugins/element/anchors/withAnchors.cjs +0 -21
- package/dist/production/src/plugins/element/anchors/withAnchors.cjs.map +0 -1
- package/dist/production/src/plugins/element/anchors/withAnchors.js +0 -21
- package/dist/production/src/plugins/element/anchors/withAnchors.js.map +0 -1
- package/dist/production/src/plugins/element/headings/HeadingElement.cjs +0 -41
- package/dist/production/src/plugins/element/headings/HeadingElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/headings/HeadingElement.js +0 -41
- package/dist/production/src/plugins/element/headings/HeadingElement.js.map +0 -1
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.cjs +0 -22
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.js +0 -22
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/element/headings/withHeadings.cjs +0 -70
- package/dist/production/src/plugins/element/headings/withHeadings.cjs.map +0 -1
- package/dist/production/src/plugins/element/headings/withHeadings.js +0 -70
- package/dist/production/src/plugins/element/headings/withHeadings.js.map +0 -1
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs +0 -41
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.js +0 -41
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +0 -1
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.cjs +0 -75
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +0 -1
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.js +0 -75
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.js.map +0 -1
- package/dist/production/src/plugins/element/lists/ListElement.cjs +0 -26
- package/dist/production/src/plugins/element/lists/ListElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/ListElement.js +0 -26
- package/dist/production/src/plugins/element/lists/ListElement.js.map +0 -1
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.cjs +0 -98
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.js +0 -98
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/element/lists/ListItemElement.cjs +0 -53
- package/dist/production/src/plugins/element/lists/ListItemElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/ListItemElement.js +0 -53
- package/dist/production/src/plugins/element/lists/ListItemElement.js.map +0 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.cjs +0 -25
- package/dist/production/src/plugins/element/lists/OrderedListElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.js +0 -25
- package/dist/production/src/plugins/element/lists/OrderedListElement.js.map +0 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.cjs +0 -25
- package/dist/production/src/plugins/element/lists/UnorderedListElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.js +0 -25
- package/dist/production/src/plugins/element/lists/UnorderedListElement.js.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.cjs +0 -57
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.js +0 -57
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.js.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.cjs +0 -57
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.js +0 -57
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.js.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.cjs +0 -22
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.js +0 -22
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.js.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.cjs +0 -93
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.js +0 -93
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.js.map +0 -1
- package/dist/production/src/plugins/element/lists/withLists.cjs +0 -153
- package/dist/production/src/plugins/element/lists/withLists.cjs.map +0 -1
- package/dist/production/src/plugins/element/lists/withLists.js +0 -153
- package/dist/production/src/plugins/element/lists/withLists.js.map +0 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.cjs +0 -49
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.js +0 -49
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.js.map +0 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs +0 -11
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js +0 -11
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.cjs +0 -58
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.cjs.map +0 -1
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.js +0 -58
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.js.map +0 -1
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.cjs +0 -51
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.js +0 -51
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +0 -1
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.cjs +0 -9
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +0 -1
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.js +0 -9
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.js.map +0 -1
- package/dist/production/src/plugins/element/tables/TableCellElement.cjs +0 -39
- package/dist/production/src/plugins/element/tables/TableCellElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/TableCellElement.js +0 -39
- package/dist/production/src/plugins/element/tables/TableCellElement.js.map +0 -1
- package/dist/production/src/plugins/element/tables/TableElement.cjs +0 -114
- package/dist/production/src/plugins/element/tables/TableElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/TableElement.js +0 -114
- package/dist/production/src/plugins/element/tables/TableElement.js.map +0 -1
- package/dist/production/src/plugins/element/tables/TableElementSelection.cjs +0 -20
- package/dist/production/src/plugins/element/tables/TableElementSelection.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/TableElementSelection.js +0 -20
- package/dist/production/src/plugins/element/tables/TableElementSelection.js.map +0 -1
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.cjs +0 -36
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.js +0 -36
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.js.map +0 -1
- package/dist/production/src/plugins/element/tables/TableModifications.cjs +0 -134
- package/dist/production/src/plugins/element/tables/TableModifications.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/TableModifications.js +0 -134
- package/dist/production/src/plugins/element/tables/TableModifications.js.map +0 -1
- package/dist/production/src/plugins/element/tables/TableRowElement.cjs +0 -43
- package/dist/production/src/plugins/element/tables/TableRowElement.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/TableRowElement.js +0 -43
- package/dist/production/src/plugins/element/tables/TableRowElement.js.map +0 -1
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.cjs +0 -25
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.js +0 -25
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.js.map +0 -1
- package/dist/production/src/plugins/element/tables/withTables.cjs +0 -283
- package/dist/production/src/plugins/element/tables/withTables.cjs.map +0 -1
- package/dist/production/src/plugins/element/tables/withTables.js +0 -283
- package/dist/production/src/plugins/element/tables/withTables.js.map +0 -1
- package/dist/production/src/plugins/text/bold/boldMark.cjs +0 -13
- package/dist/production/src/plugins/text/bold/boldMark.cjs.map +0 -1
- package/dist/production/src/plugins/text/bold/boldMark.js +0 -13
- package/dist/production/src/plugins/text/bold/boldMark.js.map +0 -1
- package/dist/production/src/plugins/text/bold/withBold.cjs +0 -16
- package/dist/production/src/plugins/text/bold/withBold.cjs.map +0 -1
- package/dist/production/src/plugins/text/bold/withBold.js +0 -16
- package/dist/production/src/plugins/text/bold/withBold.js.map +0 -1
- package/dist/production/src/plugins/text/code/codeMark.cjs +0 -13
- package/dist/production/src/plugins/text/code/codeMark.cjs.map +0 -1
- package/dist/production/src/plugins/text/code/codeMark.js +0 -13
- package/dist/production/src/plugins/text/code/codeMark.js.map +0 -1
- package/dist/production/src/plugins/text/code/withCode.cjs +0 -9
- package/dist/production/src/plugins/text/code/withCode.cjs.map +0 -1
- package/dist/production/src/plugins/text/code/withCode.js +0 -9
- package/dist/production/src/plugins/text/code/withCode.js.map +0 -1
- package/dist/production/src/plugins/text/highlight/highlightMark.cjs +0 -13
- package/dist/production/src/plugins/text/highlight/highlightMark.cjs.map +0 -1
- package/dist/production/src/plugins/text/highlight/highlightMark.js +0 -13
- package/dist/production/src/plugins/text/highlight/highlightMark.js.map +0 -1
- package/dist/production/src/plugins/text/highlight/withHighlight.cjs +0 -9
- package/dist/production/src/plugins/text/highlight/withHighlight.cjs.map +0 -1
- package/dist/production/src/plugins/text/highlight/withHighlight.js +0 -9
- package/dist/production/src/plugins/text/highlight/withHighlight.js.map +0 -1
- package/dist/production/src/plugins/text/italic/italicMark.cjs +0 -13
- package/dist/production/src/plugins/text/italic/italicMark.cjs.map +0 -1
- package/dist/production/src/plugins/text/italic/italicMark.js +0 -13
- package/dist/production/src/plugins/text/italic/italicMark.js.map +0 -1
- package/dist/production/src/plugins/text/italic/withItalic.cjs +0 -16
- package/dist/production/src/plugins/text/italic/withItalic.cjs.map +0 -1
- package/dist/production/src/plugins/text/italic/withItalic.js +0 -16
- package/dist/production/src/plugins/text/italic/withItalic.js.map +0 -1
- package/dist/production/src/plugins/text/newline/withNewline.cjs +0 -15
- package/dist/production/src/plugins/text/newline/withNewline.cjs.map +0 -1
- package/dist/production/src/plugins/text/newline/withNewline.js +0 -15
- package/dist/production/src/plugins/text/newline/withNewline.js.map +0 -1
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.cjs +0 -13
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +0 -1
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.js +0 -13
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.js.map +0 -1
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.cjs +0 -17
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +0 -1
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.js +0 -17
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.js.map +0 -1
- package/dist/production/src/plugins/text/underline/underlineMark.cjs +0 -13
- package/dist/production/src/plugins/text/underline/underlineMark.cjs.map +0 -1
- package/dist/production/src/plugins/text/underline/underlineMark.js +0 -13
- package/dist/production/src/plugins/text/underline/underlineMark.js.map +0 -1
- package/dist/production/src/plugins/text/underline/withUnderline.cjs +0 -17
- package/dist/production/src/plugins/text/underline/withUnderline.cjs.map +0 -1
- package/dist/production/src/plugins/text/underline/withUnderline.js +0 -17
- package/dist/production/src/plugins/text/underline/withUnderline.js.map +0 -1
- package/dist/production/src/slate-reexport.cjs +0 -10
- package/dist/production/src/slate-reexport.cjs.map +0 -1
- package/dist/production/src/slate-reexport.js +0 -8
- package/dist/production/src/slate-reexport.js.map +0 -1
- package/dist/types/components/RichTextEditor.d.ts +0 -13
- package/dist/types/components/RichTextEditor.d.ts.map +0 -1
- package/dist/types/components/index.d.ts +0 -3
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/components/triggers/EditorElementTrigger.d.ts +0 -8
- package/dist/types/components/triggers/EditorElementTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/EditorGenericTrigger.d.ts +0 -16
- package/dist/types/components/triggers/EditorGenericTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/EditorMarkTrigger.d.ts +0 -7
- package/dist/types/components/triggers/EditorMarkTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/EditorWrapNodeTrigger.d.ts +0 -11
- package/dist/types/components/triggers/EditorWrapNodeTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/index.d.ts +0 -5
- package/dist/types/components/triggers/index.d.ts.map +0 -1
- package/dist/types/editor/createEditor.d.ts +0 -24
- package/dist/types/editor/createEditor.d.ts.map +0 -1
- package/dist/types/editor/createEditorWithEssentials.d.ts +0 -5
- package/dist/types/editor/createEditorWithEssentials.d.ts.map +0 -1
- package/dist/types/editor/index.d.ts +0 -35
- package/dist/types/editor/index.d.ts.map +0 -1
- package/dist/types/editor/methods/addMarks.d.ts +0 -4
- package/dist/types/editor/methods/addMarks.d.ts.map +0 -1
- package/dist/types/editor/methods/canToggleMark.d.ts +0 -3
- package/dist/types/editor/methods/canToggleMark.d.ts.map +0 -1
- package/dist/types/editor/methods/closest.d.ts +0 -6
- package/dist/types/editor/methods/closest.d.ts.map +0 -1
- package/dist/types/editor/methods/closestBlockEntry.d.ts +0 -6
- package/dist/types/editor/methods/closestBlockEntry.d.ts.map +0 -1
- package/dist/types/editor/methods/closestViableBlockContainerEntry.d.ts +0 -6
- package/dist/types/editor/methods/closestViableBlockContainerEntry.d.ts.map +0 -1
- package/dist/types/editor/methods/ejectElement.d.ts +0 -3
- package/dist/types/editor/methods/ejectElement.d.ts.map +0 -1
- package/dist/types/editor/methods/elementToSpecifics.d.ts +0 -3
- package/dist/types/editor/methods/elementToSpecifics.d.ts.map +0 -1
- package/dist/types/editor/methods/getElementDataAttributes.d.ts +0 -7
- package/dist/types/editor/methods/getElementDataAttributes.d.ts.map +0 -1
- package/dist/types/editor/methods/getPreviousSibling.d.ts +0 -3
- package/dist/types/editor/methods/getPreviousSibling.d.ts.map +0 -1
- package/dist/types/editor/methods/hasMarks.d.ts +0 -7
- package/dist/types/editor/methods/hasMarks.d.ts.map +0 -1
- package/dist/types/editor/methods/hasParentOfType.d.ts +0 -3
- package/dist/types/editor/methods/hasParentOfType.d.ts.map +0 -1
- package/dist/types/editor/methods/index.d.ts +0 -20
- package/dist/types/editor/methods/index.d.ts.map +0 -1
- package/dist/types/editor/methods/isElementType.d.ts +0 -3
- package/dist/types/editor/methods/isElementType.d.ts.map +0 -1
- package/dist/types/editor/methods/permissivelyDeserializeNodes.d.ts +0 -3
- package/dist/types/editor/methods/permissivelyDeserializeNodes.d.ts.map +0 -1
- package/dist/types/editor/methods/removeMarks.d.ts +0 -4
- package/dist/types/editor/methods/removeMarks.d.ts.map +0 -1
- package/dist/types/editor/methods/serializeNodes.d.ts +0 -3
- package/dist/types/editor/methods/serializeNodes.d.ts.map +0 -1
- package/dist/types/editor/methods/strictlyDeserializeNodes.d.ts +0 -3
- package/dist/types/editor/methods/strictlyDeserializeNodes.d.ts.map +0 -1
- package/dist/types/editor/methods/textToSpecifics.d.ts +0 -4
- package/dist/types/editor/methods/textToSpecifics.d.ts.map +0 -1
- package/dist/types/editor/methods/toLatestFormat.d.ts +0 -4
- package/dist/types/editor/methods/toLatestFormat.d.ts.map +0 -1
- package/dist/types/editor/methods/topLevelNodes.d.ts +0 -3
- package/dist/types/editor/methods/topLevelNodes.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -7
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/internal/components/DefaultElement.d.ts +0 -6
- package/dist/types/internal/components/DefaultElement.d.ts.map +0 -1
- package/dist/types/internal/hooks/useRichTextFieldNodes.d.ts +0 -9
- package/dist/types/internal/hooks/useRichTextFieldNodes.d.ts.map +0 -1
- package/dist/types/internal/utils/EditorPasteUtils.d.ts +0 -7
- package/dist/types/internal/utils/EditorPasteUtils.d.ts.map +0 -1
- package/dist/types/internal/utils/index.d.ts +0 -3
- package/dist/types/internal/utils/index.d.ts.map +0 -1
- package/dist/types/internal/utils/parseIframeSrc.d.ts +0 -2
- package/dist/types/internal/utils/parseIframeSrc.d.ts.map +0 -1
- package/dist/types/internal/utils/parseUrl.d.ts +0 -2
- package/dist/types/internal/utils/parseUrl.d.ts.map +0 -1
- package/dist/types/plugins/attributes/alignment/alignButton.d.ts +0 -14
- package/dist/types/plugins/attributes/alignment/alignButton.d.ts.map +0 -1
- package/dist/types/plugins/attributes/alignment/index.d.ts +0 -2
- package/dist/types/plugins/attributes/alignment/index.d.ts.map +0 -1
- package/dist/types/plugins/attributes/index.d.ts +0 -2
- package/dist/types/plugins/attributes/index.d.ts.map +0 -1
- package/dist/types/plugins/behaviour/index.d.ts +0 -2
- package/dist/types/plugins/behaviour/index.d.ts.map +0 -1
- package/dist/types/plugins/behaviour/paste/HtmlDeserializer.d.ts +0 -34
- package/dist/types/plugins/behaviour/paste/HtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/behaviour/paste/createMarkHtmlDeserializer.d.ts +0 -3
- package/dist/types/plugins/behaviour/paste/createMarkHtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/behaviour/paste/index.d.ts +0 -3
- package/dist/types/plugins/behaviour/paste/index.d.ts.map +0 -1
- package/dist/types/plugins/behaviour/paste/withPaste.d.ts +0 -3
- package/dist/types/plugins/behaviour/paste/withPaste.d.ts.map +0 -1
- package/dist/types/plugins/element/anchors/AnchorElement.d.ts +0 -14
- package/dist/types/plugins/element/anchors/AnchorElement.d.ts.map +0 -1
- package/dist/types/plugins/element/anchors/AnchorHtmlDeserializer.d.ts +0 -3
- package/dist/types/plugins/element/anchors/AnchorHtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/element/anchors/AnchorModifications.d.ts +0 -6
- package/dist/types/plugins/element/anchors/AnchorModifications.d.ts.map +0 -1
- package/dist/types/plugins/element/anchors/index.d.ts +0 -4
- package/dist/types/plugins/element/anchors/index.d.ts.map +0 -1
- package/dist/types/plugins/element/anchors/withAnchors.d.ts +0 -7
- package/dist/types/plugins/element/anchors/withAnchors.d.ts.map +0 -1
- package/dist/types/plugins/element/headings/HeadingElement.d.ts +0 -17
- package/dist/types/plugins/element/headings/HeadingElement.d.ts.map +0 -1
- package/dist/types/plugins/element/headings/HeadingHtmlDeserializer.d.ts +0 -3
- package/dist/types/plugins/element/headings/HeadingHtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/element/headings/index.d.ts +0 -4
- package/dist/types/plugins/element/headings/index.d.ts.map +0 -1
- package/dist/types/plugins/element/headings/withHeadings.d.ts +0 -7
- package/dist/types/plugins/element/headings/withHeadings.d.ts.map +0 -1
- package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts +0 -13
- package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts.map +0 -1
- package/dist/types/plugins/element/horizonalRules/index.d.ts +0 -3
- package/dist/types/plugins/element/horizonalRules/index.d.ts.map +0 -1
- package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts +0 -7
- package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts.map +0 -1
- package/dist/types/plugins/element/index.d.ts +0 -8
- package/dist/types/plugins/element/index.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/ListElement.d.ts +0 -6
- package/dist/types/plugins/element/lists/ListElement.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/ListHtmlDeserializer.d.ts +0 -10
- package/dist/types/plugins/element/lists/ListHtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/ListItemElement.d.ts +0 -12
- package/dist/types/plugins/element/lists/ListItemElement.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/OrderedListElement.d.ts +0 -12
- package/dist/types/plugins/element/lists/OrderedListElement.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/UnorderedListElement.d.ts +0 -12
- package/dist/types/plugins/element/lists/UnorderedListElement.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/index.d.ts +0 -6
- package/dist/types/plugins/element/lists/index.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/transforms/dedentListItem.d.ts +0 -4
- package/dist/types/plugins/element/lists/transforms/dedentListItem.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/transforms/indentListItem.d.ts +0 -4
- package/dist/types/plugins/element/lists/transforms/indentListItem.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/transforms/index.d.ts +0 -5
- package/dist/types/plugins/element/lists/transforms/index.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/transforms/normalizeListElement.d.ts +0 -7
- package/dist/types/plugins/element/lists/transforms/normalizeListElement.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/transforms/toggleListElement.d.ts +0 -5
- package/dist/types/plugins/element/lists/transforms/toggleListElement.d.ts.map +0 -1
- package/dist/types/plugins/element/lists/withLists.d.ts +0 -11
- package/dist/types/plugins/element/lists/withLists.d.ts.map +0 -1
- package/dist/types/plugins/element/paragraphs/ParagraphElement.d.ts +0 -15
- package/dist/types/plugins/element/paragraphs/ParagraphElement.d.ts.map +0 -1
- package/dist/types/plugins/element/paragraphs/ParagraphHtmlDeserializer.d.ts +0 -3
- package/dist/types/plugins/element/paragraphs/ParagraphHtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/element/paragraphs/index.d.ts +0 -4
- package/dist/types/plugins/element/paragraphs/index.d.ts.map +0 -1
- package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts +0 -7
- package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts.map +0 -1
- package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts +0 -14
- package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts.map +0 -1
- package/dist/types/plugins/element/scrollTargets/index.d.ts +0 -3
- package/dist/types/plugins/element/scrollTargets/index.d.ts.map +0 -1
- package/dist/types/plugins/element/scrollTargets/withScrollTargets.d.ts +0 -7
- package/dist/types/plugins/element/scrollTargets/withScrollTargets.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/TableCellElement.d.ts +0 -20
- package/dist/types/plugins/element/tables/TableCellElement.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/TableElement.d.ts +0 -26
- package/dist/types/plugins/element/tables/TableElement.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/TableElementSelection.d.ts +0 -6
- package/dist/types/plugins/element/tables/TableElementSelection.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/TableHtmlDeserializer.d.ts +0 -3
- package/dist/types/plugins/element/tables/TableHtmlDeserializer.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/TableModifications.d.ts +0 -14
- package/dist/types/plugins/element/tables/TableModifications.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/TableRowElement.d.ts +0 -22
- package/dist/types/plugins/element/tables/TableRowElement.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/gaugeTableColumnCount.d.ts +0 -3
- package/dist/types/plugins/element/tables/gaugeTableColumnCount.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/index.d.ts +0 -6
- package/dist/types/plugins/element/tables/index.d.ts.map +0 -1
- package/dist/types/plugins/element/tables/withTables.d.ts +0 -11
- package/dist/types/plugins/element/tables/withTables.d.ts.map +0 -1
- package/dist/types/plugins/index.d.ts +0 -5
- package/dist/types/plugins/index.d.ts.map +0 -1
- package/dist/types/plugins/text/bold/boldMark.d.ts +0 -4
- package/dist/types/plugins/text/bold/boldMark.d.ts.map +0 -1
- package/dist/types/plugins/text/bold/index.d.ts +0 -3
- package/dist/types/plugins/text/bold/index.d.ts.map +0 -1
- package/dist/types/plugins/text/bold/withBold.d.ts +0 -3
- package/dist/types/plugins/text/bold/withBold.d.ts.map +0 -1
- package/dist/types/plugins/text/code/codeMark.d.ts +0 -4
- package/dist/types/plugins/text/code/codeMark.d.ts.map +0 -1
- package/dist/types/plugins/text/code/index.d.ts +0 -3
- package/dist/types/plugins/text/code/index.d.ts.map +0 -1
- package/dist/types/plugins/text/code/withCode.d.ts +0 -3
- package/dist/types/plugins/text/code/withCode.d.ts.map +0 -1
- package/dist/types/plugins/text/highlight/highlightMark.d.ts +0 -4
- package/dist/types/plugins/text/highlight/highlightMark.d.ts.map +0 -1
- package/dist/types/plugins/text/highlight/index.d.ts +0 -3
- package/dist/types/plugins/text/highlight/index.d.ts.map +0 -1
- package/dist/types/plugins/text/highlight/withHighlight.d.ts +0 -3
- package/dist/types/plugins/text/highlight/withHighlight.d.ts.map +0 -1
- package/dist/types/plugins/text/index.d.ts +0 -8
- package/dist/types/plugins/text/index.d.ts.map +0 -1
- package/dist/types/plugins/text/italic/index.d.ts +0 -3
- package/dist/types/plugins/text/italic/index.d.ts.map +0 -1
- package/dist/types/plugins/text/italic/italicMark.d.ts +0 -4
- package/dist/types/plugins/text/italic/italicMark.d.ts.map +0 -1
- package/dist/types/plugins/text/italic/withItalic.d.ts +0 -3
- package/dist/types/plugins/text/italic/withItalic.d.ts.map +0 -1
- package/dist/types/plugins/text/newline/index.d.ts +0 -2
- package/dist/types/plugins/text/newline/index.d.ts.map +0 -1
- package/dist/types/plugins/text/newline/withNewline.d.ts +0 -3
- package/dist/types/plugins/text/newline/withNewline.d.ts.map +0 -1
- package/dist/types/plugins/text/strikeThrough/index.d.ts +0 -3
- package/dist/types/plugins/text/strikeThrough/index.d.ts.map +0 -1
- package/dist/types/plugins/text/strikeThrough/strikeThroughMark.d.ts +0 -4
- package/dist/types/plugins/text/strikeThrough/strikeThroughMark.d.ts.map +0 -1
- package/dist/types/plugins/text/strikeThrough/withStrikeThrough.d.ts +0 -3
- package/dist/types/plugins/text/strikeThrough/withStrikeThrough.d.ts.map +0 -1
- package/dist/types/plugins/text/underline/index.d.ts +0 -3
- package/dist/types/plugins/text/underline/index.d.ts.map +0 -1
- package/dist/types/plugins/text/underline/underlineMark.d.ts +0 -4
- package/dist/types/plugins/text/underline/underlineMark.d.ts.map +0 -1
- package/dist/types/plugins/text/underline/withUnderline.d.ts +0 -3
- package/dist/types/plugins/text/underline/withUnderline.d.ts.map +0 -1
- package/dist/types/slate-reexport.d.ts +0 -3
- package/dist/types/slate-reexport.d.ts.map +0 -1
- package/dist/types/slate-types.d.ts +0 -31
- package/dist/types/slate-types.d.ts.map +0 -1
- package/dist/types/tsconfig.tsbuildinfo +0 -1
- package/dist/types/types/editor.d.ts +0 -43
- package/dist/types/types/editor.d.ts.map +0 -1
- package/dist/types/types/htmlDeserializer.d.ts +0 -38
- package/dist/types/types/htmlDeserializer.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -4
- package/dist/types/types/index.d.ts.map +0 -1
- package/dist/types/types/plugins.d.ts +0 -58
- package/dist/types/types/plugins.d.ts.map +0 -1
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { isHotkey } from "is-hotkey";
|
|
2
|
-
import { createElement } from "react";
|
|
3
|
-
const italicMark = "isItalic";
|
|
4
|
-
const italicMarkPlugin = {
|
|
5
|
-
type: italicMark,
|
|
6
|
-
isHotKey: isHotkey("mod+i"),
|
|
7
|
-
render: ({ children }) => createElement("i", void 0, children)
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
italicMark,
|
|
11
|
-
italicMarkPlugin
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=italicMark.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,eAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const italicMark = require("./italicMark.cjs");
|
|
4
|
-
const createMarkHtmlDeserializer = require("../../behaviour/paste/createMarkHtmlDeserializer.cjs");
|
|
5
|
-
const withItalic = () => (editor) => {
|
|
6
|
-
editor.registerMark(italicMark.italicMarkPlugin);
|
|
7
|
-
editor.htmlDeserializer.registerPlugin(
|
|
8
|
-
createMarkHtmlDeserializer.createMarkHtmlDeserializer(
|
|
9
|
-
italicMark.italicMark,
|
|
10
|
-
(el) => ["I", "EM"].includes(el.nodeName),
|
|
11
|
-
(el) => ["italic", "oblique"].includes(el.style.fontWeight)
|
|
12
|
-
)
|
|
13
|
-
);
|
|
14
|
-
};
|
|
15
|
-
exports.withItalic = withItalic;
|
|
16
|
-
//# sourceMappingURL=withItalic.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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\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":";;;;AAKa,MAAA,aAAa,MAAoB,CAAU,WAAA;AACvD,SAAO,aAAaA,2BAAgB;AACpC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,WAAA;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,EAE1D;AACD;;"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { italicMarkPlugin, italicMark } from "./italicMark.js";
|
|
2
|
-
import { createMarkHtmlDeserializer } from "../../behaviour/paste/createMarkHtmlDeserializer.js";
|
|
3
|
-
const withItalic = () => (editor) => {
|
|
4
|
-
editor.registerMark(italicMarkPlugin);
|
|
5
|
-
editor.htmlDeserializer.registerPlugin(
|
|
6
|
-
createMarkHtmlDeserializer(
|
|
7
|
-
italicMark,
|
|
8
|
-
(el) => ["I", "EM"].includes(el.nodeName),
|
|
9
|
-
(el) => ["italic", "oblique"].includes(el.style.fontWeight)
|
|
10
|
-
)
|
|
11
|
-
);
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
withItalic
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=withItalic.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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\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":";;AAKa,MAAA,aAAa,MAAoB,CAAU,WAAA;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,EAE1D;AACD;"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const Slate = require("slate");
|
|
4
|
-
const withNewline = () => (editor) => {
|
|
5
|
-
const { onKeyDown } = editor;
|
|
6
|
-
editor.onKeyDown = (e) => {
|
|
7
|
-
if (e.key !== "Enter" || !e.shiftKey) {
|
|
8
|
-
return onKeyDown(e);
|
|
9
|
-
}
|
|
10
|
-
e.preventDefault();
|
|
11
|
-
Slate.Transforms.insertText(editor, "\n");
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
exports.withNewline = withNewline;
|
|
15
|
-
//# sourceMappingURL=withNewline.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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":";;;AAGa,MAAA,cAAc,MAAoB,CAAU,WAAA;AAClD,QAAA,EAAE,cAAc;AACtB,SAAO,YAAY,CAAK,MAAA;AACvB,QAAI,EAAE,QAAQ,WAAW,CAAC,EAAE,UAAU;AACrC,aAAO,UAAU,CAAC;AAAA,IAAA;AAEnB,MAAE,eAAe;AACNA,qBAAA,WAAW,QAAQ,IAAI;AAAA,EACnC;AACD;;"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Transforms } from "slate";
|
|
2
|
-
const withNewline = () => (editor) => {
|
|
3
|
-
const { onKeyDown } = editor;
|
|
4
|
-
editor.onKeyDown = (e) => {
|
|
5
|
-
if (e.key !== "Enter" || !e.shiftKey) {
|
|
6
|
-
return onKeyDown(e);
|
|
7
|
-
}
|
|
8
|
-
e.preventDefault();
|
|
9
|
-
Transforms.insertText(editor, "\n");
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
withNewline
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=withNewline.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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":";AAGa,MAAA,cAAc,MAAoB,CAAU,WAAA;AAClD,QAAA,EAAE,cAAc;AACtB,SAAO,YAAY,CAAK,MAAA;AACvB,QAAI,EAAE,QAAQ,WAAW,CAAC,EAAE,UAAU;AACrC,aAAO,UAAU,CAAC;AAAA,IAAA;AAEnB,MAAE,eAAe;AACN,eAAA,WAAW,QAAQ,IAAI;AAAA,EACnC;AACD;"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const React = require("react");
|
|
4
|
-
const isHotkey = require("is-hotkey");
|
|
5
|
-
const strikeThroughMark = "isStruckThrough";
|
|
6
|
-
const strikeThroughPlugin = {
|
|
7
|
-
type: strikeThroughMark,
|
|
8
|
-
render: ({ children }) => React.createElement("s", void 0, children),
|
|
9
|
-
isHotKey: isHotkey.isHotkey("mod+opt+s")
|
|
10
|
-
};
|
|
11
|
-
exports.strikeThroughMark = strikeThroughMark;
|
|
12
|
-
exports.strikeThroughPlugin = strikeThroughPlugin;
|
|
13
|
-
//# sourceMappingURL=strikeThroughMark.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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,eAAeA,MAAc,cAAA,KAAK,QAAW,QAAQ;AAAA,EAChE,UAAUC,kBAAS,WAAW;AAC/B;;;"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { createElement } from "react";
|
|
2
|
-
import { isHotkey } from "is-hotkey";
|
|
3
|
-
const strikeThroughMark = "isStruckThrough";
|
|
4
|
-
const strikeThroughPlugin = {
|
|
5
|
-
type: strikeThroughMark,
|
|
6
|
-
render: ({ children }) => createElement("s", void 0, children),
|
|
7
|
-
isHotKey: isHotkey("mod+opt+s")
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
strikeThroughMark,
|
|
11
|
-
strikeThroughPlugin
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=strikeThroughMark.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,eAAe,cAAc,KAAK,QAAW,QAAQ;AAAA,EAChE,UAAU,SAAS,WAAW;AAC/B;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const strikeThroughMark = require("./strikeThroughMark.cjs");
|
|
4
|
-
const createMarkHtmlDeserializer = require("../../behaviour/paste/createMarkHtmlDeserializer.cjs");
|
|
5
|
-
const withStrikeThrough = () => (editor) => {
|
|
6
|
-
editor.registerMark(strikeThroughMark.strikeThroughPlugin);
|
|
7
|
-
editor.htmlDeserializer.registerPlugin(
|
|
8
|
-
createMarkHtmlDeserializer.createMarkHtmlDeserializer(
|
|
9
|
-
strikeThroughMark.strikeThroughMark,
|
|
10
|
-
(el) => el.nodeName === "S",
|
|
11
|
-
(el) => el.style.textDecoration === "line-through"
|
|
12
|
-
)
|
|
13
|
-
);
|
|
14
|
-
return editor;
|
|
15
|
-
};
|
|
16
|
-
exports.withStrikeThrough = withStrikeThrough;
|
|
17
|
-
//# sourceMappingURL=withStrikeThrough.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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\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":";;;;AAMa,MAAA,oBAAoB,MAAoB,CAAU,WAAA;AAC9D,SAAO,aAAaA,qCAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,kBAAA;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IAAA;AAAA,EAEpC;AAEO,SAAA;AACR;;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { strikeThroughPlugin, strikeThroughMark } from "./strikeThroughMark.js";
|
|
2
|
-
import { createMarkHtmlDeserializer } from "../../behaviour/paste/createMarkHtmlDeserializer.js";
|
|
3
|
-
const withStrikeThrough = () => (editor) => {
|
|
4
|
-
editor.registerMark(strikeThroughPlugin);
|
|
5
|
-
editor.htmlDeserializer.registerPlugin(
|
|
6
|
-
createMarkHtmlDeserializer(
|
|
7
|
-
strikeThroughMark,
|
|
8
|
-
(el) => el.nodeName === "S",
|
|
9
|
-
(el) => el.style.textDecoration === "line-through"
|
|
10
|
-
)
|
|
11
|
-
);
|
|
12
|
-
return editor;
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
withStrikeThrough
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=withStrikeThrough.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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\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":";;AAMa,MAAA,oBAAoB,MAAoB,CAAU,WAAA;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,EAEpC;AAEO,SAAA;AACR;"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const isHotkey = require("is-hotkey");
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const underlineMark = "isUnderlined";
|
|
6
|
-
const underlineMarkPlugin = {
|
|
7
|
-
type: underlineMark,
|
|
8
|
-
isHotKey: isHotkey.isHotkey("mod+u"),
|
|
9
|
-
render: ({ children }) => React.createElement("u", void 0, children)
|
|
10
|
-
};
|
|
11
|
-
exports.underlineMark = underlineMark;
|
|
12
|
-
exports.underlineMarkPlugin = underlineMarkPlugin;
|
|
13
|
-
//# sourceMappingURL=underlineMark.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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,kBAAS,OAAO;AAAA,EAC1B,QAAQ,CAAC,EAAE,eAAeC,MAAc,cAAA,KAAK,QAAW,QAAQ;AACjE;;;"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { isHotkey } from "is-hotkey";
|
|
2
|
-
import { createElement } from "react";
|
|
3
|
-
const underlineMark = "isUnderlined";
|
|
4
|
-
const underlineMarkPlugin = {
|
|
5
|
-
type: underlineMark,
|
|
6
|
-
isHotKey: isHotkey("mod+u"),
|
|
7
|
-
render: ({ children }) => createElement("u", void 0, children)
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
underlineMark,
|
|
11
|
-
underlineMarkPlugin
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=underlineMark.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,eAAe,cAAc,KAAK,QAAW,QAAQ;AACjE;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const underlineMark = require("./underlineMark.cjs");
|
|
4
|
-
const createMarkHtmlDeserializer = require("../../behaviour/paste/createMarkHtmlDeserializer.cjs");
|
|
5
|
-
const withUnderline = () => (editor) => {
|
|
6
|
-
editor.registerMark(underlineMark.underlineMarkPlugin);
|
|
7
|
-
editor.htmlDeserializer.registerPlugin(
|
|
8
|
-
createMarkHtmlDeserializer.createMarkHtmlDeserializer(
|
|
9
|
-
underlineMark.underlineMark,
|
|
10
|
-
(el) => el.nodeName === "U",
|
|
11
|
-
(el) => el.style.textDecoration === "underline"
|
|
12
|
-
)
|
|
13
|
-
);
|
|
14
|
-
return editor;
|
|
15
|
-
};
|
|
16
|
-
exports.withUnderline = withUnderline;
|
|
17
|
-
//# sourceMappingURL=withUnderline.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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\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":";;;;AAKa,MAAA,gBAAgB,MAAoB,CAAU,WAAA;AAC1D,SAAO,aAAaA,iCAAmB;AACvC,SAAO,iBAAiB;AAAA,IACvBC,2BAAA;AAAA,MACCC,cAAA;AAAA,MACA,CAAA,OAAM,GAAG,aAAa;AAAA,MACtB,CAAA,OAAM,GAAG,MAAM,mBAAmB;AAAA,IAAA;AAAA,EAEpC;AAEO,SAAA;AACR;;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { underlineMarkPlugin, underlineMark } from "./underlineMark.js";
|
|
2
|
-
import { createMarkHtmlDeserializer } from "../../behaviour/paste/createMarkHtmlDeserializer.js";
|
|
3
|
-
const withUnderline = () => (editor) => {
|
|
4
|
-
editor.registerMark(underlineMarkPlugin);
|
|
5
|
-
editor.htmlDeserializer.registerPlugin(
|
|
6
|
-
createMarkHtmlDeserializer(
|
|
7
|
-
underlineMark,
|
|
8
|
-
(el) => el.nodeName === "U",
|
|
9
|
-
(el) => el.style.textDecoration === "underline"
|
|
10
|
-
)
|
|
11
|
-
);
|
|
12
|
-
return editor;
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
withUnderline
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=withUnderline.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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\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":";;AAKa,MAAA,gBAAgB,MAAoB,CAAU,WAAA;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,EAEpC;AAEO,SAAA;AACR;"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const Slate = require("slate");
|
|
4
|
-
const EditorUtils = Slate.Editor;
|
|
5
|
-
Object.defineProperty(exports, "EditorTransforms", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: () => Slate.Transforms
|
|
8
|
-
});
|
|
9
|
-
exports.EditorUtils = EditorUtils;
|
|
10
|
-
//# sourceMappingURL=slate-reexport.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slate-reexport.cjs","sources":["../../../../packages/react-slate-editor-base/src/slate-reexport.ts"],"sourcesContent":["import { Editor } from 'slate'\n\nexport { Transforms as EditorTransforms } from 'slate'\nexport const EditorUtils = Editor\n"],"names":["Editor"],"mappings":";;;AAGO,MAAM,cAAcA,MAAAA;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slate-reexport.js","sources":["../../../../packages/react-slate-editor-base/src/slate-reexport.ts"],"sourcesContent":["import { Editor } from 'slate'\n\nexport { Transforms as EditorTransforms } from 'slate'\nexport const EditorUtils = Editor\n"],"names":[],"mappings":";;AAGO,MAAM,cAAc;"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./src/editor/index.cjs");
|
|
4
|
-
const slateReexport = require("./src/slate-reexport.cjs");
|
|
5
|
-
const createEditor = require("./src/editor/createEditor.cjs");
|
|
6
|
-
const EditorElementTrigger = require("./src/components/triggers/EditorElementTrigger.cjs");
|
|
7
|
-
const EditorGenericTrigger = require("./src/components/triggers/EditorGenericTrigger.cjs");
|
|
8
|
-
const EditorMarkTrigger = require("./src/components/triggers/EditorMarkTrigger.cjs");
|
|
9
|
-
const EditorWrapNodeTrigger = require("./src/components/triggers/EditorWrapNodeTrigger.cjs");
|
|
10
|
-
const RichTextEditor = require("./src/components/RichTextEditor.cjs");
|
|
11
|
-
const Slate = require("slate");
|
|
12
|
-
const AnchorElement = require("./src/plugins/element/anchors/AnchorElement.cjs");
|
|
13
|
-
const AnchorHtmlDeserializer = require("./src/plugins/element/anchors/AnchorHtmlDeserializer.cjs");
|
|
14
|
-
const withAnchors = require("./src/plugins/element/anchors/withAnchors.cjs");
|
|
15
|
-
const HeadingElement = require("./src/plugins/element/headings/HeadingElement.cjs");
|
|
16
|
-
const HeadingHtmlDeserializer = require("./src/plugins/element/headings/HeadingHtmlDeserializer.cjs");
|
|
17
|
-
const withHeadings = require("./src/plugins/element/headings/withHeadings.cjs");
|
|
18
|
-
const HorizontalRuleElement = require("./src/plugins/element/horizonalRules/HorizontalRuleElement.cjs");
|
|
19
|
-
const withHorizontalRules = require("./src/plugins/element/horizonalRules/withHorizontalRules.cjs");
|
|
20
|
-
const ListItemElement = require("./src/plugins/element/lists/ListItemElement.cjs");
|
|
21
|
-
const ListHtmlDeserializer = require("./src/plugins/element/lists/ListHtmlDeserializer.cjs");
|
|
22
|
-
const OrderedListElement = require("./src/plugins/element/lists/OrderedListElement.cjs");
|
|
23
|
-
const UnorderedListElement = require("./src/plugins/element/lists/UnorderedListElement.cjs");
|
|
24
|
-
const withLists = require("./src/plugins/element/lists/withLists.cjs");
|
|
25
|
-
const ParagraphElement = require("./src/plugins/element/paragraphs/ParagraphElement.cjs");
|
|
26
|
-
const ParagraphHtmlDeserializer = require("./src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs");
|
|
27
|
-
const withParagraphs = require("./src/plugins/element/paragraphs/withParagraphs.cjs");
|
|
28
|
-
const ScrollTargetElement = require("./src/plugins/element/scrollTargets/ScrollTargetElement.cjs");
|
|
29
|
-
const withScrollTargets = require("./src/plugins/element/scrollTargets/withScrollTargets.cjs");
|
|
30
|
-
const TableCellElement = require("./src/plugins/element/tables/TableCellElement.cjs");
|
|
31
|
-
const TableElement = require("./src/plugins/element/tables/TableElement.cjs");
|
|
32
|
-
const TableRowElement = require("./src/plugins/element/tables/TableRowElement.cjs");
|
|
33
|
-
const withTables = require("./src/plugins/element/tables/withTables.cjs");
|
|
34
|
-
const TableModifications = require("./src/plugins/element/tables/TableModifications.cjs");
|
|
35
|
-
const alignButton = require("./src/plugins/attributes/alignment/alignButton.cjs");
|
|
36
|
-
const withBold = require("./src/plugins/text/bold/withBold.cjs");
|
|
37
|
-
const boldMark = require("./src/plugins/text/bold/boldMark.cjs");
|
|
38
|
-
const withCode = require("./src/plugins/text/code/withCode.cjs");
|
|
39
|
-
const codeMark = require("./src/plugins/text/code/codeMark.cjs");
|
|
40
|
-
const withHighlight = require("./src/plugins/text/highlight/withHighlight.cjs");
|
|
41
|
-
const highlightMark = require("./src/plugins/text/highlight/highlightMark.cjs");
|
|
42
|
-
const withItalic = require("./src/plugins/text/italic/withItalic.cjs");
|
|
43
|
-
const italicMark = require("./src/plugins/text/italic/italicMark.cjs");
|
|
44
|
-
const withNewline = require("./src/plugins/text/newline/withNewline.cjs");
|
|
45
|
-
const withStrikeThrough = require("./src/plugins/text/strikeThrough/withStrikeThrough.cjs");
|
|
46
|
-
const strikeThroughMark = require("./src/plugins/text/strikeThrough/strikeThroughMark.cjs");
|
|
47
|
-
const withUnderline = require("./src/plugins/text/underline/withUnderline.cjs");
|
|
48
|
-
const underlineMark = require("./src/plugins/text/underline/underlineMark.cjs");
|
|
49
|
-
const createMarkHtmlDeserializer = require("./src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs");
|
|
50
|
-
const withPaste = require("./src/plugins/behaviour/paste/withPaste.cjs");
|
|
51
|
-
exports.ContemberEditor = index.ContemberEditor;
|
|
52
|
-
exports.EditorUtils = slateReexport.EditorUtils;
|
|
53
|
-
exports.createEditor = createEditor.createEditor;
|
|
54
|
-
exports.EditorElementTrigger = EditorElementTrigger.EditorElementTrigger;
|
|
55
|
-
exports.EditorGenericTrigger = EditorGenericTrigger.EditorGenericTrigger;
|
|
56
|
-
exports.EditorMarkTrigger = EditorMarkTrigger.EditorMarkTrigger;
|
|
57
|
-
exports.EditorWrapNodeTrigger = EditorWrapNodeTrigger.EditorWrapNodeTrigger;
|
|
58
|
-
exports.RichTextEditor = RichTextEditor.RichTextEditor;
|
|
59
|
-
Object.defineProperty(exports, "EditorTransforms", {
|
|
60
|
-
enumerable: true,
|
|
61
|
-
get: () => Slate.Transforms
|
|
62
|
-
});
|
|
63
|
-
exports.anchorElementPlugin = AnchorElement.anchorElementPlugin;
|
|
64
|
-
exports.anchorElementType = AnchorElement.anchorElementType;
|
|
65
|
-
exports.isAnchorElement = AnchorElement.isAnchorElement;
|
|
66
|
-
exports.isAnchorElementActive = AnchorElement.isAnchorElementActive;
|
|
67
|
-
exports.anchorHtmlDeserializer = AnchorHtmlDeserializer.anchorHtmlDeserializer;
|
|
68
|
-
exports.withAnchors = withAnchors.withAnchors;
|
|
69
|
-
exports.ejectHeadingElement = HeadingElement.ejectHeadingElement;
|
|
70
|
-
exports.headingElementPlugin = HeadingElement.headingElementPlugin;
|
|
71
|
-
exports.headingElementType = HeadingElement.headingElementType;
|
|
72
|
-
exports.isHeadingElement = HeadingElement.isHeadingElement;
|
|
73
|
-
exports.headingHtmlDeserializer = HeadingHtmlDeserializer.headingHtmlDeserializer;
|
|
74
|
-
exports.withHeadings = withHeadings.withHeadings;
|
|
75
|
-
exports.horizontalRuleElementPlugin = HorizontalRuleElement.horizontalRuleElementPlugin;
|
|
76
|
-
exports.horizontalRuleElementType = HorizontalRuleElement.horizontalRuleElementType;
|
|
77
|
-
exports.isHorizontalRuleElement = HorizontalRuleElement.isHorizontalRuleElement;
|
|
78
|
-
exports.isHorizontalRuleElementActive = HorizontalRuleElement.isHorizontalRuleElementActive;
|
|
79
|
-
exports.withHorizontalRules = withHorizontalRules.withHorizontalRules;
|
|
80
|
-
exports.isListItemElement = ListItemElement.isListItemElement;
|
|
81
|
-
exports.listItemElementPlugin = ListItemElement.listItemElementPlugin;
|
|
82
|
-
exports.listItemElementType = ListItemElement.listItemElementType;
|
|
83
|
-
exports.listHtmlDeserializerFactory = ListHtmlDeserializer.listHtmlDeserializerFactory;
|
|
84
|
-
exports.isOrderedListElement = OrderedListElement.isOrderedListElement;
|
|
85
|
-
exports.orderedListElementPlugin = OrderedListElement.orderedListElementPlugin;
|
|
86
|
-
exports.orderedListElementType = OrderedListElement.orderedListElementType;
|
|
87
|
-
exports.isUnorderedListElement = UnorderedListElement.isUnorderedListElement;
|
|
88
|
-
exports.unorderedListElementPlugin = UnorderedListElement.unorderedListElementPlugin;
|
|
89
|
-
exports.unorderedListElementType = UnorderedListElement.unorderedListElementType;
|
|
90
|
-
exports.withLists = withLists.withLists;
|
|
91
|
-
exports.isParagraphElement = ParagraphElement.isParagraphElement;
|
|
92
|
-
exports.paragraphElementPlugin = ParagraphElement.paragraphElementPlugin;
|
|
93
|
-
exports.paragraphElementType = ParagraphElement.paragraphElementType;
|
|
94
|
-
exports.paragraphHtmlDeserializer = ParagraphHtmlDeserializer.paragraphHtmlDeserializer;
|
|
95
|
-
exports.withParagraphs = withParagraphs.withParagraphs;
|
|
96
|
-
exports.isScrollTargetElement = ScrollTargetElement.isScrollTargetElement;
|
|
97
|
-
exports.isScrollTargetElementActive = ScrollTargetElement.isScrollTargetElementActive;
|
|
98
|
-
exports.scrollTargetElementPlugin = ScrollTargetElement.scrollTargetElementPlugin;
|
|
99
|
-
exports.scrollTargetElementType = ScrollTargetElement.scrollTargetElementType;
|
|
100
|
-
exports.withScrollTargets = withScrollTargets.withScrollTargets;
|
|
101
|
-
exports.createEmptyTableCellElement = TableCellElement.createEmptyTableCellElement;
|
|
102
|
-
exports.isTableCellElement = TableCellElement.isTableCellElement;
|
|
103
|
-
exports.tableCellElementPlugin = TableCellElement.tableCellElementPlugin;
|
|
104
|
-
exports.tableCellElementType = TableCellElement.tableCellElementType;
|
|
105
|
-
exports.createEmptyTableElement = TableElement.createEmptyTableElement;
|
|
106
|
-
exports.getTableElementColumnCount = TableElement.getTableElementColumnCount;
|
|
107
|
-
exports.getTableElementRowCount = TableElement.getTableElementRowCount;
|
|
108
|
-
exports.isTableElement = TableElement.isTableElement;
|
|
109
|
-
exports.tableElementPlugin = TableElement.tableElementPlugin;
|
|
110
|
-
exports.tableElementType = TableElement.tableElementType;
|
|
111
|
-
exports.createEmptyTableRowElement = TableRowElement.createEmptyTableRowElement;
|
|
112
|
-
exports.isTableRowElement = TableRowElement.isTableRowElement;
|
|
113
|
-
exports.tableRowElementPlugin = TableRowElement.tableRowElementPlugin;
|
|
114
|
-
exports.tableRowElementType = TableRowElement.tableRowElementType;
|
|
115
|
-
exports.withTables = withTables.withTables;
|
|
116
|
-
exports.TableModifications = TableModifications.TableModifications;
|
|
117
|
-
exports.createAlignHandler = alignButton.createAlignHandler;
|
|
118
|
-
exports.withBold = withBold.withBold;
|
|
119
|
-
exports.boldMark = boldMark.boldMark;
|
|
120
|
-
exports.boldMarkPlugin = boldMark.boldMarkPlugin;
|
|
121
|
-
exports.withCode = withCode.withCode;
|
|
122
|
-
exports.codeMark = codeMark.codeMark;
|
|
123
|
-
exports.codeMarkPlugin = codeMark.codeMarkPlugin;
|
|
124
|
-
exports.withHighlight = withHighlight.withHighlight;
|
|
125
|
-
exports.highlightMark = highlightMark.highlightMark;
|
|
126
|
-
exports.highlightMarkPlugin = highlightMark.highlightMarkPlugin;
|
|
127
|
-
exports.withItalic = withItalic.withItalic;
|
|
128
|
-
exports.italicMark = italicMark.italicMark;
|
|
129
|
-
exports.italicMarkPlugin = italicMark.italicMarkPlugin;
|
|
130
|
-
exports.withNewline = withNewline.withNewline;
|
|
131
|
-
exports.withStrikeThrough = withStrikeThrough.withStrikeThrough;
|
|
132
|
-
exports.strikeThroughMark = strikeThroughMark.strikeThroughMark;
|
|
133
|
-
exports.strikeThroughPlugin = strikeThroughMark.strikeThroughPlugin;
|
|
134
|
-
exports.withUnderline = withUnderline.withUnderline;
|
|
135
|
-
exports.underlineMark = underlineMark.underlineMark;
|
|
136
|
-
exports.underlineMarkPlugin = underlineMark.underlineMarkPlugin;
|
|
137
|
-
exports.createMarkHtmlDeserializer = createMarkHtmlDeserializer.createMarkHtmlDeserializer;
|
|
138
|
-
exports.withPaste = withPaste.withPaste;
|
|
139
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/production/index.js
DELETED
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import { ContemberEditor } from "./src/editor/index.js";
|
|
2
|
-
import { EditorUtils } from "./src/slate-reexport.js";
|
|
3
|
-
import { createEditor } from "./src/editor/createEditor.js";
|
|
4
|
-
import { EditorElementTrigger } from "./src/components/triggers/EditorElementTrigger.js";
|
|
5
|
-
import { EditorGenericTrigger } from "./src/components/triggers/EditorGenericTrigger.js";
|
|
6
|
-
import { EditorMarkTrigger } from "./src/components/triggers/EditorMarkTrigger.js";
|
|
7
|
-
import { EditorWrapNodeTrigger } from "./src/components/triggers/EditorWrapNodeTrigger.js";
|
|
8
|
-
import { RichTextEditor } from "./src/components/RichTextEditor.js";
|
|
9
|
-
import { Transforms } from "slate";
|
|
10
|
-
import { anchorElementPlugin, anchorElementType, isAnchorElement, isAnchorElementActive } from "./src/plugins/element/anchors/AnchorElement.js";
|
|
11
|
-
import { anchorHtmlDeserializer } from "./src/plugins/element/anchors/AnchorHtmlDeserializer.js";
|
|
12
|
-
import { withAnchors } from "./src/plugins/element/anchors/withAnchors.js";
|
|
13
|
-
import { ejectHeadingElement, headingElementPlugin, headingElementType, isHeadingElement } from "./src/plugins/element/headings/HeadingElement.js";
|
|
14
|
-
import { headingHtmlDeserializer } from "./src/plugins/element/headings/HeadingHtmlDeserializer.js";
|
|
15
|
-
import { withHeadings } from "./src/plugins/element/headings/withHeadings.js";
|
|
16
|
-
import { horizontalRuleElementPlugin, horizontalRuleElementType, isHorizontalRuleElement, isHorizontalRuleElementActive } from "./src/plugins/element/horizonalRules/HorizontalRuleElement.js";
|
|
17
|
-
import { withHorizontalRules } from "./src/plugins/element/horizonalRules/withHorizontalRules.js";
|
|
18
|
-
import { isListItemElement, listItemElementPlugin, listItemElementType } from "./src/plugins/element/lists/ListItemElement.js";
|
|
19
|
-
import { listHtmlDeserializerFactory } from "./src/plugins/element/lists/ListHtmlDeserializer.js";
|
|
20
|
-
import { isOrderedListElement, orderedListElementPlugin, orderedListElementType } from "./src/plugins/element/lists/OrderedListElement.js";
|
|
21
|
-
import { isUnorderedListElement, unorderedListElementPlugin, unorderedListElementType } from "./src/plugins/element/lists/UnorderedListElement.js";
|
|
22
|
-
import { withLists } from "./src/plugins/element/lists/withLists.js";
|
|
23
|
-
import { isParagraphElement, paragraphElementPlugin, paragraphElementType } from "./src/plugins/element/paragraphs/ParagraphElement.js";
|
|
24
|
-
import { paragraphHtmlDeserializer } from "./src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js";
|
|
25
|
-
import { withParagraphs } from "./src/plugins/element/paragraphs/withParagraphs.js";
|
|
26
|
-
import { isScrollTargetElement, isScrollTargetElementActive, scrollTargetElementPlugin, scrollTargetElementType } from "./src/plugins/element/scrollTargets/ScrollTargetElement.js";
|
|
27
|
-
import { withScrollTargets } from "./src/plugins/element/scrollTargets/withScrollTargets.js";
|
|
28
|
-
import { createEmptyTableCellElement, isTableCellElement, tableCellElementPlugin, tableCellElementType } from "./src/plugins/element/tables/TableCellElement.js";
|
|
29
|
-
import { createEmptyTableElement, getTableElementColumnCount, getTableElementRowCount, isTableElement, tableElementPlugin, tableElementType } from "./src/plugins/element/tables/TableElement.js";
|
|
30
|
-
import { createEmptyTableRowElement, isTableRowElement, tableRowElementPlugin, tableRowElementType } from "./src/plugins/element/tables/TableRowElement.js";
|
|
31
|
-
import { withTables } from "./src/plugins/element/tables/withTables.js";
|
|
32
|
-
import { TableModifications } from "./src/plugins/element/tables/TableModifications.js";
|
|
33
|
-
import { createAlignHandler } from "./src/plugins/attributes/alignment/alignButton.js";
|
|
34
|
-
import { withBold } from "./src/plugins/text/bold/withBold.js";
|
|
35
|
-
import { boldMark, boldMarkPlugin } from "./src/plugins/text/bold/boldMark.js";
|
|
36
|
-
import { withCode } from "./src/plugins/text/code/withCode.js";
|
|
37
|
-
import { codeMark, codeMarkPlugin } from "./src/plugins/text/code/codeMark.js";
|
|
38
|
-
import { withHighlight } from "./src/plugins/text/highlight/withHighlight.js";
|
|
39
|
-
import { highlightMark, highlightMarkPlugin } from "./src/plugins/text/highlight/highlightMark.js";
|
|
40
|
-
import { withItalic } from "./src/plugins/text/italic/withItalic.js";
|
|
41
|
-
import { italicMark, italicMarkPlugin } from "./src/plugins/text/italic/italicMark.js";
|
|
42
|
-
import { withNewline } from "./src/plugins/text/newline/withNewline.js";
|
|
43
|
-
import { withStrikeThrough } from "./src/plugins/text/strikeThrough/withStrikeThrough.js";
|
|
44
|
-
import { strikeThroughMark, strikeThroughPlugin } from "./src/plugins/text/strikeThrough/strikeThroughMark.js";
|
|
45
|
-
import { withUnderline } from "./src/plugins/text/underline/withUnderline.js";
|
|
46
|
-
import { underlineMark, underlineMarkPlugin } from "./src/plugins/text/underline/underlineMark.js";
|
|
47
|
-
import { createMarkHtmlDeserializer } from "./src/plugins/behaviour/paste/createMarkHtmlDeserializer.js";
|
|
48
|
-
import { withPaste } from "./src/plugins/behaviour/paste/withPaste.js";
|
|
49
|
-
export {
|
|
50
|
-
ContemberEditor,
|
|
51
|
-
EditorElementTrigger,
|
|
52
|
-
EditorGenericTrigger,
|
|
53
|
-
EditorMarkTrigger,
|
|
54
|
-
Transforms as EditorTransforms,
|
|
55
|
-
EditorUtils,
|
|
56
|
-
EditorWrapNodeTrigger,
|
|
57
|
-
RichTextEditor,
|
|
58
|
-
TableModifications,
|
|
59
|
-
anchorElementPlugin,
|
|
60
|
-
anchorElementType,
|
|
61
|
-
anchorHtmlDeserializer,
|
|
62
|
-
boldMark,
|
|
63
|
-
boldMarkPlugin,
|
|
64
|
-
codeMark,
|
|
65
|
-
codeMarkPlugin,
|
|
66
|
-
createAlignHandler,
|
|
67
|
-
createEditor,
|
|
68
|
-
createEmptyTableCellElement,
|
|
69
|
-
createEmptyTableElement,
|
|
70
|
-
createEmptyTableRowElement,
|
|
71
|
-
createMarkHtmlDeserializer,
|
|
72
|
-
ejectHeadingElement,
|
|
73
|
-
getTableElementColumnCount,
|
|
74
|
-
getTableElementRowCount,
|
|
75
|
-
headingElementPlugin,
|
|
76
|
-
headingElementType,
|
|
77
|
-
headingHtmlDeserializer,
|
|
78
|
-
highlightMark,
|
|
79
|
-
highlightMarkPlugin,
|
|
80
|
-
horizontalRuleElementPlugin,
|
|
81
|
-
horizontalRuleElementType,
|
|
82
|
-
isAnchorElement,
|
|
83
|
-
isAnchorElementActive,
|
|
84
|
-
isHeadingElement,
|
|
85
|
-
isHorizontalRuleElement,
|
|
86
|
-
isHorizontalRuleElementActive,
|
|
87
|
-
isListItemElement,
|
|
88
|
-
isOrderedListElement,
|
|
89
|
-
isParagraphElement,
|
|
90
|
-
isScrollTargetElement,
|
|
91
|
-
isScrollTargetElementActive,
|
|
92
|
-
isTableCellElement,
|
|
93
|
-
isTableElement,
|
|
94
|
-
isTableRowElement,
|
|
95
|
-
isUnorderedListElement,
|
|
96
|
-
italicMark,
|
|
97
|
-
italicMarkPlugin,
|
|
98
|
-
listHtmlDeserializerFactory,
|
|
99
|
-
listItemElementPlugin,
|
|
100
|
-
listItemElementType,
|
|
101
|
-
orderedListElementPlugin,
|
|
102
|
-
orderedListElementType,
|
|
103
|
-
paragraphElementPlugin,
|
|
104
|
-
paragraphElementType,
|
|
105
|
-
paragraphHtmlDeserializer,
|
|
106
|
-
scrollTargetElementPlugin,
|
|
107
|
-
scrollTargetElementType,
|
|
108
|
-
strikeThroughMark,
|
|
109
|
-
strikeThroughPlugin,
|
|
110
|
-
tableCellElementPlugin,
|
|
111
|
-
tableCellElementType,
|
|
112
|
-
tableElementPlugin,
|
|
113
|
-
tableElementType,
|
|
114
|
-
tableRowElementPlugin,
|
|
115
|
-
tableRowElementType,
|
|
116
|
-
underlineMark,
|
|
117
|
-
underlineMarkPlugin,
|
|
118
|
-
unorderedListElementPlugin,
|
|
119
|
-
unorderedListElementType,
|
|
120
|
-
withAnchors,
|
|
121
|
-
withBold,
|
|
122
|
-
withCode,
|
|
123
|
-
withHeadings,
|
|
124
|
-
withHighlight,
|
|
125
|
-
withHorizontalRules,
|
|
126
|
-
withItalic,
|
|
127
|
-
withLists,
|
|
128
|
-
withNewline,
|
|
129
|
-
withParagraphs,
|
|
130
|
-
withPaste,
|
|
131
|
-
withScrollTargets,
|
|
132
|
-
withStrikeThrough,
|
|
133
|
-
withTables,
|
|
134
|
-
withUnderline
|
|
135
|
-
};
|
|
136
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|