@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,43 +0,0 @@
|
|
|
1
|
-
import type { FocusEvent as ReactFocusEvent, KeyboardEvent as ReactKeyboardEvent, ReactElement } from 'react';
|
|
2
|
-
import type { BaseEditor, Descendant, Editor, Element as SlateElement, Node as SlateNode, NodeEntry, Text as SlateText } from 'slate';
|
|
3
|
-
import type { RenderElementProps, RenderLeafProps } from 'slate-react';
|
|
4
|
-
import { EditorElementPlugin, EditorMarkPlugin } from './plugins';
|
|
5
|
-
import type * as Slate from 'slate';
|
|
6
|
-
import { HtmlDeserializer } from '../plugins/behaviour/paste/HtmlDeserializer';
|
|
7
|
-
export type EditorDefaultElementFactory = (children: Descendant[]) => SlateElement;
|
|
8
|
-
export interface WithEssentials {
|
|
9
|
-
slate: typeof Slate;
|
|
10
|
-
htmlDeserializer: HtmlDeserializer;
|
|
11
|
-
formatVersion: number;
|
|
12
|
-
defaultElementType: string;
|
|
13
|
-
isDefaultElement: (element: SlateElement) => boolean;
|
|
14
|
-
createDefaultElement: EditorDefaultElementFactory;
|
|
15
|
-
insertBetweenBlocks: (blockEntry: NodeEntry, edge: 'before' | 'after') => void;
|
|
16
|
-
canToggleMarks: <T extends SlateText>(marks: TextSpecifics<T>) => boolean;
|
|
17
|
-
hasMarks: <T extends SlateText>(marks: TextSpecifics<T>) => boolean;
|
|
18
|
-
toggleMarks: <T extends SlateText>(marks: TextSpecifics<T>) => void;
|
|
19
|
-
canToggleElement: <E extends SlateElement>(elementType: E['type'], suchThat?: Partial<E>) => boolean;
|
|
20
|
-
isElementActive: <E extends SlateElement>(elementType: E['type'], suchThat?: Partial<E>) => boolean;
|
|
21
|
-
toggleElement: <E extends SlateElement>(elementType: E['type'], suchThat?: Partial<E>) => void;
|
|
22
|
-
acceptsAttributes: <E extends SlateElement>(elementType: E['type'], suchThat: Partial<E>) => boolean;
|
|
23
|
-
canContainAnyBlocks: (element: SlateElement | Editor) => boolean;
|
|
24
|
-
serializeNodes: (nodes: Array<Descendant>, errorMessage?: string) => string;
|
|
25
|
-
deserializeNodes: (serializedNodes: string, errorMessage?: string) => Array<SlateElement | SlateText>;
|
|
26
|
-
upgradeFormatBySingleVersion: (node: SlateNode, oldVersion: number) => SlateNode;
|
|
27
|
-
registerElement: (plugin: EditorElementPlugin<any>) => void;
|
|
28
|
-
registerMark: (plugin: EditorMarkPlugin) => void;
|
|
29
|
-
renderElement: (props: RenderElementProps) => ReactElement;
|
|
30
|
-
renderLeaf: (props: RenderLeafProps) => ReactElement;
|
|
31
|
-
renderLeafChildren: (props: Omit<RenderLeafProps, 'attributes'>) => ReactElement;
|
|
32
|
-
onDOMBeforeInput: (event: Event) => void;
|
|
33
|
-
onKeyDown: (event: ReactKeyboardEvent<HTMLDivElement>) => void;
|
|
34
|
-
onFocus: (event: ReactFocusEvent<HTMLDivElement>) => void;
|
|
35
|
-
onBlur: (event: ReactFocusEvent<HTMLDivElement>) => void;
|
|
36
|
-
}
|
|
37
|
-
export type EditorWithEssentials<E extends BaseEditor> = WithEssentials & E;
|
|
38
|
-
export interface SerializableEditorNode {
|
|
39
|
-
formatVersion: number;
|
|
40
|
-
children: Array<SlateElement | SlateText>;
|
|
41
|
-
}
|
|
42
|
-
export type TextSpecifics<Text extends SlateText> = Omit<Text, 'text'>;
|
|
43
|
-
//# sourceMappingURL=editor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../src/types/editor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,IAAI,eAAe,EAAE,aAAa,IAAI,kBAAkB,EAAE,YAAY,EAAE,MAAM,OAAO,CAAA;AAC7G,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,SAAS,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AACrI,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AACtE,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AACjE,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AACnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAA;AAE9E,MAAM,MAAM,2BAA2B,GAAG,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,YAAY,CAAA;AAElF,MAAM,WAAW,cAAc;IAC9B,KAAK,EAAE,OAAO,KAAK,CAAA;IACnB,gBAAgB,EAAE,gBAAgB,CAAA;IAClC,aAAa,EAAE,MAAM,CAAA;IACrB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,gBAAgB,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,OAAO,CAAA;IACpD,oBAAoB,EAAE,2BAA2B,CAAA;IACjD,mBAAmB,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,GAAG,OAAO,KAAK,IAAI,CAAA;IAE9E,cAAc,EAAE,CAAC,CAAC,SAAS,SAAS,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,OAAO,CAAA;IACzE,QAAQ,EAAE,CAAC,CAAC,SAAS,SAAS,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,OAAO,CAAA;IACnE,WAAW,EAAE,CAAC,CAAC,SAAS,SAAS,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IAEnE,gBAAgB,EAAE,CAAC,CAAC,SAAS,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,OAAO,CAAA;IACpG,eAAe,EAAE,CAAC,CAAC,SAAS,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,OAAO,CAAA;IACnG,aAAa,EAAE,CAAC,CAAC,SAAS,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IAC9F,iBAAiB,EAAE,CAAC,CAAC,SAAS,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,KAAK,OAAO,CAAA;IAEpG,mBAAmB,EAAE,CAAC,OAAO,EAAE,YAAY,GAAG,MAAM,KAAK,OAAO,CAAA;IAEhE,cAAc,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,MAAM,CAAA;IAC3E,gBAAgB,EAAE,CAAC,eAAe,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,KAAK,CAAC,YAAY,GAAG,SAAS,CAAC,CAAA;IAErG,4BAA4B,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,KAAK,SAAS,CAAA;IAEhF,eAAe,EAAE,CAAC,MAAM,EAAE,mBAAmB,CAAC,GAAG,CAAC,KAAK,IAAI,CAAA;IAC3D,YAAY,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAGhD,aAAa,EAAE,CAAC,KAAK,EAAE,kBAAkB,KAAK,YAAY,CAAA;IAC1D,UAAU,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,YAAY,CAAA;IACpD,kBAAkB,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,KAAK,YAAY,CAAA;IAChF,gBAAgB,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;IACxC,SAAS,EAAE,CAAC,KAAK,EAAE,kBAAkB,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IAC9D,OAAO,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IACzD,MAAM,EAAE,CAAC,KAAK,EAAE,eAAe,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;CACxD;AAED,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,UAAU,IAAI,cAAc,GAAG,CAAC,CAAA;AAE3E,MAAM,WAAW,sBAAsB;IACtC,aAAa,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,KAAK,CAAC,YAAY,GAAG,SAAS,CAAC,CAAA;CACzC;AAED,MAAM,MAAM,aAAa,CAAC,IAAI,SAAS,SAAS,IAAI,IAAI,CAAC,IAAI,EAAE,MAAM,CAAC,CAAA"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Descendant, Element as SlateElement } from 'slate';
|
|
2
|
-
import { HtmlDeserializer } from '../plugins/behaviour/paste/HtmlDeserializer';
|
|
3
|
-
export type HtmlDeserializerNextCallback = (children: NodeList | Node[], cumulativeTextAttrs: HtmlDeserializerTextAttrs) => Descendant[];
|
|
4
|
-
export interface HtmlDeserializerTextAttrs {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}
|
|
7
|
-
export type HtmlDeserializerNodesWithType = {
|
|
8
|
-
texts: Descendant[];
|
|
9
|
-
elements?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
elements: SlateElement[];
|
|
12
|
-
texts?: undefined;
|
|
13
|
-
} | null;
|
|
14
|
-
export interface HtmlDeserializerPlugin {
|
|
15
|
-
processBlockPaste?: (args: {
|
|
16
|
-
deserializer: HtmlDeserializer;
|
|
17
|
-
element: HTMLElement;
|
|
18
|
-
next: HtmlDeserializerNextCallback;
|
|
19
|
-
cumulativeTextAttrs: HtmlDeserializerTextAttrs;
|
|
20
|
-
}) => SlateElement[] | SlateElement | null;
|
|
21
|
-
processInlinePaste?: (args: {
|
|
22
|
-
deserializer: HtmlDeserializer;
|
|
23
|
-
element: HTMLElement;
|
|
24
|
-
next: HtmlDeserializerNextCallback;
|
|
25
|
-
cumulativeTextAttrs: HtmlDeserializerTextAttrs;
|
|
26
|
-
}) => Descendant[] | Descendant | null;
|
|
27
|
-
processAttributesPaste?: (args: {
|
|
28
|
-
deserializer: HtmlDeserializer;
|
|
29
|
-
element: HTMLElement;
|
|
30
|
-
cumulativeTextAttrs: HtmlDeserializerTextAttrs;
|
|
31
|
-
}) => HtmlDeserializerTextAttrs;
|
|
32
|
-
processNodeListPaste?: (args: {
|
|
33
|
-
deserializer: HtmlDeserializer;
|
|
34
|
-
nodeList: Node[];
|
|
35
|
-
cumulativeTextAttrs: HtmlDeserializerTextAttrs;
|
|
36
|
-
}) => HtmlDeserializerNodesWithType;
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=htmlDeserializer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"htmlDeserializer.d.ts","sourceRoot":"","sources":["../../../src/types/htmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,OAAO,CAAA;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAA;AAE9E,MAAM,MAAM,4BAA4B,GAAG,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,EAAE,EAAE,mBAAmB,EAAE,yBAAyB,KAAK,UAAU,EAAE,CAAA;AAExI,MAAM,WAAW,yBAAyB;IACzC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;AAED,MAAM,MAAM,6BAA6B,GACtC;IAAE,KAAK,EAAE,UAAU,EAAE,CAAC;IAAC,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,GAC7C;IAAE,QAAQ,EAAE,YAAY,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,SAAS,CAAA;CAAE,GAC/C,IAAI,CAAA;AAEP,MAAM,WAAW,sBAAsB;IACtC,iBAAiB,CAAC,EAAE,CACnB,IAAI,EAAE;QACL,YAAY,EAAE,gBAAgB,CAAA;QAC9B,OAAO,EAAE,WAAW,CAAA;QACpB,IAAI,EAAE,4BAA4B,CAAA;QAClC,mBAAmB,EAAE,yBAAyB,CAAA;KAC9C,KACG,YAAY,EAAE,GAAG,YAAY,GAAG,IAAI,CAAA;IACzC,kBAAkB,CAAC,EAAE,CACpB,IAAI,EAAE;QACL,YAAY,EAAE,gBAAgB,CAAA;QAC9B,OAAO,EAAE,WAAW,CAAA;QACpB,IAAI,EAAE,4BAA4B,CAAA;QAClC,mBAAmB,EAAE,yBAAyB,CAAA;KAC9C,KACG,UAAU,EAAE,GAAG,UAAU,GAAG,IAAI,CAAA;IACrC,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE;QAC/B,YAAY,EAAE,gBAAgB,CAAA;QAC9B,OAAO,EAAE,WAAW,CAAA;QACpB,mBAAmB,EAAE,yBAAyB,CAAA;KAC9C,KAAK,yBAAyB,CAAA;IAC/B,oBAAoB,CAAC,EAAE,CAAC,IAAI,EAAE;QAC7B,YAAY,EAAE,gBAAgB,CAAA;QAC9B,QAAQ,EAAE,IAAI,EAAE,CAAA;QAChB,mBAAmB,EAAE,yBAAyB,CAAA;KAC9C,KAAK,6BAA6B,CAAA;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA;AAClC,cAAc,WAAW,CAAA"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { Editor, Element, Path } from 'slate';
|
|
2
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
3
|
-
import { RenderElementProps, RenderLeafProps } from 'slate-react';
|
|
4
|
-
import { EntityAccessor, Environment } from '@contember/react-binding';
|
|
5
|
-
export type EditorPluginWrapperProps = {
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
editor: Editor;
|
|
8
|
-
};
|
|
9
|
-
export type EditorPlugin = ((editor: Editor) => void) | {
|
|
10
|
-
extendEditor?: (args: {
|
|
11
|
-
editor: Editor;
|
|
12
|
-
children: ReactNode;
|
|
13
|
-
environment: Environment;
|
|
14
|
-
entity: EntityAccessor;
|
|
15
|
-
}) => void;
|
|
16
|
-
OuterWrapper?: FunctionComponent<EditorPluginWrapperProps>;
|
|
17
|
-
InnerWrapper?: FunctionComponent<EditorPluginWrapperProps>;
|
|
18
|
-
staticRender?: (props: {
|
|
19
|
-
children?: ReactNode;
|
|
20
|
-
}, environment: Environment) => ReactNode;
|
|
21
|
-
};
|
|
22
|
-
export type ElementRenderer<T extends Element> = FunctionComponent<RenderElementProps & {
|
|
23
|
-
element: T;
|
|
24
|
-
}>;
|
|
25
|
-
export interface EditorElementPlugin<T extends Element> {
|
|
26
|
-
type: T['type'];
|
|
27
|
-
render: ElementRenderer<T>;
|
|
28
|
-
normalizeNode?: (args: {
|
|
29
|
-
element: T;
|
|
30
|
-
path: Path;
|
|
31
|
-
editor: Editor;
|
|
32
|
-
preventDefault: () => void;
|
|
33
|
-
}) => void;
|
|
34
|
-
isActive?: (args: {
|
|
35
|
-
editor: Editor;
|
|
36
|
-
suchThat?: Partial<T>;
|
|
37
|
-
}) => boolean;
|
|
38
|
-
isInline?: boolean;
|
|
39
|
-
isVoid?: boolean | ((args: {
|
|
40
|
-
element: T;
|
|
41
|
-
editor: Editor;
|
|
42
|
-
}) => boolean);
|
|
43
|
-
canContainAnyBlocks?: boolean;
|
|
44
|
-
toggleElement?: (args: {
|
|
45
|
-
editor: Editor;
|
|
46
|
-
suchThat?: Partial<T>;
|
|
47
|
-
}) => void;
|
|
48
|
-
acceptsAttributes?: (args: {
|
|
49
|
-
editor: Editor;
|
|
50
|
-
suchThat: Partial<T>;
|
|
51
|
-
}) => boolean;
|
|
52
|
-
}
|
|
53
|
-
export interface EditorMarkPlugin {
|
|
54
|
-
type: string;
|
|
55
|
-
isHotKey: (e: KeyboardEvent) => boolean;
|
|
56
|
-
render: FunctionComponent<RenderLeafProps>;
|
|
57
|
-
}
|
|
58
|
-
//# sourceMappingURL=plugins.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../../src/types/plugins.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACpD,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AACjE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAEtE,MAAM,MAAM,wBAAwB,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAA;AAC/E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG;IACvD,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,SAAS,CAAC;QAAC,WAAW,EAAE,WAAW,CAAC;QAAC,MAAM,EAAE,cAAc,CAAA;KAAE,KAAK,IAAI,CAAA;IACxH,YAAY,CAAC,EAAE,iBAAiB,CAAC,wBAAwB,CAAC,CAAA;IAC1D,YAAY,CAAC,EAAE,iBAAiB,CAAC,wBAAwB,CAAC,CAAA;IAC1D,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;KAAE,EAAE,WAAW,EAAE,WAAW,KAAK,SAAS,CAAA;CACvF,CAAA;AAGD,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,OAAO,IAAI,iBAAiB,CAAC,kBAAkB,GAAG;IAAE,OAAO,EAAE,CAAC,CAAA;CAAE,CAAC,CAAA;AAEvG,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,OAAO;IACrD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAA;IACf,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,CAAA;IAC1B,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,OAAO,EAAE,CAAC,CAAC;QAAC,IAAI,EAAE,IAAI,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,cAAc,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,IAAI,CAAA;IACtG,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAA;KAAE,KAAK,OAAO,CAAA;IACvE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,IAAI,EAAE;QAAE,OAAO,EAAE,CAAC,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC,CAAA;IACtE,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAA;KAAE,KAAK,IAAI,CAAA;IACzE,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAA;KAAE,KAAK,OAAO,CAAA;CAC/E;AAGD,MAAM,WAAW,gBAAgB;IAChC,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,OAAO,CAAA;IACvC,MAAM,EAAE,iBAAiB,CAAC,eAAe,CAAC,CAAA;CAC1C"}
|