@contember/react-slate-editor-base 2.1.0-beta.2 → 2.2.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/development/src/components/RichTextEditor.cjs.map +1 -1
- package/dist/development/src/components/RichTextEditor.js.map +1 -1
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.cjs.map +1 -1
- package/dist/development/src/components/triggers/EditorWrapNodeTrigger.js.map +1 -1
- package/dist/development/src/editor/createEditor.cjs.map +1 -1
- package/dist/development/src/editor/createEditor.js.map +1 -1
- package/dist/development/src/editor/createEditorWithEssentials.cjs.map +1 -1
- package/dist/development/src/editor/createEditorWithEssentials.js.map +1 -1
- package/dist/development/src/editor/index.cjs.map +1 -1
- package/dist/development/src/editor/index.js.map +1 -1
- package/dist/development/src/editor/methods/addMarks.cjs.map +1 -1
- package/dist/development/src/editor/methods/addMarks.js.map +1 -1
- package/dist/development/src/editor/methods/closestBlockEntry.cjs.map +1 -1
- package/dist/development/src/editor/methods/closestBlockEntry.js.map +1 -1
- package/dist/development/src/editor/methods/closestViableBlockContainerEntry.cjs.map +1 -1
- package/dist/development/src/editor/methods/closestViableBlockContainerEntry.js.map +1 -1
- package/dist/development/src/editor/methods/hasMarks.cjs.map +1 -1
- package/dist/development/src/editor/methods/hasMarks.js.map +1 -1
- package/dist/development/src/editor/methods/hasParentOfType.cjs.map +1 -1
- package/dist/development/src/editor/methods/hasParentOfType.js.map +1 -1
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/permissivelyDeserializeNodes.js.map +1 -1
- package/dist/development/src/editor/methods/removeMarks.cjs.map +1 -1
- package/dist/development/src/editor/methods/removeMarks.js.map +1 -1
- package/dist/development/src/editor/methods/serializeNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/serializeNodes.js.map +1 -1
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.cjs.map +1 -1
- package/dist/development/src/editor/methods/strictlyDeserializeNodes.js.map +1 -1
- package/dist/development/src/editor/methods/textToSpecifics.cjs.map +1 -1
- package/dist/development/src/editor/methods/textToSpecifics.js.map +1 -1
- package/dist/development/src/editor/methods/toLatestFormat.cjs.map +1 -1
- package/dist/development/src/editor/methods/toLatestFormat.js.map +1 -1
- package/dist/development/src/internal/utils/EditorPasteUtils.cjs.map +1 -1
- package/dist/development/src/internal/utils/EditorPasteUtils.js.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/HtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/withPaste.cjs.map +1 -1
- package/dist/development/src/plugins/behaviour/paste/withPaste.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorElement.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorModifications.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/AnchorModifications.js.map +1 -1
- package/dist/development/src/plugins/element/anchors/withAnchors.cjs.map +1 -1
- package/dist/development/src/plugins/element/anchors/withAnchors.js.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingElement.js.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/headings/withHeadings.cjs.map +1 -1
- package/dist/development/src/plugins/element/headings/withHeadings.js.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +1 -1
- package/dist/development/src/plugins/element/horizonalRules/withHorizontalRules.js.map +1 -1
- package/dist/development/src/plugins/element/lists/ListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/ListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/ListHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/lists/ListItemElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/ListItemElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/OrderedListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/UnorderedListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/dedentListItem.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/indentListItem.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/normalizeListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/transforms/toggleListElement.js.map +1 -1
- package/dist/development/src/plugins/element/lists/withLists.cjs.map +1 -1
- package/dist/development/src/plugins/element/lists/withLists.js.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphElement.js.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.cjs.map +1 -1
- package/dist/development/src/plugins/element/paragraphs/withParagraphs.js.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +1 -1
- package/dist/development/src/plugins/element/scrollTargets/withScrollTargets.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableCellElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableCellElement.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElement.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElementSelection.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableElementSelection.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableHtmlDeserializer.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableModifications.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableModifications.js.map +1 -1
- package/dist/development/src/plugins/element/tables/TableRowElement.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/TableRowElement.js.map +1 -1
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/gaugeTableColumnCount.js.map +1 -1
- package/dist/development/src/plugins/element/tables/withTables.cjs.map +1 -1
- package/dist/development/src/plugins/element/tables/withTables.js.map +1 -1
- package/dist/development/src/plugins/text/bold/boldMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/bold/boldMark.js.map +1 -1
- package/dist/development/src/plugins/text/bold/withBold.cjs.map +1 -1
- package/dist/development/src/plugins/text/bold/withBold.js.map +1 -1
- package/dist/development/src/plugins/text/code/codeMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/code/codeMark.js.map +1 -1
- package/dist/development/src/plugins/text/code/withCode.cjs.map +1 -1
- package/dist/development/src/plugins/text/code/withCode.js.map +1 -1
- package/dist/development/src/plugins/text/highlight/highlightMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/highlight/highlightMark.js.map +1 -1
- package/dist/development/src/plugins/text/highlight/withHighlight.cjs.map +1 -1
- package/dist/development/src/plugins/text/highlight/withHighlight.js.map +1 -1
- package/dist/development/src/plugins/text/italic/italicMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/italic/italicMark.js.map +1 -1
- package/dist/development/src/plugins/text/italic/withItalic.cjs.map +1 -1
- package/dist/development/src/plugins/text/italic/withItalic.js.map +1 -1
- package/dist/development/src/plugins/text/newline/withNewline.cjs.map +1 -1
- package/dist/development/src/plugins/text/newline/withNewline.js.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/strikeThroughMark.js.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +1 -1
- package/dist/development/src/plugins/text/strikeThrough/withStrikeThrough.js.map +1 -1
- package/dist/development/src/plugins/text/underline/underlineMark.cjs.map +1 -1
- package/dist/development/src/plugins/text/underline/underlineMark.js.map +1 -1
- package/dist/development/src/plugins/text/underline/withUnderline.cjs.map +1 -1
- package/dist/development/src/plugins/text/underline/withUnderline.js.map +1 -1
- package/dist/production/src/components/RichTextEditor.cjs.map +1 -1
- package/dist/production/src/components/RichTextEditor.js.map +1 -1
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.cjs.map +1 -1
- package/dist/production/src/components/triggers/EditorWrapNodeTrigger.js.map +1 -1
- package/dist/production/src/editor/createEditor.cjs.map +1 -1
- package/dist/production/src/editor/createEditor.js.map +1 -1
- package/dist/production/src/editor/createEditorWithEssentials.cjs.map +1 -1
- package/dist/production/src/editor/createEditorWithEssentials.js.map +1 -1
- package/dist/production/src/editor/index.cjs.map +1 -1
- package/dist/production/src/editor/index.js.map +1 -1
- package/dist/production/src/editor/methods/addMarks.cjs.map +1 -1
- package/dist/production/src/editor/methods/addMarks.js.map +1 -1
- package/dist/production/src/editor/methods/closestBlockEntry.cjs.map +1 -1
- package/dist/production/src/editor/methods/closestBlockEntry.js.map +1 -1
- package/dist/production/src/editor/methods/closestViableBlockContainerEntry.cjs.map +1 -1
- package/dist/production/src/editor/methods/closestViableBlockContainerEntry.js.map +1 -1
- package/dist/production/src/editor/methods/hasMarks.cjs.map +1 -1
- package/dist/production/src/editor/methods/hasMarks.js.map +1 -1
- package/dist/production/src/editor/methods/hasParentOfType.cjs.map +1 -1
- package/dist/production/src/editor/methods/hasParentOfType.js.map +1 -1
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/permissivelyDeserializeNodes.js.map +1 -1
- package/dist/production/src/editor/methods/removeMarks.cjs.map +1 -1
- package/dist/production/src/editor/methods/removeMarks.js.map +1 -1
- package/dist/production/src/editor/methods/serializeNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/serializeNodes.js.map +1 -1
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.cjs.map +1 -1
- package/dist/production/src/editor/methods/strictlyDeserializeNodes.js.map +1 -1
- package/dist/production/src/editor/methods/textToSpecifics.cjs.map +1 -1
- package/dist/production/src/editor/methods/textToSpecifics.js.map +1 -1
- package/dist/production/src/editor/methods/toLatestFormat.cjs.map +1 -1
- package/dist/production/src/editor/methods/toLatestFormat.js.map +1 -1
- package/dist/production/src/internal/utils/EditorPasteUtils.cjs.map +1 -1
- package/dist/production/src/internal/utils/EditorPasteUtils.js.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/HtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/createMarkHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/withPaste.cjs.map +1 -1
- package/dist/production/src/plugins/behaviour/paste/withPaste.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorElement.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorModifications.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/AnchorModifications.js.map +1 -1
- package/dist/production/src/plugins/element/anchors/withAnchors.cjs.map +1 -1
- package/dist/production/src/plugins/element/anchors/withAnchors.js.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingElement.js.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/headings/HeadingHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/headings/withHeadings.cjs.map +1 -1
- package/dist/production/src/plugins/element/headings/withHeadings.js.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/HorizontalRuleElement.js.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.cjs.map +1 -1
- package/dist/production/src/plugins/element/horizonalRules/withHorizontalRules.js.map +1 -1
- package/dist/production/src/plugins/element/lists/ListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/ListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/ListHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/lists/ListItemElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/ListItemElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/OrderedListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/UnorderedListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/dedentListItem.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/indentListItem.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/normalizeListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/transforms/toggleListElement.js.map +1 -1
- package/dist/production/src/plugins/element/lists/withLists.cjs.map +1 -1
- package/dist/production/src/plugins/element/lists/withLists.js.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphElement.js.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.cjs.map +1 -1
- package/dist/production/src/plugins/element/paragraphs/withParagraphs.js.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/ScrollTargetElement.js.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.cjs.map +1 -1
- package/dist/production/src/plugins/element/scrollTargets/withScrollTargets.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableCellElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableCellElement.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElement.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElementSelection.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableElementSelection.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableHtmlDeserializer.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableModifications.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableModifications.js.map +1 -1
- package/dist/production/src/plugins/element/tables/TableRowElement.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/TableRowElement.js.map +1 -1
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/gaugeTableColumnCount.js.map +1 -1
- package/dist/production/src/plugins/element/tables/withTables.cjs.map +1 -1
- package/dist/production/src/plugins/element/tables/withTables.js.map +1 -1
- package/dist/production/src/plugins/text/bold/boldMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/bold/boldMark.js.map +1 -1
- package/dist/production/src/plugins/text/bold/withBold.cjs.map +1 -1
- package/dist/production/src/plugins/text/bold/withBold.js.map +1 -1
- package/dist/production/src/plugins/text/code/codeMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/code/codeMark.js.map +1 -1
- package/dist/production/src/plugins/text/code/withCode.cjs.map +1 -1
- package/dist/production/src/plugins/text/code/withCode.js.map +1 -1
- package/dist/production/src/plugins/text/highlight/highlightMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/highlight/highlightMark.js.map +1 -1
- package/dist/production/src/plugins/text/highlight/withHighlight.cjs.map +1 -1
- package/dist/production/src/plugins/text/highlight/withHighlight.js.map +1 -1
- package/dist/production/src/plugins/text/italic/italicMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/italic/italicMark.js.map +1 -1
- package/dist/production/src/plugins/text/italic/withItalic.cjs.map +1 -1
- package/dist/production/src/plugins/text/italic/withItalic.js.map +1 -1
- package/dist/production/src/plugins/text/newline/withNewline.cjs.map +1 -1
- package/dist/production/src/plugins/text/newline/withNewline.js.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/strikeThroughMark.js.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.cjs.map +1 -1
- package/dist/production/src/plugins/text/strikeThrough/withStrikeThrough.js.map +1 -1
- package/dist/production/src/plugins/text/underline/underlineMark.cjs.map +1 -1
- package/dist/production/src/plugins/text/underline/underlineMark.js.map +1 -1
- package/dist/production/src/plugins/text/underline/withUnderline.cjs.map +1 -1
- package/dist/production/src/plugins/text/underline/withUnderline.js.map +1 -1
- package/dist/types/components/RichTextEditor.d.ts +1 -1
- package/dist/types/components/RichTextEditor.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +2 -2
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/triggers/index.d.ts +4 -4
- package/dist/types/components/triggers/index.d.ts.map +1 -1
- package/dist/types/editor/createEditor.d.ts +1 -1
- package/dist/types/editor/createEditor.d.ts.map +1 -1
- package/dist/types/editor/index.d.ts +11 -11
- package/dist/types/editor/index.d.ts.map +1 -1
- package/dist/types/editor/methods/addMarks.d.ts +1 -1
- package/dist/types/editor/methods/addMarks.d.ts.map +1 -1
- package/dist/types/editor/methods/closestBlockEntry.d.ts +1 -1
- package/dist/types/editor/methods/closestBlockEntry.d.ts.map +1 -1
- package/dist/types/editor/methods/hasMarks.d.ts +1 -1
- package/dist/types/editor/methods/hasMarks.d.ts.map +1 -1
- package/dist/types/editor/methods/index.d.ts +19 -19
- package/dist/types/editor/methods/index.d.ts.map +1 -1
- package/dist/types/editor/methods/removeMarks.d.ts +1 -1
- package/dist/types/editor/methods/removeMarks.d.ts.map +1 -1
- package/dist/types/editor/methods/textToSpecifics.d.ts +1 -1
- package/dist/types/editor/methods/textToSpecifics.d.ts.map +1 -1
- package/dist/types/editor/methods/toLatestFormat.d.ts +1 -1
- package/dist/types/editor/methods/toLatestFormat.d.ts.map +1 -1
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/internal/utils/EditorPasteUtils.d.ts +2 -2
- package/dist/types/internal/utils/EditorPasteUtils.d.ts.map +1 -1
- package/dist/types/internal/utils/index.d.ts +2 -2
- package/dist/types/internal/utils/index.d.ts.map +1 -1
- package/dist/types/plugins/attributes/alignment/index.d.ts +1 -1
- package/dist/types/plugins/attributes/alignment/index.d.ts.map +1 -1
- package/dist/types/plugins/attributes/index.d.ts +1 -1
- package/dist/types/plugins/attributes/index.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/index.d.ts +1 -1
- package/dist/types/plugins/behaviour/index.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/paste/HtmlDeserializer.d.ts +2 -2
- package/dist/types/plugins/behaviour/paste/HtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/paste/createMarkHtmlDeserializer.d.ts +1 -1
- package/dist/types/plugins/behaviour/paste/createMarkHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/behaviour/paste/index.d.ts +2 -2
- package/dist/types/plugins/behaviour/paste/index.d.ts.map +1 -1
- package/dist/types/plugins/element/anchors/AnchorElement.d.ts +1 -1
- package/dist/types/plugins/element/anchors/AnchorElement.d.ts.map +1 -1
- package/dist/types/plugins/element/anchors/AnchorHtmlDeserializer.d.ts +1 -1
- package/dist/types/plugins/element/anchors/AnchorHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/anchors/index.d.ts +3 -3
- package/dist/types/plugins/element/anchors/index.d.ts.map +1 -1
- package/dist/types/plugins/element/anchors/withAnchors.d.ts +2 -2
- package/dist/types/plugins/element/anchors/withAnchors.d.ts.map +1 -1
- package/dist/types/plugins/element/headings/HeadingElement.d.ts +2 -2
- package/dist/types/plugins/element/headings/HeadingElement.d.ts.map +1 -1
- package/dist/types/plugins/element/headings/HeadingHtmlDeserializer.d.ts +1 -1
- package/dist/types/plugins/element/headings/HeadingHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/headings/index.d.ts +3 -3
- package/dist/types/plugins/element/headings/index.d.ts.map +1 -1
- package/dist/types/plugins/element/headings/withHeadings.d.ts +2 -2
- package/dist/types/plugins/element/headings/withHeadings.d.ts.map +1 -1
- package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts +1 -1
- package/dist/types/plugins/element/horizonalRules/HorizontalRuleElement.d.ts.map +1 -1
- package/dist/types/plugins/element/horizonalRules/index.d.ts +2 -2
- package/dist/types/plugins/element/horizonalRules/index.d.ts.map +1 -1
- package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts +2 -2
- package/dist/types/plugins/element/horizonalRules/withHorizontalRules.d.ts.map +1 -1
- package/dist/types/plugins/element/index.d.ts +7 -7
- package/dist/types/plugins/element/index.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/ListElement.d.ts +2 -2
- package/dist/types/plugins/element/lists/ListElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/ListHtmlDeserializer.d.ts +1 -1
- package/dist/types/plugins/element/lists/ListHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/ListItemElement.d.ts +1 -1
- package/dist/types/plugins/element/lists/ListItemElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/OrderedListElement.d.ts +1 -1
- package/dist/types/plugins/element/lists/OrderedListElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/UnorderedListElement.d.ts +1 -1
- package/dist/types/plugins/element/lists/UnorderedListElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/index.d.ts +5 -5
- package/dist/types/plugins/element/lists/index.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/transforms/dedentListItem.d.ts +1 -1
- package/dist/types/plugins/element/lists/transforms/dedentListItem.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/transforms/indentListItem.d.ts +1 -1
- package/dist/types/plugins/element/lists/transforms/indentListItem.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/transforms/index.d.ts +4 -4
- package/dist/types/plugins/element/lists/transforms/index.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/transforms/toggleListElement.d.ts +2 -2
- package/dist/types/plugins/element/lists/transforms/toggleListElement.d.ts.map +1 -1
- package/dist/types/plugins/element/lists/withLists.d.ts +4 -4
- package/dist/types/plugins/element/lists/withLists.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/ParagraphElement.d.ts +2 -2
- package/dist/types/plugins/element/paragraphs/ParagraphElement.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/ParagraphHtmlDeserializer.d.ts +1 -1
- package/dist/types/plugins/element/paragraphs/ParagraphHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/index.d.ts +3 -3
- package/dist/types/plugins/element/paragraphs/index.d.ts.map +1 -1
- package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts +2 -2
- package/dist/types/plugins/element/paragraphs/withParagraphs.d.ts.map +1 -1
- package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts +1 -1
- package/dist/types/plugins/element/scrollTargets/ScrollTargetElement.d.ts.map +1 -1
- package/dist/types/plugins/element/scrollTargets/index.d.ts +2 -2
- package/dist/types/plugins/element/scrollTargets/index.d.ts.map +1 -1
- package/dist/types/plugins/element/scrollTargets/withScrollTargets.d.ts +2 -2
- package/dist/types/plugins/element/scrollTargets/withScrollTargets.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableCellElement.d.ts +1 -1
- package/dist/types/plugins/element/tables/TableCellElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableElement.d.ts +1 -1
- package/dist/types/plugins/element/tables/TableElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableElementSelection.d.ts +2 -2
- package/dist/types/plugins/element/tables/TableElementSelection.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableHtmlDeserializer.d.ts +1 -1
- package/dist/types/plugins/element/tables/TableHtmlDeserializer.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableModifications.d.ts +3 -3
- package/dist/types/plugins/element/tables/TableModifications.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/TableRowElement.d.ts +1 -1
- package/dist/types/plugins/element/tables/TableRowElement.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/gaugeTableColumnCount.d.ts +1 -1
- package/dist/types/plugins/element/tables/gaugeTableColumnCount.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/index.d.ts +5 -5
- package/dist/types/plugins/element/tables/index.d.ts.map +1 -1
- package/dist/types/plugins/element/tables/withTables.d.ts +4 -4
- package/dist/types/plugins/element/tables/withTables.d.ts.map +1 -1
- package/dist/types/plugins/index.d.ts +4 -4
- package/dist/types/plugins/index.d.ts.map +1 -1
- package/dist/types/plugins/text/bold/boldMark.d.ts +1 -1
- package/dist/types/plugins/text/bold/boldMark.d.ts.map +1 -1
- package/dist/types/plugins/text/bold/index.d.ts +2 -2
- package/dist/types/plugins/text/bold/index.d.ts.map +1 -1
- package/dist/types/plugins/text/bold/withBold.d.ts +1 -1
- package/dist/types/plugins/text/bold/withBold.d.ts.map +1 -1
- package/dist/types/plugins/text/code/codeMark.d.ts +1 -1
- package/dist/types/plugins/text/code/codeMark.d.ts.map +1 -1
- package/dist/types/plugins/text/code/index.d.ts +2 -2
- package/dist/types/plugins/text/code/index.d.ts.map +1 -1
- package/dist/types/plugins/text/code/withCode.d.ts +1 -1
- package/dist/types/plugins/text/code/withCode.d.ts.map +1 -1
- package/dist/types/plugins/text/highlight/highlightMark.d.ts +1 -1
- package/dist/types/plugins/text/highlight/highlightMark.d.ts.map +1 -1
- package/dist/types/plugins/text/highlight/index.d.ts +2 -2
- package/dist/types/plugins/text/highlight/index.d.ts.map +1 -1
- package/dist/types/plugins/text/highlight/withHighlight.d.ts +1 -1
- package/dist/types/plugins/text/highlight/withHighlight.d.ts.map +1 -1
- package/dist/types/plugins/text/index.d.ts +7 -7
- package/dist/types/plugins/text/index.d.ts.map +1 -1
- package/dist/types/plugins/text/italic/index.d.ts +2 -2
- package/dist/types/plugins/text/italic/index.d.ts.map +1 -1
- package/dist/types/plugins/text/italic/italicMark.d.ts +1 -1
- package/dist/types/plugins/text/italic/italicMark.d.ts.map +1 -1
- package/dist/types/plugins/text/italic/withItalic.d.ts +1 -1
- package/dist/types/plugins/text/italic/withItalic.d.ts.map +1 -1
- package/dist/types/plugins/text/newline/index.d.ts +1 -1
- package/dist/types/plugins/text/newline/index.d.ts.map +1 -1
- package/dist/types/plugins/text/newline/withNewline.d.ts +1 -1
- package/dist/types/plugins/text/newline/withNewline.d.ts.map +1 -1
- package/dist/types/plugins/text/strikeThrough/index.d.ts +2 -2
- package/dist/types/plugins/text/strikeThrough/index.d.ts.map +1 -1
- package/dist/types/plugins/text/strikeThrough/strikeThroughMark.d.ts +1 -1
- package/dist/types/plugins/text/strikeThrough/strikeThroughMark.d.ts.map +1 -1
- package/dist/types/plugins/text/strikeThrough/withStrikeThrough.d.ts +1 -1
- package/dist/types/plugins/text/strikeThrough/withStrikeThrough.d.ts.map +1 -1
- package/dist/types/plugins/text/underline/index.d.ts +2 -2
- package/dist/types/plugins/text/underline/index.d.ts.map +1 -1
- package/dist/types/plugins/text/underline/underlineMark.d.ts +1 -1
- package/dist/types/plugins/text/underline/underlineMark.d.ts.map +1 -1
- package/dist/types/plugins/text/underline/withUnderline.d.ts +1 -1
- package/dist/types/plugins/text/underline/withUnderline.d.ts.map +1 -1
- package/dist/types/slate-types.d.ts +1 -1
- package/dist/types/slate-types.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/types/editor.d.ts +2 -2
- package/dist/types/types/editor.d.ts.map +1 -1
- package/dist/types/types/htmlDeserializer.d.ts +1 -1
- package/dist/types/types/htmlDeserializer.d.ts.map +1 -1
- package/dist/types/types/index.d.ts +3 -3
- package/dist/types/types/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/RichTextEditor.tsx +3 -3
- package/src/components/index.ts +2 -2
- package/src/components/triggers/EditorWrapNodeTrigger.tsx +1 -1
- package/src/components/triggers/index.ts +4 -4
- package/src/editor/createEditor.ts +2 -2
- package/src/editor/createEditorWithEssentials.tsx +5 -5
- package/src/editor/index.ts +4 -4
- package/src/editor/methods/addMarks.ts +1 -1
- package/src/editor/methods/closestBlockEntry.ts +1 -1
- package/src/editor/methods/closestViableBlockContainerEntry.ts +1 -1
- package/src/editor/methods/hasMarks.ts +1 -1
- package/src/editor/methods/hasParentOfType.ts +1 -1
- package/src/editor/methods/index.ts +19 -19
- package/src/editor/methods/permissivelyDeserializeNodes.ts +2 -2
- package/src/editor/methods/removeMarks.ts +1 -1
- package/src/editor/methods/serializeNodes.ts +1 -1
- package/src/editor/methods/strictlyDeserializeNodes.ts +2 -2
- package/src/editor/methods/textToSpecifics.ts +1 -1
- package/src/editor/methods/toLatestFormat.ts +1 -1
- package/src/index.ts +6 -6
- package/src/internal/utils/EditorPasteUtils.ts +2 -2
- package/src/internal/utils/index.ts +2 -2
- package/src/plugins/attributes/alignment/index.ts +1 -1
- package/src/plugins/attributes/index.ts +1 -1
- package/src/plugins/behaviour/index.ts +1 -1
- package/src/plugins/behaviour/paste/HtmlDeserializer.ts +2 -2
- package/src/plugins/behaviour/paste/createMarkHtmlDeserializer.ts +1 -1
- package/src/plugins/behaviour/paste/index.ts +2 -2
- package/src/plugins/behaviour/paste/withPaste.ts +3 -3
- package/src/plugins/element/anchors/AnchorElement.ts +2 -2
- package/src/plugins/element/anchors/AnchorHtmlDeserializer.ts +1 -1
- package/src/plugins/element/anchors/AnchorModifications.ts +1 -1
- package/src/plugins/element/anchors/index.ts +3 -3
- package/src/plugins/element/anchors/withAnchors.ts +5 -5
- package/src/plugins/element/headings/HeadingElement.ts +3 -3
- package/src/plugins/element/headings/HeadingHtmlDeserializer.ts +3 -3
- package/src/plugins/element/headings/index.ts +3 -3
- package/src/plugins/element/headings/withHeadings.ts +4 -4
- package/src/plugins/element/horizonalRules/HorizontalRuleElement.ts +1 -1
- package/src/plugins/element/horizonalRules/index.ts +2 -2
- package/src/plugins/element/horizonalRules/withHorizontalRules.ts +2 -2
- package/src/plugins/element/index.ts +7 -7
- package/src/plugins/element/lists/ListElement.ts +4 -4
- package/src/plugins/element/lists/ListHtmlDeserializer.ts +6 -6
- package/src/plugins/element/lists/ListItemElement.ts +3 -3
- package/src/plugins/element/lists/OrderedListElement.ts +5 -5
- package/src/plugins/element/lists/UnorderedListElement.ts +5 -5
- package/src/plugins/element/lists/index.ts +5 -5
- package/src/plugins/element/lists/transforms/dedentListItem.ts +5 -5
- package/src/plugins/element/lists/transforms/indentListItem.ts +4 -4
- package/src/plugins/element/lists/transforms/index.ts +4 -4
- package/src/plugins/element/lists/transforms/normalizeListElement.ts +2 -2
- package/src/plugins/element/lists/transforms/toggleListElement.ts +5 -5
- package/src/plugins/element/lists/withLists.ts +8 -8
- package/src/plugins/element/paragraphs/ParagraphElement.ts +3 -3
- package/src/plugins/element/paragraphs/ParagraphHtmlDeserializer.ts +2 -2
- package/src/plugins/element/paragraphs/index.ts +3 -3
- package/src/plugins/element/paragraphs/withParagraphs.ts +4 -4
- package/src/plugins/element/scrollTargets/ScrollTargetElement.ts +1 -1
- package/src/plugins/element/scrollTargets/index.ts +2 -2
- package/src/plugins/element/scrollTargets/withScrollTargets.ts +2 -2
- package/src/plugins/element/tables/TableCellElement.ts +3 -3
- package/src/plugins/element/tables/TableElement.ts +5 -5
- package/src/plugins/element/tables/TableElementSelection.ts +2 -2
- package/src/plugins/element/tables/TableHtmlDeserializer.ts +4 -4
- package/src/plugins/element/tables/TableModifications.ts +4 -4
- package/src/plugins/element/tables/TableRowElement.ts +4 -4
- package/src/plugins/element/tables/gaugeTableColumnCount.ts +2 -2
- package/src/plugins/element/tables/index.ts +5 -5
- package/src/plugins/element/tables/withTables.ts +8 -8
- package/src/plugins/index.ts +4 -4
- package/src/plugins/text/bold/boldMark.ts +1 -1
- package/src/plugins/text/bold/index.ts +2 -2
- package/src/plugins/text/bold/withBold.ts +3 -3
- package/src/plugins/text/code/codeMark.ts +1 -1
- package/src/plugins/text/code/index.ts +2 -2
- package/src/plugins/text/code/withCode.ts +2 -2
- package/src/plugins/text/highlight/highlightMark.ts +1 -1
- package/src/plugins/text/highlight/index.ts +2 -2
- package/src/plugins/text/highlight/withHighlight.ts +2 -2
- package/src/plugins/text/index.ts +7 -7
- package/src/plugins/text/italic/index.ts +2 -2
- package/src/plugins/text/italic/italicMark.ts +1 -1
- package/src/plugins/text/italic/withItalic.ts +3 -3
- package/src/plugins/text/newline/index.ts +1 -1
- package/src/plugins/text/newline/withNewline.ts +1 -1
- package/src/plugins/text/strikeThrough/index.ts +2 -2
- package/src/plugins/text/strikeThrough/strikeThroughMark.ts +1 -1
- package/src/plugins/text/strikeThrough/withStrikeThrough.ts +3 -3
- package/src/plugins/text/underline/index.ts +2 -2
- package/src/plugins/text/underline/underlineMark.ts +1 -1
- package/src/plugins/text/underline/withUnderline.ts +3 -3
- package/src/slate-types.ts +1 -1
- package/src/types/editor.ts +2 -2
- package/src/types/htmlDeserializer.ts +1 -1
- package/src/types/index.ts +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withHorizontalRules.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/horizonalRules/withHorizontalRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgG,MAAM,OAAO,CAAA;AAC5H,OAAO,EAAE,qBAAqB,EAA0D,MAAM,
|
|
1
|
+
{"version":3,"file":"withHorizontalRules.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/horizonalRules/withHorizontalRules.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgG,MAAM,OAAO,CAAA;AAC5H,OAAO,EAAE,qBAAqB,EAA0D,MAAM,4BAA4B,CAAA;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAEzD,eAAO,MAAM,mBAAmB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,qBAAqB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAiFrI,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './anchors';
|
|
2
|
-
export * from './headings';
|
|
3
|
-
export * from './horizonalRules';
|
|
4
|
-
export * from './lists';
|
|
5
|
-
export * from './paragraphs';
|
|
6
|
-
export * from './scrollTargets';
|
|
7
|
-
export * from './tables';
|
|
1
|
+
export * from './anchors/index.js';
|
|
2
|
+
export * from './headings/index.js';
|
|
3
|
+
export * from './horizonalRules/index.js';
|
|
4
|
+
export * from './lists/index.js';
|
|
5
|
+
export * from './paragraphs/index.js';
|
|
6
|
+
export * from './scrollTargets/index.js';
|
|
7
|
+
export * from './tables/index.js';
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/element/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/element/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,2BAA2B,CAAA;AACzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor, Element, Node } from 'slate';
|
|
2
|
-
import { UnorderedListElement } from './UnorderedListElement';
|
|
3
|
-
import { OrderedListElement } from './OrderedListElement';
|
|
2
|
+
import { UnorderedListElement } from './UnorderedListElement.js';
|
|
3
|
+
import { OrderedListElement } from './OrderedListElement.js';
|
|
4
4
|
export declare const isListElement: <T extends UnorderedListElement | OrderedListElement>(element: Node, suchThat?: Partial<T>) => element is T;
|
|
5
5
|
export declare const getParentListElement: (editor: Editor) => Element | undefined;
|
|
6
6
|
//# sourceMappingURL=ListElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAA2B,IAAI,EAAqB,MAAM,OAAO,CAAA;AACzF,OAAO,EAA0B,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,OAAO,EAA2B,IAAI,EAAqB,MAAM,OAAO,CAAA;AACzF,OAAO,EAA0B,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AACxF,OAAO,EAAwB,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAIlF,eAAO,MAAM,aAAa,GAAI,CAAC,SAAS,oBAAoB,GAAG,kBAAkB,EAChF,SAAS,IAAI,EACb,WAAW,OAAO,CAAC,CAAC,CAAC,KACnB,OAAO,IAAI,CACuI,CAAA;AAErJ,eAAO,MAAM,oBAAoB,GAAI,QAAQ,MAAM,KAAG,OAAO,GAAG,SAc/D,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListHtmlDeserializer.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ListHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListHtmlDeserializer.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAIhE,MAAM,WAAW,qBAAqB;IACrC,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,2BAA2B;IAC3C,wBAAwB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,qBAAqB,CAAA;CAClE;AAUD,eAAO,MAAM,2BAA2B,GACvC,+BAAgE,2BAAgC,KAC9F,sBAuFD,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const listItemElementType: "listItem";
|
|
4
4
|
export interface ListItemElement extends SlateElement {
|
|
5
5
|
type: typeof listItemElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListItemElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAG7G,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ListItemElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/ListItemElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAG7G,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,mBAAmB,EAAG,UAAmB,CAAA;AAEtD,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACpD,IAAI,EAAE,OAAO,mBAAmB,CAAA;IAChC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,iBAAiB,GAC7B,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,eAAe,CAAC,KACjC,OAAO,IAAI,eAAwF,CAAA;AAEtG,eAAO,MAAM,qBAAqB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,eAAe,CAyClI,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const orderedListElementType: "orderedList";
|
|
4
4
|
export interface OrderedListElement extends SlateElement {
|
|
5
5
|
type: typeof orderedListElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderedListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/OrderedListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AAKzF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"OrderedListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/OrderedListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AAKzF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,sBAAsB,EAAG,aAAsB,CAAA;AAE5D,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD,IAAI,EAAE,OAAO,sBAAsB,CAAA;IACnC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,oBAAoB,GAChC,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,kBAAkB,CAAC,KACpC,OAAO,IAAI,kBAA8F,CAAA;AAE5G,eAAO,MAAM,wBAAwB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,kBAAkB,CAW3I,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const unorderedListElementType: "unorderedList";
|
|
4
4
|
export interface UnorderedListElement extends SlateElement {
|
|
5
5
|
type: typeof unorderedListElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnorderedListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/UnorderedListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AAKzF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UnorderedListElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/UnorderedListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAE,MAAM,OAAO,CAAA;AAKzF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,wBAAwB,EAAG,eAAwB,CAAA;AAEhE,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACzD,IAAI,EAAE,OAAO,wBAAwB,CAAA;IACrC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,sBAAsB,GAClC,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,oBAAoB,CAAC,KACtC,OAAO,IAAI,oBAAkG,CAAA;AAEhH,eAAO,MAAM,0BAA0B,GACtC,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAA;CAAE,KAC3D,mBAAmB,CAAC,oBAAoB,CAWzC,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './ListItemElement';
|
|
2
|
-
export * from './ListHtmlDeserializer';
|
|
3
|
-
export * from './OrderedListElement';
|
|
4
|
-
export * from './UnorderedListElement';
|
|
5
|
-
export * from './withLists';
|
|
1
|
+
export * from './ListItemElement.js';
|
|
2
|
+
export * from './ListHtmlDeserializer.js';
|
|
3
|
+
export * from './OrderedListElement.js';
|
|
4
|
+
export * from './UnorderedListElement.js';
|
|
5
|
+
export * from './withLists.js';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,gBAAgB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Editor, Path as SlatePath } from 'slate';
|
|
2
|
-
import type { ListItemElement } from '../ListItemElement';
|
|
2
|
+
import type { ListItemElement } from '../ListItemElement.js';
|
|
3
3
|
export declare const dedentListItem: (editor: Editor, listItem: ListItemElement, listItemPath: SlatePath) => boolean;
|
|
4
4
|
//# sourceMappingURL=dedentListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dedentListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/dedentListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA8C,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAEzG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"dedentListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/dedentListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA8C,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAEzG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAK5D,eAAO,MAAM,cAAc,GAC1B,QAAQ,MAAM,EACd,UAAU,eAAe,EACzB,cAAc,SAAS,KACrB,OA0DF,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Editor, Path as SlatePath } from 'slate';
|
|
2
|
-
import type { ListItemElement } from '../ListItemElement';
|
|
2
|
+
import type { ListItemElement } from '../ListItemElement.js';
|
|
3
3
|
export declare const indentListItem: (editor: Editor, listItem: ListItemElement, listItemPath: SlatePath) => boolean;
|
|
4
4
|
//# sourceMappingURL=indentListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indentListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/indentListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyD,IAAI,IAAI,SAAS,EAAoB,MAAM,OAAO,CAAA;AAE1H,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"indentListItem.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/indentListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyD,IAAI,IAAI,SAAS,EAAoB,MAAM,OAAO,CAAA;AAE1H,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAI5D,eAAO,MAAM,cAAc,GAC1B,QAAQ,MAAM,EACd,UAAU,eAAe,EACzB,cAAc,SAAS,KACrB,OA6DF,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './indentListItem';
|
|
2
|
-
export * from './dedentListItem';
|
|
3
|
-
export * from './normalizeListElement';
|
|
4
|
-
export * from './toggleListElement';
|
|
1
|
+
export * from './indentListItem.js';
|
|
2
|
+
export * from './dedentListItem.js';
|
|
3
|
+
export * from './normalizeListElement.js';
|
|
4
|
+
export * from './toggleListElement.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OrderedListElement, orderedListElementType } from '../OrderedListElement';
|
|
2
|
-
import { UnorderedListElement, unorderedListElementType } from '../UnorderedListElement';
|
|
1
|
+
import { OrderedListElement, orderedListElementType } from '../OrderedListElement.js';
|
|
2
|
+
import { UnorderedListElement, unorderedListElementType } from '../UnorderedListElement.js';
|
|
3
3
|
import { Editor } from 'slate';
|
|
4
4
|
export declare const toggleListElement: <T extends OrderedListElement | UnorderedListElement>(editor: Editor, elementType: T["type"], suchThat: Partial<T> | undefined, otherKindOfList: typeof orderedListElementType | typeof unorderedListElementType) => void;
|
|
5
5
|
//# sourceMappingURL=toggleListElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggleListElement.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/toggleListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"toggleListElement.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/element/lists/transforms/toggleListElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA;AACrF,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC3F,OAAO,EAAE,MAAM,EAAwD,MAAM,OAAO,CAAA;AAKpF,eAAO,MAAM,iBAAiB,GAAI,CAAC,SAAS,kBAAkB,GAAG,oBAAoB,EACpF,QAAQ,MAAM,EACd,aAAa,CAAC,CAAC,MAAM,CAAC,EACtB,UAAU,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS,EAChC,iBAAiB,OAAO,sBAAsB,GAAG,OAAO,wBAAwB,SAqGhF,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Editor } from 'slate';
|
|
2
|
-
import { ListItemElement } from './ListItemElement';
|
|
3
|
-
import { OrderedListElement } from './OrderedListElement';
|
|
4
|
-
import { UnorderedListElement } from './UnorderedListElement';
|
|
5
|
-
import { ElementRenderer } from '../../../types';
|
|
2
|
+
import { ListItemElement } from './ListItemElement.js';
|
|
3
|
+
import { OrderedListElement } from './OrderedListElement.js';
|
|
4
|
+
import { UnorderedListElement } from './UnorderedListElement.js';
|
|
5
|
+
import { ElementRenderer } from '../../../types/index.js';
|
|
6
6
|
export declare const withLists: ({ renderListItem, renderUnorderedList, renderOrderedList }: {
|
|
7
7
|
renderListItem: ElementRenderer<ListItemElement>;
|
|
8
8
|
renderOrderedList: ElementRenderer<OrderedListElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withLists.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/withLists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAwG,MAAM,OAAO,CAAA;AAEpI,OAAO,EAAqB,eAAe,EAAyB,MAAM,
|
|
1
|
+
{"version":3,"file":"withLists.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/lists/withLists.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAwG,MAAM,OAAO,CAAA;AAEpI,OAAO,EAAqB,eAAe,EAAyB,MAAM,sBAAsB,CAAA;AAChG,OAAO,EAAE,kBAAkB,EAA4B,MAAM,yBAAyB,CAAA;AAEtF,OAAO,EAAE,oBAAoB,EAA8B,MAAM,2BAA2B,CAAA;AAG5F,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAEzD,eAAO,MAAM,SAAS,GAAI,4DAA4D;IACrF,cAAc,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;IAChD,iBAAiB,EAAE,eAAe,CAAC,kBAAkB,CAAC,CAAA;IACtD,mBAAmB,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAA;CAC1D,MACA,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAiL9B,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
|
-
import { AlignDirection } from '../../attributes';
|
|
3
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { AlignDirection } from '../../attributes/index.js';
|
|
3
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
4
4
|
export declare const paragraphElementType: "paragraph";
|
|
5
5
|
export interface ParagraphElement extends SlateElement {
|
|
6
6
|
type: typeof paragraphElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParagraphElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAE7G,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ParagraphElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAE7G,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,oBAAoB,EAAG,WAAoB,CAAA;AAExD,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACrD,IAAI,EAAE,OAAO,oBAAoB,CAAA;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,KAAK,CAAC,EAAE,cAAc,CAAA;CACtB;AAED,eAAO,MAAM,kBAAkB,GAC9B,SAAS,SAAS,EAClB,WAAW,OAAO,CAAC,gBAAgB,CAAC,KAClC,OAAO,IAAI,gBAA0F,CAAA;AAExG,eAAO,MAAM,sBAAsB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,gBAAgB,CAuCrI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParagraphHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphHtmlDeserializer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ParagraphHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/ParagraphHtmlDeserializer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAEhE,eAAO,MAAM,yBAAyB,EAAE,sBAQvC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './ParagraphElement';
|
|
2
|
-
export * from './ParagraphHtmlDeserializer';
|
|
3
|
-
export * from './withParagraphs';
|
|
1
|
+
export * from './ParagraphElement.js';
|
|
2
|
+
export * from './ParagraphHtmlDeserializer.js';
|
|
3
|
+
export * from './withParagraphs.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,qBAAqB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor } from 'slate';
|
|
2
|
-
import { ParagraphElement } from './ParagraphElement';
|
|
3
|
-
import { ElementRenderer } from '../../../types';
|
|
2
|
+
import { ParagraphElement } from './ParagraphElement.js';
|
|
3
|
+
import { ElementRenderer } from '../../../types/index.js';
|
|
4
4
|
export declare const withParagraphs: ({ render }: {
|
|
5
5
|
render: ElementRenderer<ParagraphElement>;
|
|
6
6
|
}) => <E extends Editor>(editor: E) => E;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withParagraphs.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/withParagraphs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAmE,MAAM,OAAO,CAAA;AAE/F,OAAO,EAAsB,gBAAgB,EAAgD,MAAM,
|
|
1
|
+
{"version":3,"file":"withParagraphs.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/paragraphs/withParagraphs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAmE,MAAM,OAAO,CAAA;AAE/F,OAAO,EAAsB,gBAAgB,EAAgD,MAAM,uBAAuB,CAAA;AAE1H,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAEzD,eAAO,MAAM,cAAc,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CA8D3H,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor, Editor as SlateEditor, Element as SlateElement, Node as SlateNode } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const scrollTargetElementType: "scrollTarget";
|
|
4
4
|
export interface ScrollTargetElement extends SlateElement {
|
|
5
5
|
type: typeof scrollTargetElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollTargetElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/ScrollTargetElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAmC,MAAM,OAAO,CAAA;AAClI,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ScrollTargetElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/ScrollTargetElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,WAAW,EAAE,OAAO,IAAI,YAAY,EAAE,IAAI,IAAI,SAAS,EAAmC,MAAM,OAAO,CAAA;AAClI,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,uBAAuB,EAAG,cAAuB,CAAA;AAE9D,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACxD,IAAI,EAAE,OAAO,uBAAuB,CAAA;IACpC,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,qBAAqB,GAAI,SAAS,SAAS,KAAG,OAAO,IAAI,mBACM,CAAA;AAE5E,eAAO,MAAM,2BAA2B,GAAI,QAAQ,MAAM,YAGzD,CAAA;AAED,eAAO,MAAM,yBAAyB,GACrC,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAA;CAAE,KAC1D,mBAAmB,CAAC,mBAAmB,CAmBxC,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './ScrollTargetElement';
|
|
2
|
-
export * from './withScrollTargets';
|
|
1
|
+
export * from './ScrollTargetElement.js';
|
|
2
|
+
export * from './withScrollTargets.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,wBAAwB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor } from 'slate';
|
|
2
|
-
import { ScrollTargetElement } from './ScrollTargetElement';
|
|
3
|
-
import { ElementRenderer } from '../../../types';
|
|
2
|
+
import { ScrollTargetElement } from './ScrollTargetElement.js';
|
|
3
|
+
import { ElementRenderer } from '../../../types/index.js';
|
|
4
4
|
export declare const withScrollTargets: ({ render }: {
|
|
5
5
|
render: ElementRenderer<ScrollTargetElement>;
|
|
6
6
|
}) => <E extends Editor>(editor: E) => E;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withScrollTargets.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/withScrollTargets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,mBAAmB,EAA6B,MAAM,
|
|
1
|
+
{"version":3,"file":"withScrollTargets.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/scrollTargets/withScrollTargets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,mBAAmB,EAA6B,MAAM,0BAA0B,CAAA;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAEzD,eAAO,MAAM,iBAAiB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAA;CAAE,MAAM,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAGjI,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const tableCellElementType: "tableCell";
|
|
4
4
|
export interface TableCellElement extends SlateElement {
|
|
5
5
|
type: typeof tableCellElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCellElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableCellElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAc,MAAM,OAAO,CAAA;AAGjG,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TableCellElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableCellElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAc,MAAM,OAAO,CAAA;AAGjG,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,oBAAoB,EAAG,WAAoB,CAAA;AAExD,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACrD,IAAI,EAAE,OAAO,oBAAoB,CAAA;IACjC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,WAAW,CAAC,EAAE,KAAK,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;CACpC;AAED,eAAO,MAAM,kBAAkB,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,gBAAuF,CAAA;AAErJ,eAAO,MAAM,2BAA2B;;;;;CAGtC,CAAA;AAEF,eAAO,MAAM,sBAAsB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,gBAAgB,CAsBrI,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const tableElementType: "table";
|
|
4
4
|
export interface TableElement extends SlateElement {
|
|
5
5
|
type: typeof tableElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,MAAM,IAAI,WAAW,EAErB,OAAO,IAAI,YAAY,EACvB,IAAI,EAMJ,MAAM,OAAO,CAAA;AAKd,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TableElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,MAAM,IAAI,WAAW,EAErB,OAAO,IAAI,YAAY,EACvB,IAAI,EAMJ,MAAM,OAAO,CAAA;AAKd,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,gBAAgB,EAAG,OAAgB,CAAA;AAEhD,MAAM,WAAW,YAAa,SAAQ,YAAY;IACjD,IAAI,EAAE,OAAO,gBAAgB,CAAA;IAC7B,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;CACjC;AAED,eAAO,MAAM,cAAc,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,YAA+E,CAAA;AAEzI,eAAO,MAAM,uBAAuB,GAAI,iBAAY,EAAE,oBAAe;;;;;;;;;;;CAGnE,CAAA;AAEF,eAAO,MAAM,uBAAuB,GAAI,SAAS,YAAY,KAAG,MAE/D,CAAA;AAED,eAAO,MAAM,0BAA0B,GAAI,SAAS,YAAY,KAAG,MAGlE,CAAA;AAED,eAAO,MAAM,kBAAkB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,YAAY,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,YAAY,CA8FzH,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Editor, Path as SlatePath } from 'slate';
|
|
2
|
-
import { TableCellElement } from './TableCellElement';
|
|
3
|
-
import { TableElement } from './TableElement';
|
|
2
|
+
import { TableCellElement } from './TableCellElement.js';
|
|
3
|
+
import { TableElement } from './TableElement.js';
|
|
4
4
|
export declare const selectTableCellContents: (editor: Editor, table: TableElement | SlatePath, rowIndex: number, columnIndex: number) => void;
|
|
5
5
|
export declare const getTableCellCoordinates: (editor: Editor, element: TableCellElement) => [number, number];
|
|
6
6
|
//# sourceMappingURL=TableElementSelection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableElementSelection.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableElementSelection.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TableElementSelection.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableElementSelection.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,IAAI,IAAI,SAAS,EAAc,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAEhD,eAAO,MAAM,uBAAuB,GAAI,QAAQ,MAAM,EAAE,OAAO,YAAY,GAAG,SAAS,EAAE,UAAU,MAAM,EAAE,aAAa,MAAM,SAQ7H,CAAA;AAED,eAAO,MAAM,uBAAuB,GAAI,QAAQ,MAAM,EAAE,SAAS,gBAAgB,KAEnD,CAAC,MAAM,EAAE,MAAM,CAC5C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableHtmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TableHtmlDeserializer.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableHtmlDeserializer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAKhE,eAAO,MAAM,qBAAqB,EAAE,sBA+BnC,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Editor } from 'slate';
|
|
2
|
-
import { TableElement } from './TableElement';
|
|
3
|
-
import { TableRowElement } from './TableRowElement';
|
|
4
|
-
import { TableCellElement } from './TableCellElement';
|
|
2
|
+
import { TableElement } from './TableElement.js';
|
|
3
|
+
import { TableRowElement } from './TableRowElement.js';
|
|
4
|
+
import { TableCellElement } from './TableCellElement.js';
|
|
5
5
|
export declare class TableModifications {
|
|
6
6
|
static deleteTableColumn(editor: Editor, element: TableElement, index: number): void;
|
|
7
7
|
static addTableRow(editor: Editor, element: TableElement, index?: number): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableModifications.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableModifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyB,MAAM,OAAO,CAAA;AAErD,OAAO,EAAuD,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TableModifications.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableModifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAyB,MAAM,OAAO,CAAA;AAErD,OAAO,EAAuD,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrG,OAAO,EAAiD,eAAe,EAAuB,MAAM,sBAAsB,CAAA;AAE1H,OAAO,EAAmD,gBAAgB,EAAwB,MAAM,uBAAuB,CAAA;AAE/H,qBAAa,kBAAkB;WAChB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM;WAatE,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,CAAC,EAAE,MAAM;WAiCjE,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,CAAC,EAAE,MAAM;WA+BpE,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,gBAAgB,CAAC,SAAS,CAAC;WAUrH,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,eAAe,CAAC,aAAa,CAAC;WAexH,4BAA4B,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,CAAC,aAAa,CAAC;WAoB/H,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM;CAMjF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Editor as SlateEditor, Element as SlateElement, Node } from 'slate';
|
|
2
|
-
import { EditorElementPlugin, ElementRenderer } from '../../../types';
|
|
2
|
+
import { EditorElementPlugin, ElementRenderer } from '../../../types/index.js';
|
|
3
3
|
export declare const tableRowElementType: "tableRow";
|
|
4
4
|
export interface TableRowElement extends SlateElement {
|
|
5
5
|
type: typeof tableRowElementType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRowElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableRowElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAiC,MAAM,OAAO,CAAA;AAIpH,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TableRowElement.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/TableRowElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,WAAW,EAAW,OAAO,IAAI,YAAY,EAAE,IAAI,EAAiC,MAAM,OAAO,CAAA;AAIpH,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9E,eAAO,MAAM,mBAAmB,EAAG,UAAmB,CAAA;AAEtD,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACpD,IAAI,EAAE,OAAO,mBAAmB,CAAA;IAChC,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC,CAAA;IACjC,WAAW,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,iBAAiB,GAAI,SAAS,IAAI,KAAG,OAAO,IAAI,eAAqF,CAAA;AAElJ,eAAO,MAAM,0BAA0B,GAAI,oBAAe;;;;;;;;CAGxD,CAAA;AAEF,eAAO,MAAM,qBAAqB,GAAI,YAAY;IAAE,MAAM,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAAE,KAAG,mBAAmB,CAAC,eAAe,CAyBlI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gaugeTableColumnCount.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/gaugeTableColumnCount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"gaugeTableColumnCount.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/gaugeTableColumnCount.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAGrD,eAAO,MAAM,qBAAqB,GAAI,OAAO,YAAY,KAAG,MA+B3D,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './TableCellElement';
|
|
2
|
-
export * from './TableElement';
|
|
3
|
-
export * from './TableRowElement';
|
|
4
|
-
export * from './withTables';
|
|
5
|
-
export * from './TableModifications';
|
|
1
|
+
export * from './TableCellElement.js';
|
|
2
|
+
export * from './TableElement.js';
|
|
3
|
+
export * from './TableRowElement.js';
|
|
4
|
+
export * from './withTables.js';
|
|
5
|
+
export * from './TableModifications.js';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Editor } from 'slate';
|
|
2
|
-
import { TableCellElement } from './TableCellElement';
|
|
3
|
-
import { TableElement } from './TableElement';
|
|
4
|
-
import { TableRowElement } from './TableRowElement';
|
|
5
|
-
import { ElementRenderer } from '../../../types';
|
|
2
|
+
import { TableCellElement } from './TableCellElement.js';
|
|
3
|
+
import { TableElement } from './TableElement.js';
|
|
4
|
+
import { TableRowElement } from './TableRowElement.js';
|
|
5
|
+
import { ElementRenderer } from '../../../types/index.js';
|
|
6
6
|
export declare const withTables: ({ renderTable, renderTableCell, renderTableRow }: {
|
|
7
7
|
renderTable: ElementRenderer<TableElement>;
|
|
8
8
|
renderTableCell: ElementRenderer<TableCellElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withTables.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/withTables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0G,MAAM,OAAO,CAAA;AAEtI,OAAO,EAAsB,gBAAgB,EAA0B,MAAM,
|
|
1
|
+
{"version":3,"file":"withTables.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/element/tables/withTables.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0G,MAAM,OAAO,CAAA;AAEtI,OAAO,EAAsB,gBAAgB,EAA0B,MAAM,uBAAuB,CAAA;AACpG,OAAO,EAAuE,YAAY,EAAsB,MAAM,mBAAmB,CAAA;AAIzI,OAAO,EAAqB,eAAe,EAAyB,MAAM,sBAAsB,CAAA;AAChG,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAEzD,eAAO,MAAM,UAAU,GAAI,kDAAkD;IAC5E,WAAW,EAAE,eAAe,CAAC,YAAY,CAAC,CAAA;IAC1C,eAAe,EAAE,eAAe,CAAC,gBAAgB,CAAC,CAAA;IAClD,cAAc,EAAE,eAAe,CAAC,eAAe,CAAC,CAAA;CAChD,MACA,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,KAAG,CAkU9B,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './element';
|
|
2
|
-
export * from './attributes';
|
|
3
|
-
export * from './text';
|
|
4
|
-
export * from './behaviour';
|
|
1
|
+
export * from './element/index.js';
|
|
2
|
+
export * from './attributes/index.js';
|
|
3
|
+
export * from './text/index.js';
|
|
4
|
+
export * from './behaviour/index.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plugins/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plugins/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,sBAAsB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boldMark.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/boldMark.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"boldMark.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/boldMark.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE1D,eAAO,MAAM,QAAQ,WAAW,CAAA;AAEhC,eAAO,MAAM,cAAc,EAAE,gBAI5B,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './withBold';
|
|
2
|
-
export * from './boldMark';
|
|
1
|
+
export * from './withBold.js';
|
|
2
|
+
export * from './boldMark.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withBold.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/withBold.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"withBold.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/bold/withBold.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAGtD,eAAO,MAAM,QAAQ,QAAO,YAS3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codeMark.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/codeMark.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"codeMark.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/codeMark.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE1D,eAAO,MAAM,QAAQ,WAAW,CAAA;AAEhC,eAAO,MAAM,cAAc,EAAE,gBAI5B,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './withCode';
|
|
2
|
-
export * from './codeMark';
|
|
1
|
+
export * from './withCode.js';
|
|
2
|
+
export * from './codeMark.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withCode.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/withCode.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"withCode.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/code/withCode.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAEtD,eAAO,MAAM,QAAQ,QAAO,YAI3B,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EditorMarkPlugin } from '../../../types';
|
|
1
|
+
import { EditorMarkPlugin } from '../../../types/index.js';
|
|
2
2
|
export declare const highlightMark = "isHighlighted";
|
|
3
3
|
export declare const highlightMarkPlugin: EditorMarkPlugin;
|
|
4
4
|
//# sourceMappingURL=highlightMark.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlightMark.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/highlight/highlightMark.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"highlightMark.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/text/highlight/highlightMark.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE1D,eAAO,MAAM,aAAa,kBAAkB,CAAA;AAE5C,eAAO,MAAM,mBAAmB,EAAE,gBAIjC,CAAA"}
|