superdoc 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist/chunks/{PdfViewer-C4ilYw1S.cjs → PdfViewer-CeuX3gOe.cjs} +2 -2
- package/dist/chunks/{PdfViewer-2trl719d.es.js → PdfViewer-saAhozRR.es.js} +2 -2
- package/dist/chunks/{index-DLOjOQRL.es.js → index-C0OeGje6.es.js} +203 -63
- package/dist/chunks/{index-CEA-d7Y_.cjs → index-Dh5oVJua.cjs} +203 -63
- package/dist/chunks/{index-tvya7CfE-CGwoeCGp.es.js → index-Sn-JVHIg-BCItIT88.es.js} +1 -1
- package/dist/chunks/{index-tvya7CfE-DF5ylbKU.cjs → index-Sn-JVHIg-BxOp3gSx.cjs} +1 -1
- package/dist/chunks/{super-editor.es-DvdAXVMu.cjs → super-editor.es-BKljkYUU.cjs} +34461 -20435
- package/dist/chunks/{super-editor.es-CtZI-Vuw.es.js → super-editor.es-Dcz39nKY.es.js} +34462 -20436
- package/dist/packages/superdoc/src/components/CommentsLayer/comment-schemas.d.ts +10 -10
- package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts +5 -5
- package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -1
- package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts +4 -4
- package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -1
- package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts +1 -1
- package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -1
- package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts +3 -3
- package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts.map +1 -1
- package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts +20 -10
- package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts.map +1 -1
- package/dist/packages/superdoc/src/composables/use-ai.d.ts +2 -2
- package/dist/packages/superdoc/src/composables/use-ai.d.ts.map +1 -1
- package/dist/packages/superdoc/src/composables/use-document.d.ts +6 -4
- package/dist/packages/superdoc/src/composables/use-document.d.ts.map +1 -1
- package/dist/packages/superdoc/src/composables/use-selected-text.d.ts +1 -1
- package/dist/packages/superdoc/src/composables/use-selected-text.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts +112 -86
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts +4 -4
- package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts +4 -4
- package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/collaboration/permissions.d.ts +5 -5
- package/dist/packages/superdoc/src/core/create-app.d.ts +1 -1
- package/dist/packages/superdoc/src/core/create-app.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/helpers/file.d.ts +10 -10
- package/dist/packages/superdoc/src/core/helpers/file.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/types/index.d.ts +179 -151
- package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
- package/dist/packages/superdoc/src/stores/comments-store.d.ts +57 -57
- package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
- package/dist/packages/superdoc/src/stores/superdoc-store.d.ts +207 -207
- package/dist/style.css +137 -151
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-CxQmuaq-.js → converter-BFGB7hqj.js} +333 -240
- package/dist/super-editor/chunks/{docx-zipper-BOUAmGYe.js → docx-zipper-OPbzIk16.js} +1 -1
- package/dist/super-editor/chunks/{editor-OEgrlSXo.js → editor-CtI4XnMw.js} +33889 -20131
- package/dist/super-editor/chunks/{index-tvya7CfE.js → index-Sn-JVHIg.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-D_8gl9oa.js → toolbar-BydALv4o.js} +11 -12
- package/dist/super-editor/converter.es.js +2 -2
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/style.css +110 -109
- package/dist/super-editor/super-editor.es.js +701 -266
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +4 -3
- package/dist/super-editor.es.js +2 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +29737 -15850
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts +0 -25
- package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts +0 -9
- package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts +0 -72
- package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts +0 -9
- package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts +0 -461
- package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts +0 -17
- package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts +0 -77
- package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts +0 -15
- package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts +0 -19
- package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts +0 -7
- package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts +0 -6
- package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts +0 -6
- package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts +0 -5
- package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts +0 -507
- package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts +0 -62
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts +0 -54
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts +0 -46
- package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts +0 -5
- package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/Attribute.d.ts +0 -126
- package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/CommandService.d.ts +0 -64
- package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts +0 -63
- package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/Editor.d.ts +0 -391
- package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +0 -49
- package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/Extension.d.ts +0 -33
- package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +0 -60
- package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/InputRule.d.ts +0 -61
- package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/Mark.d.ts +0 -36
- package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/Node.d.ts +0 -92
- package/dist/super-editor/super-editor/src/core/Node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +0 -27
- package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/Schema.d.ts +0 -34
- package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +0 -15
- package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/command.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/commands/command.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/first.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/commands/first.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/index.d.ts +0 -44
- package/dist/super-editor/super-editor/src/core/commands/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts +0 -11
- package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/lineHeight.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/commands/lineHeight.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts +0 -127
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/textIndent.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/textIndent.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts +0 -43
- package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +0 -12
- package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts +0 -28
- package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/extensions/index.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/extensions/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +0 -10
- package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts +0 -21
- package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +0 -53
- package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts +0 -444
- package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts +0 -13
- package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +0 -14
- package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts +0 -11
- package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts +0 -20
- package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts +0 -35
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts +0 -12
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +0 -16
- package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +0 -15
- package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/index.d.ts +0 -31
- package/dist/super-editor/super-editor/src/core/helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +0 -72
- package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +0 -11
- package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts +0 -21
- package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/index.d.ts +0 -19
- package/dist/super-editor/super-editor/src/core/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +0 -19
- package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/migrations/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/migrations/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/schema-summary.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/schema-summary.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts +0 -193
- package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts +0 -924
- package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +0 -144
- package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts +0 -10
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts +0 -22
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts +0 -25
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +0 -70
- package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +0 -72
- package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts +0 -13
- package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts +0 -17
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +0 -444
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +0 -14
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts +0 -18
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +0 -73
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +0 -10
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts +0 -25
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +0 -23
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +0 -43
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts +0 -38
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts +0 -14
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +0 -84
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts +0 -15
- package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts +0 -18
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts +0 -11
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +0 -81
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts +0 -4
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +0 -13
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts +0 -11
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +0 -25
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +0 -15
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +0 -10
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +0 -81
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +0 -33
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +0 -10
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +0 -13
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts +0 -17
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +0 -5
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +0 -31
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +0 -19
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts +0 -39
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +0 -223
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts +0 -8
- package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts +0 -59
- package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts +0 -62
- package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts +0 -17
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts +0 -27
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +0 -23
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts +0 -25
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +0 -25
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts +0 -13
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +0 -14
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +0 -32
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts +0 -118
- package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts +0 -265
- package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts +0 -144
- package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts +0 -35
- package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts +0 -73
- package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/types/index.d.ts +0 -129
- package/dist/super-editor/super-editor/src/core/types/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +0 -13
- package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts +0 -17
- package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/index.d.ts +0 -11
- package/dist/super-editor/super-editor/src/core/utilities/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts +0 -6
- package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts +0 -2
- package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts +0 -9
- package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts +0 -7
- package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts +0 -4
- package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +0 -10
- package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +0 -5
- package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts +0 -5
- package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +0 -57
- package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +0 -32
- package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +0 -27
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +0 -13
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +0 -11
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +0 -45
- package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/color/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/color/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts +0 -16
- package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +0 -20
- package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts +0 -15
- package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +0 -66
- package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts +0 -4
- package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +0 -91
- package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +0 -59
- package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +0 -34
- package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/document/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/document/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +0 -38
- package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts +0 -33
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +0 -6
- package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +0 -31
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +0 -11
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +0 -48
- package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +0 -82
- package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +0 -43
- package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +0 -17
- package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +0 -36
- package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +0 -31
- package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +0 -25
- package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/history/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/history/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +0 -86
- package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +0 -4
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +0 -6
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +0 -13
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts +0 -10
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts +0 -18
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +0 -5
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +0 -28
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/image/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/image/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/index.d.ts +0 -85
- package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +0 -22
- package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +0 -57
- package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/link/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/link/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +0 -78
- package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts +0 -5
- package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +0 -41
- package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts +0 -18
- package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +0 -34
- package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +0 -19
- package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +0 -66
- package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +0 -10
- package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts +0 -26
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +0 -30
- package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +0 -37
- package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/dropcapPlugin.d.ts +0 -4
- package/dist/super-editor/super-editor/src/extensions/paragraph/dropcapPlugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +0 -43
- package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +0 -20
- package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +0 -12
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/run/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/run/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/search/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/search/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts +0 -111
- package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +0 -46
- package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +0 -37
- package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts +0 -22
- package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +0 -34
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +0 -14
- package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +0 -21
- package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +0 -10
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +0 -10
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +0 -25
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts +0 -16
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts +0 -12
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +0 -106
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts +0 -6
- package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +0 -38
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +0 -99
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +0 -43
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +0 -14
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts +0 -19
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +0 -14
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +0 -15
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +0 -14
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +0 -15
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts +0 -53
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +0 -29
- package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +0 -37
- package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +0 -23
- package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/table/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +0 -562
- package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts +0 -140
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts +0 -12
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts +0 -61
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +0 -4
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts +0 -43
- package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +0 -195
- package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +0 -34
- package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +0 -8
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +0 -189
- package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/text/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +0 -17
- package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +0 -25
- package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +0 -30
- package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +0 -30
- package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts +0 -4
- package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +0 -200
- package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +0 -11
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +0 -7
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +0 -9
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts +0 -13
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +0 -6
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts +0 -40
- package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts +0 -57
- package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts +0 -83
- package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +0 -46
- package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts +0 -28
- package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts +0 -2
- package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +0 -3
- package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/index.d.ts +0 -38
- package/dist/super-editor/super-editor/src/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/main.d.ts +0 -2
- package/dist/super-editor/super-editor/src/main.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts +0 -482
- package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts +0 -2
- package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts +0 -33
- package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +0 -9
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts +0 -3
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts +0 -24
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts +0 -15
- package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts +0 -3
- package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts +0 -8
- package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts +0 -2
- package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts +0 -25
- package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts +0 -3
- package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts.map +0 -1
- package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts +0 -3
- package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts.map +0 -1
- package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts +0 -158
- package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/pagination/pagination.js"],"names":[],"mappings":"AAyBA;;;;GAsQG;0BA7RuB,oBAAoB"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Factory that tracks numbering counters, restart settings, and cached paths
|
|
3
|
-
* for list rendering. Each instance is meant to be scoped to a document view.
|
|
4
|
-
*
|
|
5
|
-
* @returns {{
|
|
6
|
-
* setStartSettings: (numId: string | number, level: number, startValue: number, restartValue?: number) => void,
|
|
7
|
-
* setCounter: (numId: string | number, level: number, pos: number, value: number) => void,
|
|
8
|
-
* getCounter: (numId: string | number, level: number, pos: number) => number | null,
|
|
9
|
-
* calculateCounter: (numId: string | number, level: number, pos: number) => number,
|
|
10
|
-
* getAncestorsPath: (numId: string | number, level: number, pos: number) => number[],
|
|
11
|
-
* calculatePath: (numId: string | number, level: number, pos: number) => number[],
|
|
12
|
-
* getCountersMap: () => Record<string, Record<string, Record<string, number>>>,
|
|
13
|
-
* _clearCache: () => void,
|
|
14
|
-
* enableCache: () => void,
|
|
15
|
-
* disableCache: () => void
|
|
16
|
-
* }}
|
|
17
|
-
*/
|
|
18
|
-
export function NumberingManager(): {
|
|
19
|
-
setStartSettings: (numId: string | number, level: number, startValue: number, restartValue?: number) => void;
|
|
20
|
-
setCounter: (numId: string | number, level: number, pos: number, value: number) => void;
|
|
21
|
-
getCounter: (numId: string | number, level: number, pos: number) => number | null;
|
|
22
|
-
calculateCounter: (numId: string | number, level: number, pos: number) => number;
|
|
23
|
-
getAncestorsPath: (numId: string | number, level: number, pos: number) => number[];
|
|
24
|
-
calculatePath: (numId: string | number, level: number, pos: number) => number[];
|
|
25
|
-
getCountersMap: () => Record<string, Record<string, Record<string, number>>>;
|
|
26
|
-
_clearCache: () => void;
|
|
27
|
-
enableCache: () => void;
|
|
28
|
-
disableCache: () => void;
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=NumberingManager.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NumberingManager.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/NumberingManager.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,oCAba;IACR,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7G,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxF,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAC;IAClF,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACjF,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,EAAE,CAAC;IACnF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,EAAE,CAAC;IAChF,cAAc,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IAC7E,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,IAAI,CAAA;CACzB,CAgTH"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ProseMirror node view that renders paragraphs, including special handling for
|
|
3
|
-
* numbered/bulleted lists so marker/separator elements stay in sync with docx
|
|
4
|
-
* layout expectations.
|
|
5
|
-
*/
|
|
6
|
-
export class ParagraphNodeView {
|
|
7
|
-
/**
|
|
8
|
-
* @param {import('prosemirror-model').Node} node Current paragraph node.
|
|
9
|
-
* @param {import('../../core/Editor').Editor} editor Editor instance providing schema/helpers.
|
|
10
|
-
* @param {() => number} getPos Position getter provided by ProseMirror.
|
|
11
|
-
* @param {import('prosemirror-view').Decoration[]} decorations Decorations applied to this node.
|
|
12
|
-
* @param {Record<string, unknown>} extensionAttrs Extra attributes declared by the paragraph extension.
|
|
13
|
-
*/
|
|
14
|
-
constructor(node: import("prosemirror-model").Node, editor: import("../../core/Editor").Editor, getPos: () => number, decorations: import("prosemirror-view").Decoration[], extensionAttrs: Record<string, unknown>);
|
|
15
|
-
node: import("prosemirror-model").Node;
|
|
16
|
-
editor: import("@core/index.js").Editor;
|
|
17
|
-
getPos: () => number;
|
|
18
|
-
decorations: import("prosemirror-view").Decoration[];
|
|
19
|
-
extensionAttrs: Record<string, unknown>;
|
|
20
|
-
_animationFrameRequest: any;
|
|
21
|
-
dom: HTMLParagraphElement;
|
|
22
|
-
contentDOM: HTMLSpanElement;
|
|
23
|
-
/**
|
|
24
|
-
* @param {import('prosemirror-model').Node} node
|
|
25
|
-
* @param {import('prosemirror-view').Decoration[]} decorations
|
|
26
|
-
*/
|
|
27
|
-
update(node: import("prosemirror-model").Node, decorations: import("prosemirror-view").Decoration[]): boolean;
|
|
28
|
-
/**
|
|
29
|
-
* @param {MutationRecord} mutation
|
|
30
|
-
*/
|
|
31
|
-
ignoreMutation(mutation: MutationRecord): boolean;
|
|
32
|
-
marker: HTMLSpanElement;
|
|
33
|
-
separator: HTMLSpanElement | Text;
|
|
34
|
-
destroy(): void;
|
|
35
|
-
#private;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=ParagraphNodeView.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ParagraphNodeView.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/ParagraphNodeView.js"],"names":[],"mappings":"AAOA;;;;GAIG;AACH;IACE;;;;;;OAMG;IACH,kBANW,OAAO,mBAAmB,EAAE,IAAI,UAChC,OAAO,mBAAmB,EAAE,MAAM,UAClC,MAAM,MAAM,eACZ,OAAO,kBAAkB,EAAE,UAAU,EAAE,kBACvC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EA0BjC;IAvBC,uCAAgB;IAChB,wCAAoB;IACpB,cAPe,MAAM,CAOD;IACpB,qDAA8B;IAC9B,wCAAoC;IACpC,4BAAkC;IAIlC,0BAAsC;IACtC,4BAAgD;IAelD;;;OAGG;IACH,aAHW,OAAO,mBAAmB,EAAE,IAAI,eAChC,OAAO,kBAAkB,EAAE,UAAU,EAAE,WA2BjD;IAsDD;;OAEG;IACH,yBAFW,cAAc,WA+BxB;IAmBG,wBAA4C;IAe1C,kCAA+C;IA4LrD,gBAEC;;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropcapPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/dropcapPlugin.js"],"names":[],"mappings":"AAIA,wEAwIC;8BA3IyC,kBAAkB;uBAD1B,mBAAmB"}
|
package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getDefaultSpacing.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/paragraph/helpers/getDefaultSpacing.js"],"names":[],"mappings":"AAAO;;;;;EAKL"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/index.js"],"names":[],"mappings":""}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Create a ProseMirror plugin that keeps `listRendering` data in sync with the
|
|
3
|
-
* underlying Word numbering definitions.
|
|
4
|
-
*
|
|
5
|
-
* @param {import('../../core/Editor').Editor} editor The active editor instance.
|
|
6
|
-
* @returns {import('prosemirror-state').Plugin}
|
|
7
|
-
*/
|
|
8
|
-
export function createNumberingPlugin(editor: import("../../core/Editor").Editor): import("prosemirror-state").Plugin;
|
|
9
|
-
//# sourceMappingURL=numberingPlugin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"numberingPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/numberingPlugin.js"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,8CAHW,OAAO,mBAAmB,EAAE,MAAM,GAChC,OAAO,mBAAmB,EAAE,MAAM,CA4H9C"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Configuration options for Paragraph
|
|
3
|
-
* @typedef {Object} ParagraphOptions
|
|
4
|
-
* @category Options
|
|
5
|
-
* @property {number[]} [headingLevels=[1,2,3,4,5,6]] - Supported heading levels
|
|
6
|
-
* @property {Object} [htmlAttributes={}] - HTML attributes for paragraph elements
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Attributes for paragraph nodes
|
|
10
|
-
* @typedef {Object} ParagraphAttributes
|
|
11
|
-
* @category Attributes
|
|
12
|
-
* @property {Object} [extraAttrs={}] - Additional HTML attributes
|
|
13
|
-
* @property {string} [class] - CSS class name
|
|
14
|
-
* @property {string} [sdBlockId] @internal - Internal block tracking ID
|
|
15
|
-
* @property {string} [paraId] @internal - Paragraph identifier
|
|
16
|
-
* @property {string} [textId] @internal - Text identifier
|
|
17
|
-
* @property {string} [rsidR] @internal - Revision save ID
|
|
18
|
-
* @property {string} [rsidRDefault] @internal - Default revision save ID
|
|
19
|
-
* @property {string} [rsidP] @internal - Paragraph revision save ID
|
|
20
|
-
* @property {string} [rsidRPr] @internal - Run properties revision save ID
|
|
21
|
-
* @property {string} [rsidDel] @internal - Deletion revision save ID
|
|
22
|
-
* @property {Object} [attributes] @internal - Internal attributes storage
|
|
23
|
-
* @property {string} [filename] @internal - Associated filename
|
|
24
|
-
* @property {Object} [paragraphProperties] @internal - Internal paragraph properties
|
|
25
|
-
* @property {Object} [dropcap] @internal - Drop cap configuration
|
|
26
|
-
* @property {string} [pageBreakSource] @internal - Page break source
|
|
27
|
-
*/
|
|
28
|
-
/**
|
|
29
|
-
* @module Paragraph
|
|
30
|
-
* @sidebarTitle Paragraph
|
|
31
|
-
* @snippetPath /snippets/extensions/paragraph.mdx
|
|
32
|
-
*/
|
|
33
|
-
export const Paragraph: OxmlNode<Record<string, never>, Record<string, never>>;
|
|
34
|
-
/**
|
|
35
|
-
* Configuration options for Paragraph
|
|
36
|
-
*/
|
|
37
|
-
export type ParagraphOptions = any;
|
|
38
|
-
/**
|
|
39
|
-
* Attributes for paragraph nodes
|
|
40
|
-
*/
|
|
41
|
-
export type ParagraphAttributes = any;
|
|
42
|
-
import { OxmlNode } from '@core/index.js';
|
|
43
|
-
//# sourceMappingURL=paragraph.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AA0BA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;;GAIG;AACH,+EA0QG;;;;;;;;;yBAtUiC,gBAAgB"}
|
package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolvedPropertiesCache.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/resolvedPropertiesCache.js"],"names":[],"mappings":"AAKA,+DAEC;AAED,6FAiBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/placeholder/index.js"],"names":[],"mappings":""}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Configuration options for Placeholder
|
|
3
|
-
* @typedef {Object} PlaceholderOptions
|
|
4
|
-
* @category Options
|
|
5
|
-
* @property {string} [placeholder='Type something...'] - Placeholder text to display when editor is empty
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* @module Placeholder
|
|
9
|
-
* @sidebarTitle Placeholder
|
|
10
|
-
* @snippetPath /snippets/extensions/placeholder.mdx
|
|
11
|
-
*/
|
|
12
|
-
export const Placeholder: Extension<{
|
|
13
|
-
placeholder: string;
|
|
14
|
-
}, Record<string, never>>;
|
|
15
|
-
/**
|
|
16
|
-
* Configuration options for Placeholder
|
|
17
|
-
*/
|
|
18
|
-
export type PlaceholderOptions = any;
|
|
19
|
-
import { Extension } from '@core/Extension.js';
|
|
20
|
-
//# sourceMappingURL=placeholder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"placeholder.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/placeholder/placeholder.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;GAIG;AACH;;0BAyCG;;;;;0BAvDuB,oBAAoB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/popover-plugin/index.js"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module PopoverPlugin
|
|
3
|
-
* @sidebarTitle Popover Plugin
|
|
4
|
-
* @snippetPath /snippets/extensions/popover-plugin.mdx
|
|
5
|
-
*/
|
|
6
|
-
export const PopoverPlugin: Extension<{}, Record<string, never>>;
|
|
7
|
-
/**
|
|
8
|
-
* Configuration options for PopoverPlugin
|
|
9
|
-
*/
|
|
10
|
-
export type PopoverPluginOptions = any;
|
|
11
|
-
import { Extension } from '@core/Extension.js';
|
|
12
|
-
//# sourceMappingURL=popover-plugin.d.ts.map
|
package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"popover-plugin.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/popover-plugin/popover-plugin.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH,iEA2CG;;;;;0BA9DuB,oBAAoB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/run/commands/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split-run.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/run/commands/split-run.js"],"names":[],"mappings":"AA0BA,oEA+CC;AAhEM,4BAFM,OAAO,sBAAsB,EAAE,OAAO,CAiBlD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/run/index.js"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Run node emulates OOXML w:r (run) boundaries while remaining transparent to layout.
|
|
3
|
-
* It carries run-level metadata (runProperties, rsid attributes) without affecting visual style.
|
|
4
|
-
*/
|
|
5
|
-
export const Run: OxmlNode<Record<string, never>, Record<string, never>>;
|
|
6
|
-
import { OxmlNode } from '@core/index.js';
|
|
7
|
-
//# sourceMappingURL=run.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/run/run.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH,yEAyDG;yBAhEiC,gBAAgB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/search/index.js"],"names":[],"mappings":""}
|
package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts
DELETED
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
export function __searchTextContent(node: any): any;
|
|
2
|
-
export class SearchQuery {
|
|
3
|
-
/**
|
|
4
|
-
Create a query object.
|
|
5
|
-
*/
|
|
6
|
-
constructor(config: any);
|
|
7
|
-
search: any;
|
|
8
|
-
caseSensitive: boolean;
|
|
9
|
-
literal: boolean;
|
|
10
|
-
regexp: boolean;
|
|
11
|
-
replace: any;
|
|
12
|
-
valid: boolean;
|
|
13
|
-
wholeWord: boolean;
|
|
14
|
-
filter: any;
|
|
15
|
-
impl: {
|
|
16
|
-
findNext(): any;
|
|
17
|
-
findPrev(): any;
|
|
18
|
-
} | RegExpQuery | StringQuery;
|
|
19
|
-
/**
|
|
20
|
-
Compare this query to another query.
|
|
21
|
-
*/
|
|
22
|
-
eq(other: any): boolean;
|
|
23
|
-
/**
|
|
24
|
-
Find the next occurrence of this query in the given range.
|
|
25
|
-
*/
|
|
26
|
-
findNext(state: any, from?: number, to?: any): any;
|
|
27
|
-
/**
|
|
28
|
-
Find the previous occurrence of this query in the given range.
|
|
29
|
-
Note that, if `to` is given, it should be _less_ than `from`.
|
|
30
|
-
*/
|
|
31
|
-
findPrev(state: any, from?: any, to?: number): any;
|
|
32
|
-
/**
|
|
33
|
-
@internal
|
|
34
|
-
*/
|
|
35
|
-
checkResult(state: any, result: any): any;
|
|
36
|
-
/**
|
|
37
|
-
@internal
|
|
38
|
-
*/
|
|
39
|
-
unquote(string: any): any;
|
|
40
|
-
/**
|
|
41
|
-
Get the ranges that should be replaced for this result. This can
|
|
42
|
-
return multiple ranges when `this.replace` contains
|
|
43
|
-
`$1`/`$&`-style placeholders, in which case the preserved
|
|
44
|
-
content is skipped by the replacements.
|
|
45
|
-
|
|
46
|
-
Ranges are sorted by position, and `from`/`to` positions all
|
|
47
|
-
refer to positions in `state.doc`. When applying these, you'll
|
|
48
|
-
want to either apply them from back to front, or map these
|
|
49
|
-
positions through your transaction's current mapping.
|
|
50
|
-
*/
|
|
51
|
-
getReplacements(state: any, result: any): {
|
|
52
|
-
from: any;
|
|
53
|
-
to: any;
|
|
54
|
-
insert: Slice;
|
|
55
|
-
}[];
|
|
56
|
-
}
|
|
57
|
-
export function findNext(state: any, dispatch: any): boolean;
|
|
58
|
-
export function findNextNoWrap(state: any, dispatch: any): boolean;
|
|
59
|
-
export function findPrev(state: any, dispatch: any): boolean;
|
|
60
|
-
export function findPrevNoWrap(state: any, dispatch: any): boolean;
|
|
61
|
-
/**
|
|
62
|
-
Access the decoration set holding the currently highlighted search
|
|
63
|
-
matches in the document.
|
|
64
|
-
*/
|
|
65
|
-
export function getMatchHighlights(state: any): any;
|
|
66
|
-
/**
|
|
67
|
-
Get the current active search query and searched range. Will
|
|
68
|
-
return `undefined` is the search plugin isn't active.
|
|
69
|
-
*/
|
|
70
|
-
export function getSearchState(state: any): any;
|
|
71
|
-
/**
|
|
72
|
-
Replace all instances of the search query.
|
|
73
|
-
*/
|
|
74
|
-
export function replaceAll(state: any, dispatch: any): boolean;
|
|
75
|
-
export function replaceCurrent(state: any, dispatch: any): boolean;
|
|
76
|
-
export function replaceNext(state: any, dispatch: any): boolean;
|
|
77
|
-
export function replaceNextNoWrap(state: any, dispatch: any): boolean;
|
|
78
|
-
/**
|
|
79
|
-
Returns a plugin that stores a current search query and searched
|
|
80
|
-
range, and highlights matches of the query.
|
|
81
|
-
*/
|
|
82
|
-
export function search(options?: {}): Plugin<SearchState>;
|
|
83
|
-
/**
|
|
84
|
-
Add metadata to a transaction that updates the active search query
|
|
85
|
-
and searched range, when dispatched.
|
|
86
|
-
*/
|
|
87
|
-
export function setSearchState(tr: any, query: any, range?: any): any;
|
|
88
|
-
declare class RegExpQuery {
|
|
89
|
-
constructor(query: any);
|
|
90
|
-
query: any;
|
|
91
|
-
regexp: RegExp;
|
|
92
|
-
findNext(state: any, from: any, to: any): any;
|
|
93
|
-
findPrev(state: any, from: any, to: any): any;
|
|
94
|
-
}
|
|
95
|
-
declare class StringQuery {
|
|
96
|
-
constructor(query: any);
|
|
97
|
-
query: any;
|
|
98
|
-
string: any;
|
|
99
|
-
findNext(state: any, from: any, to: any): any;
|
|
100
|
-
findPrev(state: any, from: any, to: any): any;
|
|
101
|
-
}
|
|
102
|
-
import { Slice } from 'prosemirror-model';
|
|
103
|
-
declare class SearchState {
|
|
104
|
-
constructor(query: any, range: any, deco: any);
|
|
105
|
-
query: any;
|
|
106
|
-
range: any;
|
|
107
|
-
deco: any;
|
|
108
|
-
}
|
|
109
|
-
import { Plugin } from 'prosemirror-state';
|
|
110
|
-
export {};
|
|
111
|
-
//# sourceMappingURL=prosemirror-search-patched.d.ts.map
|
package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prosemirror-search-patched.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/search/prosemirror-search-patched.js"],"names":[],"mappings":"AAwPA,oDAaC;AA9PD;IACE;;QAEI;IACJ,yBAUC;IATC,YAA2B;IAC3B,uBAA2C;IAC3C,iBAA+B;IAC/B,gBAA6B;IAC7B,aAAmC;IACnC,eAAyE;IACzE,mBAAmC;IACnC,YAAmC;IACnC;;;kCAAiG;IAEnG;;QAEI;IACJ,wBAQC;IACD;;QAEI;IACJ,mDAOC;IACD;;;QAGI;IACJ,mDAOC;IACD;;QAEI;IACJ,0CAKC;IACD;;QAEI;IACJ,0BAIC;IACD;;;;;;;;;;QAUI;IACJ;;;;QAkCC;CACF;AAwWQ,6DASN;AATM,mEASN;AATM,6DASN;AATM,mEASN;AArCH;;;EAGE;AACF,oDAGC;AAdD;;;EAGE;AACF,gDAEC;AAyGD;;EAEE;AACF,+DAwBC;AAtEQ,mEAyBN;AAzBM,gEAyBN;AAzBM,sEAyBN;AA9HH;;;EAGE;AACF,0DA4BC;AAgBD;;;EAGE;AACF,sEAEC;AA7SD;IACE,wBAGC;IAFC,WAAkB;IAClB,eAAoF;IAEtF,8CAWC;IACD,8CAiBC;CACF;AAvED;IACE,wBAKC;IAJC,WAAkB;IAGlB,YAAoB;IAEtB,8CAYC;IACD,8CAaC;CACF;sBA9J+B,mBAAmB;AAiYnD;IACE,+CAIC;IAHC,WAAkB;IAClB,WAAkB;IAClB,UAAgB;CAEnB;uBAzYgD,mBAAmB"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Search match object
|
|
3
|
-
* @typedef {Object} SearchMatch
|
|
4
|
-
* @property {string} text - Found text
|
|
5
|
-
* @property {number} from - From position
|
|
6
|
-
* @property {number} to - To position
|
|
7
|
-
* @property {string} id - ID of the search match
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Configuration options for Search
|
|
11
|
-
* @typedef {Object} SearchOptions
|
|
12
|
-
* @category Options
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* @module Search
|
|
16
|
-
* @sidebarTitle Search
|
|
17
|
-
* @snippetPath /snippets/extensions/search.mdx
|
|
18
|
-
*/
|
|
19
|
-
export const Search: Extension<Record<string, never>, Record<string, never>>;
|
|
20
|
-
/**
|
|
21
|
-
* Search match object
|
|
22
|
-
*/
|
|
23
|
-
export type SearchMatch = {
|
|
24
|
-
/**
|
|
25
|
-
* - Found text
|
|
26
|
-
*/
|
|
27
|
-
text: string;
|
|
28
|
-
/**
|
|
29
|
-
* - From position
|
|
30
|
-
*/
|
|
31
|
-
from: number;
|
|
32
|
-
/**
|
|
33
|
-
* - To position
|
|
34
|
-
*/
|
|
35
|
-
to: number;
|
|
36
|
-
/**
|
|
37
|
-
* - ID of the search match
|
|
38
|
-
*/
|
|
39
|
-
id: string;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Configuration options for Search
|
|
43
|
-
*/
|
|
44
|
-
export type SearchOptions = any;
|
|
45
|
-
import { Extension } from '@core/Extension.js';
|
|
46
|
-
//# sourceMappingURL=search.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/search/search.js"],"names":[],"mappings":"AAUA;;;;;;;GAOG;AAEH;;;;GAIG;AAEH;;;;GAIG;AACH,6EAuJG;;;;;;;;UAxKW,MAAM;;;;UACN,MAAM;;;;QACN,MAAM;;;;QACN,MAAM;;;;;;0BAdM,oBAAoB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-container/index.js"],"names":[],"mappings":""}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Configuration options for ShapeContainer
|
|
3
|
-
* @typedef {Object} ShapeContainerOptions
|
|
4
|
-
* @category Options
|
|
5
|
-
* @property {Object} [htmlAttributes] - HTML attributes for shape container elements
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* Attributes for shape container nodes
|
|
9
|
-
* @typedef {Object} ShapeContainerAttributes
|
|
10
|
-
* @category Attributes
|
|
11
|
-
* @property {string} [fillcolor] - Background color for the shape
|
|
12
|
-
* @property {string} [style] - CSS style string
|
|
13
|
-
* @property {string} [sdBlockId] @internal - Internal block tracking ID
|
|
14
|
-
* @property {Object} [wrapAttributes] @internal - Internal wrapper attributes
|
|
15
|
-
* @property {Object} [attributes] @internal - Internal attributes storage
|
|
16
|
-
*/
|
|
17
|
-
/**
|
|
18
|
-
* @module ShapeContainer
|
|
19
|
-
* @sidebarTitle Shape Container
|
|
20
|
-
* @snippetPath /snippets/extensions/shape-container.mdx
|
|
21
|
-
*/
|
|
22
|
-
export const ShapeContainer: Node<{
|
|
23
|
-
htmlAttributes: {
|
|
24
|
-
class: string;
|
|
25
|
-
'aria-label': string;
|
|
26
|
-
};
|
|
27
|
-
}, Record<string, never>>;
|
|
28
|
-
/**
|
|
29
|
-
* Configuration options for ShapeContainer
|
|
30
|
-
*/
|
|
31
|
-
export type ShapeContainerOptions = any;
|
|
32
|
-
/**
|
|
33
|
-
* Attributes for shape container nodes
|
|
34
|
-
*/
|
|
35
|
-
export type ShapeContainerAttributes = any;
|
|
36
|
-
import { Node } from '@core/index.js';
|
|
37
|
-
//# sourceMappingURL=shape-container.d.ts.map
|
package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shape-container.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-container/shape-container.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;;;;;GASG;AAEH;;;;GAIG;AACH;;;;;0BAsEG;;;;;;;;;qBA/F6B,gBAAgB"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export class ShapeGroupView {
|
|
2
|
-
constructor(props: any);
|
|
3
|
-
node: any;
|
|
4
|
-
view: any;
|
|
5
|
-
getPos: any;
|
|
6
|
-
decorations: any;
|
|
7
|
-
innerDecorations: any;
|
|
8
|
-
editor: any;
|
|
9
|
-
extension: any;
|
|
10
|
-
htmlAttributes: any;
|
|
11
|
-
root: any;
|
|
12
|
-
mount(): void;
|
|
13
|
-
get dom(): any;
|
|
14
|
-
get contentDOM(): any;
|
|
15
|
-
createElement(): {
|
|
16
|
-
element: HTMLDivElement;
|
|
17
|
-
};
|
|
18
|
-
createShapeElement(shape: any): SVGGElement;
|
|
19
|
-
buildView(): void;
|
|
20
|
-
update(): boolean;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=ShapeGroupView.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ShapeGroupView.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-group/ShapeGroupView.js"],"names":[],"mappings":"AAGA;IAmBE,wBAWC;IA7BD,UAAK;IAEL,UAAK;IAEL,YAAO;IAEP,iBAAY;IAEZ,sBAAiB;IAEjB,YAAO;IAEP,eAAU;IAEV,oBAAe;IAEf,UAAK;IAeL,cAEC;IAED,eAEC;IAED,sBAEC;IAED;;MAyCC;IAED,4CAuIC;IAED,kBAGC;IAED,kBAGC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-group/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shape-group.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-group/shape-group.js"],"names":[],"mappings":"AAGA,4EAmFG;qBAtF6B,aAAa"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-textbox/index.js"],"names":[],"mappings":""}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Configuration options for ShapeTextbox
|
|
3
|
-
* @typedef {Object} ShapeTextboxOptions
|
|
4
|
-
* @category Options
|
|
5
|
-
* @property {Object} [htmlAttributes] - HTML attributes for shape textbox elements
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* Attributes for shape textbox nodes
|
|
9
|
-
* @typedef {Object} ShapeTextboxAttributes
|
|
10
|
-
* @category Attributes
|
|
11
|
-
* @property {string} [sdBlockId] @internal - Internal block tracking ID
|
|
12
|
-
* @property {Object} [attributes] @internal - Internal attributes storage
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* @module ShapeTextbox
|
|
16
|
-
* @sidebarTitle Shape Textbox
|
|
17
|
-
* @snippetPath /snippets/extensions/shape-textbox.mdx
|
|
18
|
-
*/
|
|
19
|
-
export const ShapeTextbox: Node<{
|
|
20
|
-
htmlAttributes: {
|
|
21
|
-
class: string;
|
|
22
|
-
'aria-label': string;
|
|
23
|
-
};
|
|
24
|
-
}, Record<string, never>>;
|
|
25
|
-
/**
|
|
26
|
-
* Configuration options for ShapeTextbox
|
|
27
|
-
*/
|
|
28
|
-
export type ShapeTextboxOptions = any;
|
|
29
|
-
/**
|
|
30
|
-
* Attributes for shape textbox nodes
|
|
31
|
-
*/
|
|
32
|
-
export type ShapeTextboxAttributes = any;
|
|
33
|
-
import { Node } from '@core/index.js';
|
|
34
|
-
//# sourceMappingURL=shape-textbox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shape-textbox.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shape-textbox/shape-textbox.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;;GAIG;AACH;;;;;0BAiDG;;;;;;;;;qBAvE6B,gBAAgB"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Utility helpers for cascade-aware mark toggles.
|
|
3
|
-
*/
|
|
4
|
-
export function createCascadeToggleCommands({ markName, setCommand, unsetCommand, toggleCommand, negationAttrs, isNegation, extendEmptyMarkRange, }?: {}): {
|
|
5
|
-
[x: number]: () => ({ commands }: {
|
|
6
|
-
commands: any;
|
|
7
|
-
}) => any;
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=cascade-toggle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cascade-toggle.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/shared/cascade-toggle.js"],"names":[],"mappings":"AAAA;;GAEG;AACH;wBAwBO;;KAAY;EAalB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/slash-menu/index.js"],"names":[],"mappings":""}
|