@harbour-enterprises/superdoc 0.29.0-next.1 → 0.29.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{PdfViewer-DkZrQk4g.es.js → PdfViewer-CP7yBYyB.es.js} +2 -2
- package/dist/chunks/{PdfViewer-D-eZ2Yov.cjs → PdfViewer-Dp0X1FIu.cjs} +2 -2
- package/dist/chunks/{eventemitter3-DkXkH2rT.cjs → eventemitter3-BvTILlBo.cjs} +1 -1
- package/dist/chunks/{eventemitter3-BWEnUdTY.es.js → eventemitter3-D4gv5QOO.es.js} +1 -1
- package/dist/chunks/{index-DJQlES_f.es.js → index-D6RPpnE_.es.js} +166 -121
- package/dist/chunks/{index-zeAsCB89.cjs → index-DlsBRrRZ.cjs} +166 -121
- package/dist/chunks/{index-DQ6dCde6-BZTSGgXX.es.js → index-vgCtdrE1-9LQjvaHA.es.js} +1 -1
- package/dist/chunks/{index-DQ6dCde6-BnMDi7G1.cjs → index-vgCtdrE1-BMfi7kYY.cjs} +1 -1
- package/dist/chunks/{jszip-u4dvXAKa.cjs → jszip-B0BPx_cv.cjs} +1 -1
- package/dist/chunks/{jszip-BDk3JBqp.es.js → jszip-Bhl-Iudl.es.js} +1 -1
- package/dist/chunks/{super-editor.es-CLErM40t.es.js → super-editor.es-plkDuJu2.es.js} +181 -122
- package/dist/chunks/{super-editor.es-BV85aAFJ.cjs → super-editor.es-q77PJY-s.cjs} +180 -121
- package/dist/chunks/{vue-DKMj1I9B.cjs → vue-BQxRC6G7.cjs} +44 -27
- package/dist/chunks/{vue-ZWZLQtoU.es.js → vue-D1vcEBAQ.es.js} +61 -44
- package/dist/chunks/xml-js-cO2Q8Wfu.cjs +3 -0
- package/dist/chunks/xml-js-jMPlIVKT.es.js +2 -0
- package/dist/images/altText_add.svg +3 -0
- package/dist/images/altText_disclaimer.svg +3 -0
- package/dist/images/altText_done.svg +3 -0
- package/dist/images/altText_spinner.svg +30 -0
- package/dist/images/altText_warning.svg +3 -0
- package/dist/images/annotation-check.svg +11 -0
- package/dist/images/annotation-comment.svg +16 -0
- package/dist/images/annotation-help.svg +26 -0
- package/dist/images/annotation-insert.svg +10 -0
- package/dist/images/annotation-key.svg +11 -0
- package/dist/images/annotation-newparagraph.svg +11 -0
- package/dist/images/annotation-noicon.svg +7 -0
- package/dist/images/annotation-note.svg +42 -0
- package/dist/images/annotation-paperclip.svg +6 -0
- package/dist/images/annotation-paragraph.svg +16 -0
- package/dist/images/annotation-pushpin.svg +7 -0
- package/dist/images/cursor-editorFreeHighlight.svg +6 -0
- package/dist/images/cursor-editorFreeText.svg +3 -0
- package/dist/images/cursor-editorInk.svg +4 -0
- package/dist/images/cursor-editorTextHighlight.svg +8 -0
- package/dist/images/editor-toolbar-delete.svg +5 -0
- package/dist/images/loading-icon.gif +0 -0
- package/dist/images/messageBar_closingButton.svg +3 -0
- package/dist/images/messageBar_warning.svg +3 -0
- package/dist/images/toolbarButton-editorHighlight.svg +6 -0
- package/dist/images/toolbarButton-menuArrow.svg +3 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/comment-schemas.d.ts.map +1 -0
- package/dist/{components → packages/superdoc/src/components}/CommentsLayer/commentsList/super-comments-list.d.ts +2 -1
- package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/helpers.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/CommentsLayer/use-floating-comment.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/PdfViewer/helpers/range.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/PdfViewer/helpers/read-file.d.ts.map +1 -0
- package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-ai.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-document.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-field.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-high-contrast-mode.d.ts.map +1 -0
- package/dist/packages/superdoc/src/composables/use-selected-text.d.ts.map +1 -0
- package/dist/{core → packages/superdoc/src/core}/SuperDoc.d.ts +112 -16
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/collaboration-comments.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/collaboration/permissions.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/create-app.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/helpers/export.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/helpers/file.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/index.d.ts.map +1 -0
- package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -0
- package/dist/packages/superdoc/src/helpers/floor.d.ts.map +1 -0
- package/dist/packages/superdoc/src/helpers/group-changes.d.ts.map +1 -0
- package/dist/packages/superdoc/src/helpers/use-selection.d.ts.map +1 -0
- package/dist/{icons.d.ts.map → packages/superdoc/src/icons.d.ts.map} +1 -1
- package/dist/{index.d.ts → packages/superdoc/src/index.d.ts} +5 -5
- package/dist/packages/superdoc/src/index.d.ts.map +1 -0
- package/dist/packages/superdoc/src/main.d.ts.map +1 -0
- package/dist/{stores → packages/superdoc/src/stores}/comments-store.d.ts +37 -37
- package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -0
- package/dist/packages/superdoc/src/stores/hrbr-fields-store.d.ts.map +1 -0
- package/dist/packages/superdoc/src/stores/superdoc-store.d.ts +884 -0
- package/dist/packages/superdoc/src/stores/superdoc-store.d.ts.map +1 -0
- package/dist/packages/superdoc/src/super-editor.d.ts +2 -0
- package/dist/{super-editor.d.ts.map → packages/superdoc/src/super-editor.d.ts.map} +1 -1
- package/dist/shared/common/Telemetry.d.ts +237 -0
- package/dist/shared/common/Telemetry.d.ts.map +1 -0
- package/dist/shared/common/collaboration/awareness.d.ts +39 -0
- package/dist/shared/common/collaboration/awareness.d.ts.map +1 -0
- package/dist/shared/common/document-types.d.ts +10 -0
- package/dist/shared/common/document-types.d.ts.map +1 -0
- package/dist/shared/common/event-types.d.ts +14 -0
- package/dist/shared/common/event-types.d.ts.map +1 -0
- package/dist/shared/common/helpers/compare-superdoc-versions.d.ts +8 -0
- package/dist/shared/common/helpers/compare-superdoc-versions.d.ts.map +1 -0
- package/dist/shared/common/helpers/get-file-object.d.ts +50 -0
- package/dist/shared/common/helpers/get-file-object.d.ts.map +1 -0
- package/dist/shared/common/helpers/v-click-outside.d.ts +11 -0
- package/dist/shared/common/helpers/v-click-outside.d.ts.map +1 -0
- package/dist/shared/common/index.d.ts +10 -0
- package/dist/shared/common/index.d.ts.map +1 -0
- package/dist/shared/common/key-transform.d.ts +44 -0
- package/dist/shared/common/key-transform.d.ts.map +1 -0
- package/dist/style.css +56 -56
- package/dist/super-editor/ai-writer.es.js +3 -3
- package/dist/super-editor/chunks/{converter-iD03MYzC.js → converter-Bf6KHOzD.js} +350 -54
- package/dist/super-editor/chunks/{docx-zipper-nrZgxvR8.js → docx-zipper-C6ABOp_2.js} +1 -1
- package/dist/super-editor/chunks/{editor-C7iHgXnE.js → editor-DaWgAsfG.js} +21 -12
- package/dist/super-editor/chunks/{index-DQ6dCde6.js → index-vgCtdrE1.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-DKrq-G-q.js → toolbar-BEDs_bI3.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -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 +29 -29
- package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts +1 -0
- package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/Attribute.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/CommandService.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts +5 -3
- package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/Editor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/Extension.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/InputRule.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/Mark.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/Node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/Node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/Schema.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/command.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/command.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/first.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/first.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/index.d.ts +1 -0
- package/dist/{core → super-editor/super-editor/src/core}/index.d.ts.map +1 -1
- package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/migrations/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/migrations/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts +1 -5
- package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +2 -1
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/types/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/types/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/color/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/color/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/document/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/document/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/history/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/history/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/image/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-height/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-height/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/link/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/link/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/search/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/search/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-indent/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-indent/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +1 -0
- package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/index.d.ts +1 -1
- package/dist/super-editor/super-editor/src/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/main.d.ts +1 -0
- package/dist/super-editor/super-editor/src/main.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts +1 -0
- package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts +1 -0
- package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts.map +1 -0
- package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts +1 -0
- package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts.map +1 -0
- package/dist/super-editor/super-editor.es.js +77 -50
- package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts +1 -0
- package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -0
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +4 -4
- package/dist/super-editor.es.js +2 -2
- package/dist/superdoc.cjs +2 -3
- package/dist/superdoc.es.js +2 -3
- package/dist/superdoc.umd.js +44332 -44211
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/chunks/xml-js-D_ZIzxu0.cjs +0 -3
- package/dist/chunks/xml-js-Dx4FIjnp.es.js +0 -2
- package/dist/components/CommentsLayer/comment-schemas.d.ts.map +0 -1
- package/dist/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +0 -1
- package/dist/components/CommentsLayer/helpers.d.ts.map +0 -1
- package/dist/components/CommentsLayer/types.d.ts.map +0 -1
- package/dist/components/CommentsLayer/use-comment.d.ts.map +0 -1
- package/dist/components/CommentsLayer/use-conversation.d.ts.map +0 -1
- package/dist/components/CommentsLayer/use-floating-comment.d.ts.map +0 -1
- package/dist/components/PdfViewer/helpers/range.d.ts.map +0 -1
- package/dist/components/PdfViewer/helpers/read-file.d.ts.map +0 -1
- package/dist/components/PdfViewer/pdf/pdf-adapter.d.ts.map +0 -1
- package/dist/composables/use-ai.d.ts.map +0 -1
- package/dist/composables/use-document.d.ts.map +0 -1
- package/dist/composables/use-field.d.ts.map +0 -1
- package/dist/composables/use-high-contrast-mode.d.ts.map +0 -1
- package/dist/composables/use-selected-text.d.ts.map +0 -1
- package/dist/core/SuperDoc.d.ts.map +0 -1
- package/dist/core/collaboration/collaboration-comments.d.ts.map +0 -1
- package/dist/core/collaboration/collaboration.d.ts.map +0 -1
- package/dist/core/collaboration/helpers.d.ts.map +0 -1
- package/dist/core/collaboration/permissions.d.ts.map +0 -1
- package/dist/core/create-app.d.ts.map +0 -1
- package/dist/core/helpers/export.d.ts.map +0 -1
- package/dist/core/helpers/file.d.ts.map +0 -1
- package/dist/core/types/index.d.ts.map +0 -1
- package/dist/helpers/floor.d.ts.map +0 -1
- package/dist/helpers/group-changes.d.ts.map +0 -1
- package/dist/helpers/use-selection.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/main.d.ts.map +0 -1
- package/dist/stores/comments-store.d.ts.map +0 -1
- package/dist/stores/hrbr-fields-store.d.ts.map +0 -1
- package/dist/stores/superdoc-store.d.ts +0 -146
- package/dist/stores/superdoc-store.d.ts.map +0 -1
- package/dist/super-editor/super-editor/postcss.config.d.cts +0 -1
- package/dist/super-editor/super-editor/vite.config.d.ts +0 -2
- package/dist/super-editor.d.ts +0 -5
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/comment-schemas.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/helpers.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/types.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/use-comment.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/use-conversation.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/CommentsLayer/use-floating-comment.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/PdfViewer/helpers/range.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/PdfViewer/helpers/read-file.d.ts +0 -0
- /package/dist/{components → packages/superdoc/src/components}/PdfViewer/pdf/pdf-adapter.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-ai.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-document.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-field.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-high-contrast-mode.d.ts +0 -0
- /package/dist/{composables → packages/superdoc/src/composables}/use-selected-text.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/collaboration-comments.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/collaboration.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/helpers.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/collaboration/permissions.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/create-app.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/helpers/export.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/helpers/file.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/index.d.ts +0 -0
- /package/dist/{core → packages/superdoc/src/core}/types/index.d.ts +0 -0
- /package/dist/{helpers → packages/superdoc/src/helpers}/floor.d.ts +0 -0
- /package/dist/{helpers → packages/superdoc/src/helpers}/group-changes.d.ts +0 -0
- /package/dist/{helpers → packages/superdoc/src/helpers}/use-selection.d.ts +0 -0
- /package/dist/{icons.d.ts → packages/superdoc/src/icons.d.ts} +0 -0
- /package/dist/{main.d.ts → packages/superdoc/src/main.d.ts} +0 -0
- /package/dist/{stores → packages/superdoc/src/stores}/hrbr-fields-store.d.ts +0 -0
|
@@ -8,7 +8,6 @@ var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot
|
|
|
8
8
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
9
9
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
10
10
|
var _a, _DocxExporter_instances, generate_xml_as_list_fn, replaceSpecialCharacters_fn, generateXml_fn, _SuperConverter_instances, generateDocumentHash_fn, exportNumberingFile_fn, prepareCommentsXmlFilesForExport_fn, exportProcessHeadersFooters_fn, exportProcessNewRelationships_fn, exportProcessMediaFiles_fn;
|
|
11
|
-
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
12
11
|
var buffer = {};
|
|
13
12
|
var base64Js = {};
|
|
14
13
|
base64Js.byteLength = byteLength;
|
|
@@ -25000,7 +24999,7 @@ function parseMarks(property, unknownMarks = [], docx = null) {
|
|
|
25000
24999
|
seen.add(m2.type);
|
|
25001
25000
|
const { attributes = {} } = element;
|
|
25002
25001
|
const newMark = { type: m2.type };
|
|
25003
|
-
const exceptionMarks = ["w:b", "w:caps"];
|
|
25002
|
+
const exceptionMarks = ["w:b", "w:caps", "w:strike", "w:dstrike"];
|
|
25004
25003
|
if ((attributes["w:val"] === "0" || attributes["w:val"] === "none") && !exceptionMarks.includes(m2.name)) {
|
|
25005
25004
|
return;
|
|
25006
25005
|
}
|
|
@@ -25123,7 +25122,8 @@ function getStrikeValue(attributes) {
|
|
|
25123
25122
|
if (raw === void 0 || raw === null) return "1";
|
|
25124
25123
|
const value = String(raw).trim().toLowerCase();
|
|
25125
25124
|
if (value === "1" || value === "true" || value === "on") return "1";
|
|
25126
|
-
return
|
|
25125
|
+
if (value === "0" || value === "false" || value === "off") return "0";
|
|
25126
|
+
return "1";
|
|
25127
25127
|
}
|
|
25128
25128
|
const parseParagraphBorders = (pBdr) => {
|
|
25129
25129
|
if (!pBdr || !pBdr.elements) return {};
|
|
@@ -33126,72 +33126,351 @@ const DocxHelpers = {
|
|
|
33126
33126
|
getNewRelationshipId
|
|
33127
33127
|
};
|
|
33128
33128
|
const kebabCase = (str) => str.replace(/[A-Z]/g, (match) => `-${match.toLowerCase()}`);
|
|
33129
|
-
const comments_module_events =
|
|
33130
|
-
RESOLVED: "resolved",
|
|
33131
|
-
NEW: "new",
|
|
33129
|
+
const comments_module_events = {
|
|
33132
33130
|
ADD: "add",
|
|
33133
33131
|
UPDATE: "update",
|
|
33134
|
-
|
|
33135
|
-
|
|
33136
|
-
|
|
33137
|
-
|
|
33138
|
-
|
|
33139
|
-
|
|
33140
|
-
|
|
33141
|
-
|
|
33142
|
-
|
|
33132
|
+
SELECTED: "selected"
|
|
33133
|
+
};
|
|
33134
|
+
class FileObjectError extends Error {
|
|
33135
|
+
constructor(message, cause) {
|
|
33136
|
+
super(message);
|
|
33137
|
+
this.cause = cause;
|
|
33138
|
+
this.name = "FileObjectError";
|
|
33139
|
+
if (typeof Error.captureStackTrace === "function") {
|
|
33140
|
+
Error.captureStackTrace(this, FileObjectError);
|
|
33141
|
+
}
|
|
33142
|
+
}
|
|
33143
|
+
}
|
|
33144
|
+
class InvalidDataUriError extends FileObjectError {
|
|
33145
|
+
constructor(uri2) {
|
|
33146
|
+
super(`Invalid data URI format: URI must contain exactly one comma separator`);
|
|
33147
|
+
this.uri = uri2;
|
|
33148
|
+
this.name = "InvalidDataUriError";
|
|
33149
|
+
}
|
|
33150
|
+
}
|
|
33151
|
+
class FetchFailedError extends FileObjectError {
|
|
33152
|
+
constructor(url, cause) {
|
|
33153
|
+
super(`Failed to fetch file from URL: ${url}`, cause);
|
|
33154
|
+
this.url = url;
|
|
33155
|
+
this.name = "FetchFailedError";
|
|
33156
|
+
}
|
|
33157
|
+
}
|
|
33143
33158
|
const getFileObject = async (fileUrl, name, type2) => {
|
|
33144
|
-
|
|
33145
|
-
|
|
33146
|
-
|
|
33147
|
-
|
|
33159
|
+
try {
|
|
33160
|
+
if (fileUrl.startsWith("data:") && fileUrl.includes(";base64,")) {
|
|
33161
|
+
const parts = fileUrl.split(",");
|
|
33162
|
+
if (parts.length !== 2) {
|
|
33163
|
+
throw new InvalidDataUriError(fileUrl);
|
|
33164
|
+
}
|
|
33165
|
+
const binary = atob(parts[1]);
|
|
33166
|
+
const bytes = Uint8Array.from(binary, (c) => c.charCodeAt(0));
|
|
33167
|
+
return new File([bytes], name, { type: type2 });
|
|
33168
|
+
}
|
|
33169
|
+
const response = await fetch(fileUrl);
|
|
33170
|
+
if (!response.ok) {
|
|
33171
|
+
throw new FetchFailedError(fileUrl, new Error(`HTTP ${response.status}: ${response.statusText}`));
|
|
33172
|
+
}
|
|
33173
|
+
const blob = await response.blob();
|
|
33174
|
+
return new File([blob], name, { type: type2 });
|
|
33175
|
+
} catch (error) {
|
|
33176
|
+
if (error instanceof FileObjectError) {
|
|
33177
|
+
throw error;
|
|
33178
|
+
}
|
|
33179
|
+
throw new FileObjectError("Failed to create file object", error);
|
|
33148
33180
|
}
|
|
33149
|
-
const response = await fetch(fileUrl);
|
|
33150
|
-
const blob = await response.blob();
|
|
33151
|
-
return new File([blob], name, { type: type2 });
|
|
33152
33181
|
};
|
|
33153
33182
|
const vClickOutside = {
|
|
33154
33183
|
mounted(el, binding) {
|
|
33155
33184
|
const clickOutsideHandler = (event) => {
|
|
33156
33185
|
if (!el.contains(event.target)) {
|
|
33157
|
-
binding.value(event);
|
|
33186
|
+
binding.value?.(event);
|
|
33158
33187
|
}
|
|
33159
33188
|
};
|
|
33160
33189
|
document.addEventListener("click", clickOutsideHandler);
|
|
33161
33190
|
el.__clickOutsideHandler = clickOutsideHandler;
|
|
33162
33191
|
},
|
|
33163
33192
|
unmounted(el) {
|
|
33164
|
-
|
|
33165
|
-
|
|
33193
|
+
if (el.__clickOutsideHandler) {
|
|
33194
|
+
document.removeEventListener("click", el.__clickOutsideHandler);
|
|
33195
|
+
delete el.__clickOutsideHandler;
|
|
33196
|
+
}
|
|
33166
33197
|
}
|
|
33167
33198
|
};
|
|
33168
|
-
|
|
33169
|
-
|
|
33170
|
-
|
|
33171
|
-
|
|
33172
|
-
|
|
33173
|
-
|
|
33174
|
-
|
|
33199
|
+
function getCrypto() {
|
|
33200
|
+
if (typeof globalThis === "undefined") {
|
|
33201
|
+
return void 0;
|
|
33202
|
+
}
|
|
33203
|
+
const cryptoObj = globalThis.crypto ?? globalThis.msCrypto;
|
|
33204
|
+
if (cryptoObj?.getRandomValues) {
|
|
33205
|
+
return cryptoObj;
|
|
33206
|
+
}
|
|
33207
|
+
return void 0;
|
|
33208
|
+
}
|
|
33209
|
+
function randomBytes(length) {
|
|
33210
|
+
const array = new Uint8Array(length);
|
|
33211
|
+
const cryptoObj = getCrypto();
|
|
33212
|
+
if (cryptoObj) {
|
|
33213
|
+
cryptoObj.getRandomValues(array);
|
|
33214
|
+
return array;
|
|
33215
|
+
}
|
|
33216
|
+
for (let i = 0; i < length; i++) {
|
|
33217
|
+
array[i] = Math.floor(Math.random() * 256);
|
|
33218
|
+
}
|
|
33219
|
+
return array;
|
|
33220
|
+
}
|
|
33221
|
+
const _Telemetry = class _Telemetry {
|
|
33222
|
+
/**
|
|
33223
|
+
* Initialize telemetry service
|
|
33224
|
+
* @param config - Telemetry configuration
|
|
33225
|
+
*/
|
|
33226
|
+
constructor(config2) {
|
|
33227
|
+
this.statistics = {
|
|
33228
|
+
nodeTypes: {},
|
|
33229
|
+
markTypes: {},
|
|
33230
|
+
attributes: {},
|
|
33231
|
+
errorCount: 0
|
|
33232
|
+
};
|
|
33233
|
+
this.unknownElements = [];
|
|
33234
|
+
this.errors = [];
|
|
33235
|
+
this.fileStructure = {
|
|
33236
|
+
totalFiles: 0,
|
|
33237
|
+
maxDepth: 0,
|
|
33238
|
+
totalNodes: 0,
|
|
33239
|
+
files: []
|
|
33240
|
+
};
|
|
33241
|
+
this.documentInfo = null;
|
|
33242
|
+
this.enabled = config2.enabled ?? true;
|
|
33243
|
+
this.licenseKey = config2.licenseKey ?? _Telemetry.COMMUNITY_LICENSE_KEY;
|
|
33244
|
+
this.endpoint = config2.endpoint ?? _Telemetry.DEFAULT_ENDPOINT;
|
|
33245
|
+
this.documentGuid = config2.documentGuid;
|
|
33246
|
+
this.documentIdentifier = config2.documentIdentifier;
|
|
33247
|
+
this.superdocVersion = config2.superdocVersion;
|
|
33248
|
+
this.sessionId = this.generateId();
|
|
33249
|
+
}
|
|
33250
|
+
/**
|
|
33251
|
+
* Get browser environment information
|
|
33252
|
+
* @returns Browser information
|
|
33253
|
+
*/
|
|
33254
|
+
getBrowserInfo() {
|
|
33255
|
+
return {
|
|
33256
|
+
userAgent: window.navigator.userAgent,
|
|
33257
|
+
currentUrl: window.location.href,
|
|
33258
|
+
hostname: window.location.hostname,
|
|
33259
|
+
referrerUrl: document.referrer,
|
|
33260
|
+
screenSize: {
|
|
33261
|
+
width: window.screen.width,
|
|
33262
|
+
height: window.screen.height
|
|
33263
|
+
}
|
|
33264
|
+
};
|
|
33265
|
+
}
|
|
33266
|
+
/**
|
|
33267
|
+
* Track document usage event
|
|
33268
|
+
* @param name - Event name (use TelemetryEventNames for standard events)
|
|
33269
|
+
* @param properties - Additional properties
|
|
33270
|
+
*/
|
|
33271
|
+
async trackUsage(name, properties = {}) {
|
|
33272
|
+
if (!this.enabled) return;
|
|
33273
|
+
const event = {
|
|
33274
|
+
id: this.generateId(),
|
|
33275
|
+
type: "usage",
|
|
33276
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
33277
|
+
sessionId: this.sessionId,
|
|
33278
|
+
documentGuid: this.documentGuid,
|
|
33279
|
+
// Updated field name
|
|
33280
|
+
documentIdentifier: this.documentIdentifier,
|
|
33281
|
+
// Include both
|
|
33282
|
+
superdocVersion: this.superdocVersion,
|
|
33283
|
+
file: this.documentInfo,
|
|
33284
|
+
browser: this.getBrowserInfo(),
|
|
33285
|
+
name,
|
|
33286
|
+
properties
|
|
33287
|
+
};
|
|
33288
|
+
await this.sendDataToTelemetry(event);
|
|
33289
|
+
}
|
|
33290
|
+
trackStatistic(categoryOrData, legacyData) {
|
|
33291
|
+
let data;
|
|
33292
|
+
if (typeof categoryOrData === "string") {
|
|
33293
|
+
data = { ...legacyData, category: categoryOrData };
|
|
33294
|
+
} else {
|
|
33295
|
+
data = categoryOrData;
|
|
33296
|
+
}
|
|
33297
|
+
if (data.category === "node") {
|
|
33298
|
+
this.statistics.nodeTypes[data.elementName] = (this.statistics.nodeTypes[data.elementName] || 0) + 1;
|
|
33299
|
+
this.fileStructure.totalNodes++;
|
|
33300
|
+
} else if (data.category === "unknown") {
|
|
33301
|
+
const addedElement = this.unknownElements.find((e) => e.elementName === data.elementName);
|
|
33302
|
+
if (addedElement) {
|
|
33303
|
+
addedElement.count += 1;
|
|
33304
|
+
addedElement.attributes = {
|
|
33305
|
+
...addedElement.attributes,
|
|
33306
|
+
...data.attributes
|
|
33307
|
+
};
|
|
33308
|
+
} else {
|
|
33309
|
+
this.unknownElements.push({
|
|
33310
|
+
elementName: data.elementName,
|
|
33311
|
+
count: 1,
|
|
33312
|
+
attributes: data.attributes
|
|
33313
|
+
});
|
|
33314
|
+
}
|
|
33315
|
+
} else if (data.category === "error") {
|
|
33316
|
+
this.errors.push(data);
|
|
33317
|
+
this.statistics.errorCount++;
|
|
33175
33318
|
}
|
|
33176
|
-
|
|
33177
|
-
|
|
33178
|
-
|
|
33179
|
-
|
|
33180
|
-
|
|
33181
|
-
|
|
33319
|
+
if (data.category === "node" && data.marks?.length) {
|
|
33320
|
+
data.marks.forEach((mark) => {
|
|
33321
|
+
this.statistics.markTypes[mark.type] = (this.statistics.markTypes[mark.type] || 0) + 1;
|
|
33322
|
+
});
|
|
33323
|
+
}
|
|
33324
|
+
if (data.attributes && Object.keys(data.attributes).length) {
|
|
33325
|
+
const styleAttributes = [
|
|
33326
|
+
"textIndent",
|
|
33327
|
+
"textAlign",
|
|
33328
|
+
"spacing",
|
|
33329
|
+
"lineHeight",
|
|
33330
|
+
"indent",
|
|
33331
|
+
"list-style-type",
|
|
33332
|
+
"listLevel",
|
|
33333
|
+
"textStyle",
|
|
33334
|
+
"order",
|
|
33335
|
+
"lvlText",
|
|
33336
|
+
"lvlJc",
|
|
33337
|
+
"listNumberingType",
|
|
33338
|
+
"numId"
|
|
33339
|
+
];
|
|
33340
|
+
Object.keys(data.attributes).forEach((attribute) => {
|
|
33341
|
+
if (!styleAttributes.includes(attribute)) return;
|
|
33342
|
+
this.statistics.attributes[attribute] = (this.statistics.attributes[attribute] || 0) + 1;
|
|
33343
|
+
});
|
|
33344
|
+
}
|
|
33345
|
+
}
|
|
33346
|
+
/**
|
|
33347
|
+
* Track file structure
|
|
33348
|
+
* @param structure - File structure information
|
|
33349
|
+
* @param fileSource - original file
|
|
33350
|
+
* @param documentId - document GUID
|
|
33351
|
+
* @param documentIdentifier - document identifier (GUID or hash)
|
|
33352
|
+
* @param internalId - document ID from settings.xml
|
|
33353
|
+
*/
|
|
33354
|
+
async trackFileStructure(structure, fileSource, documentId, documentIdentifier, internalId) {
|
|
33355
|
+
this.fileStructure = structure;
|
|
33356
|
+
this.documentInfo = await this.processDocument(fileSource, {
|
|
33357
|
+
guid: documentId,
|
|
33358
|
+
// Updated parameter name
|
|
33359
|
+
identifier: documentIdentifier,
|
|
33360
|
+
// New parameter
|
|
33361
|
+
internalId
|
|
33362
|
+
});
|
|
33363
|
+
}
|
|
33364
|
+
/**
|
|
33365
|
+
* Process document metadata
|
|
33366
|
+
* @param file - Document file
|
|
33367
|
+
* @param options - Additional options
|
|
33368
|
+
* @returns Document metadata
|
|
33369
|
+
*/
|
|
33370
|
+
async processDocument(file, options = {}) {
|
|
33371
|
+
if (!file) {
|
|
33372
|
+
console.warn("Telemetry: missing file source");
|
|
33373
|
+
return null;
|
|
33374
|
+
}
|
|
33375
|
+
return {
|
|
33376
|
+
guid: options.guid,
|
|
33377
|
+
// Updated from 'id'
|
|
33378
|
+
identifier: options.identifier,
|
|
33379
|
+
// New field
|
|
33380
|
+
name: file.name,
|
|
33381
|
+
size: file.size,
|
|
33382
|
+
lastModified: file.lastModified ? new Date(file.lastModified).toISOString() : null,
|
|
33383
|
+
type: file.type || "docx",
|
|
33384
|
+
internalId: options.internalId
|
|
33385
|
+
// Microsoft's GUID if present
|
|
33182
33386
|
};
|
|
33183
|
-
|
|
33184
|
-
|
|
33185
|
-
|
|
33186
|
-
|
|
33187
|
-
|
|
33188
|
-
|
|
33189
|
-
|
|
33190
|
-
|
|
33191
|
-
|
|
33387
|
+
}
|
|
33388
|
+
isTelemetryDataChanged() {
|
|
33389
|
+
if (Object.keys(this.statistics.nodeTypes).length <= 1) return false;
|
|
33390
|
+
return Object.keys(this.statistics.nodeTypes).length > 0 || Object.keys(this.statistics.markTypes).length > 0 || Object.keys(this.statistics.attributes).length > 0 || this.statistics.errorCount > 0 || this.fileStructure.totalFiles > 0 || this.fileStructure.maxDepth > 0 || this.fileStructure.totalNodes > 0 || this.fileStructure.files.length > 0 || this.errors.length > 0 || this.unknownElements.length > 0;
|
|
33391
|
+
}
|
|
33392
|
+
/**
|
|
33393
|
+
* Sends current report
|
|
33394
|
+
* @returns Promise that resolves when report is sent
|
|
33395
|
+
*/
|
|
33396
|
+
async sendReport() {
|
|
33397
|
+
if (!this.enabled || !this.isTelemetryDataChanged()) return;
|
|
33398
|
+
const report = [
|
|
33399
|
+
{
|
|
33400
|
+
id: this.generateId(),
|
|
33401
|
+
type: "parsing",
|
|
33402
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
33403
|
+
sessionId: this.sessionId,
|
|
33404
|
+
documentGuid: this.documentGuid,
|
|
33405
|
+
documentIdentifier: this.documentIdentifier,
|
|
33406
|
+
superdocVersion: this.superdocVersion,
|
|
33407
|
+
file: this.documentInfo,
|
|
33408
|
+
browser: this.getBrowserInfo(),
|
|
33409
|
+
statistics: this.statistics,
|
|
33410
|
+
fileStructure: this.fileStructure,
|
|
33411
|
+
unknownElements: this.unknownElements,
|
|
33412
|
+
errors: this.errors
|
|
33413
|
+
}
|
|
33414
|
+
];
|
|
33415
|
+
await this.sendDataToTelemetry(report);
|
|
33416
|
+
}
|
|
33417
|
+
/**
|
|
33418
|
+
* Sends data to the service
|
|
33419
|
+
* @param data - Payload to send
|
|
33420
|
+
* @returns Promise that resolves when data is sent
|
|
33421
|
+
*/
|
|
33422
|
+
async sendDataToTelemetry(data) {
|
|
33423
|
+
try {
|
|
33424
|
+
const response = await fetch(this.endpoint, {
|
|
33425
|
+
method: "POST",
|
|
33426
|
+
headers: {
|
|
33427
|
+
"Content-Type": "application/json",
|
|
33428
|
+
"X-License-Key": this.licenseKey
|
|
33429
|
+
},
|
|
33430
|
+
body: JSON.stringify(data)
|
|
33431
|
+
});
|
|
33432
|
+
if (!response.ok) {
|
|
33433
|
+
throw new Error(`Upload failed: ${response.statusText}`);
|
|
33434
|
+
} else {
|
|
33435
|
+
this.resetStatistics();
|
|
33436
|
+
}
|
|
33437
|
+
} catch (error) {
|
|
33438
|
+
console.error("Failed to upload telemetry:", error);
|
|
33439
|
+
}
|
|
33440
|
+
}
|
|
33441
|
+
/**
|
|
33442
|
+
* Generate unique identifier
|
|
33443
|
+
* @returns Unique ID
|
|
33444
|
+
* @private
|
|
33445
|
+
*/
|
|
33446
|
+
generateId() {
|
|
33447
|
+
const timestamp = Date.now();
|
|
33448
|
+
const random = Array.from(randomBytes(4)).map((b2) => b2.toString(16).padStart(2, "0")).join("");
|
|
33449
|
+
return `${timestamp}-${random}`;
|
|
33450
|
+
}
|
|
33451
|
+
/**
|
|
33452
|
+
* Reset statistics
|
|
33453
|
+
*/
|
|
33454
|
+
resetStatistics() {
|
|
33455
|
+
this.statistics = {
|
|
33456
|
+
nodeTypes: {},
|
|
33457
|
+
markTypes: {},
|
|
33458
|
+
attributes: {},
|
|
33459
|
+
errorCount: 0
|
|
33192
33460
|
};
|
|
33461
|
+
this.fileStructure = {
|
|
33462
|
+
totalFiles: 0,
|
|
33463
|
+
maxDepth: 0,
|
|
33464
|
+
totalNodes: 0,
|
|
33465
|
+
files: []
|
|
33466
|
+
};
|
|
33467
|
+
this.unknownElements = [];
|
|
33468
|
+
this.errors = [];
|
|
33193
33469
|
}
|
|
33194
33470
|
};
|
|
33471
|
+
_Telemetry.COMMUNITY_LICENSE_KEY = "community-and-eval-agplv3";
|
|
33472
|
+
_Telemetry.DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
|
|
33473
|
+
let Telemetry = _Telemetry;
|
|
33195
33474
|
const getDefaultStyleDefinition = (defaultStyleId, docx) => {
|
|
33196
33475
|
const result = { lineSpaceBefore: null, lineSpaceAfter: null };
|
|
33197
33476
|
if (!defaultStyleId) return result;
|
|
@@ -35035,6 +35314,9 @@ function translateMark(mark) {
|
|
|
35035
35314
|
const translated = translator$1r.decode({ node: { attrs: { highlight: highlightValue } } });
|
|
35036
35315
|
return translated || {};
|
|
35037
35316
|
}
|
|
35317
|
+
case "strike":
|
|
35318
|
+
if (attrs?.value === "0") markElement.attributes["w:val"] = attrs.value;
|
|
35319
|
+
break;
|
|
35038
35320
|
case "link":
|
|
35039
35321
|
return {};
|
|
35040
35322
|
}
|
|
@@ -35369,6 +35651,12 @@ const mergeRelationshipElements = (existingRelationships = [], newRelationships
|
|
|
35369
35651
|
if (!newRelationships?.length) return existingRelationships;
|
|
35370
35652
|
let largestId = getLargestRelationshipId(existingRelationships);
|
|
35371
35653
|
const seenIds = new Set(existingRelationships.map((rel) => rel?.attributes?.Id).filter(Boolean));
|
|
35654
|
+
for (const rel of newRelationships) {
|
|
35655
|
+
const id = rel?.attributes?.Id;
|
|
35656
|
+
if (!id || seenIds.has(id)) continue;
|
|
35657
|
+
const numeric = Number(String(id).replace(REL_ID_NUMERIC_PATTERN, ""));
|
|
35658
|
+
if (Number.isFinite(numeric) && numeric > largestId) largestId = numeric;
|
|
35659
|
+
}
|
|
35372
35660
|
const additions = [];
|
|
35373
35661
|
newRelationships.forEach((rel) => {
|
|
35374
35662
|
if (!rel?.attributes) return;
|
|
@@ -35376,13 +35664,22 @@ const mergeRelationshipElements = (existingRelationships = [], newRelationships
|
|
|
35376
35664
|
const currentId = attributes.Id || "";
|
|
35377
35665
|
attributes.Target = attributes?.Target?.replace(/&/g, "&");
|
|
35378
35666
|
const existingTarget = existingRelationships.find((el) => el.attributes.Target === attributes.Target);
|
|
35379
|
-
|
|
35667
|
+
attributes.Target?.startsWith("media/");
|
|
35380
35668
|
const isNewHyperlink = attributes.Type === HYPERLINK_RELATIONSHIP_TYPE && currentId.length > 6;
|
|
35381
35669
|
const isNewHeadFoot = (attributes.Type === HEADER_RELATIONSHIP_TYPE || attributes.Type === FOOTER_RELATIONSHIP_TYPE) && currentId.length > 6;
|
|
35382
35670
|
const hasSeenId = currentId && seenIds.has(currentId);
|
|
35383
|
-
|
|
35384
|
-
if (
|
|
35385
|
-
|
|
35671
|
+
if (!isNewHyperlink && !isNewHeadFoot && existingTarget) return;
|
|
35672
|
+
if (!currentId || hasSeenId) {
|
|
35673
|
+
let candidate = Math.max(largestId, 1);
|
|
35674
|
+
while (seenIds.has(`rId${candidate}`)) {
|
|
35675
|
+
candidate += 1;
|
|
35676
|
+
}
|
|
35677
|
+
attributes.Id = `rId${candidate}`;
|
|
35678
|
+
largestId = candidate;
|
|
35679
|
+
} else {
|
|
35680
|
+
const numeric = Number(String(currentId).replace(REL_ID_NUMERIC_PATTERN, ""));
|
|
35681
|
+
if (Number.isFinite(numeric) && numeric > largestId) largestId = numeric;
|
|
35682
|
+
}
|
|
35386
35683
|
seenIds.add(attributes.Id);
|
|
35387
35684
|
additions.push(rel);
|
|
35388
35685
|
});
|
|
@@ -35596,7 +35893,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
35596
35893
|
static getStoredSuperdocVersion(docx) {
|
|
35597
35894
|
return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
35598
35895
|
}
|
|
35599
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "0.
|
|
35896
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "0.29.0-next.11") {
|
|
35600
35897
|
return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
35601
35898
|
}
|
|
35602
35899
|
/**
|
|
@@ -36149,7 +36446,7 @@ __publicField(_SuperConverter, "markTypes", [
|
|
|
36149
36446
|
{ name: "w:i", type: "italic" },
|
|
36150
36447
|
// { name: 'w:iCs', type: 'italic' },
|
|
36151
36448
|
{ name: "w:u", type: "underline", mark: "underline", property: "underlineType" },
|
|
36152
|
-
{ name: "w:strike", type: "strike", mark: "strike" },
|
|
36449
|
+
{ name: "w:strike", type: "strike", mark: "strike", property: "value" },
|
|
36153
36450
|
{ name: "w:color", type: "color", mark: "textStyle", property: "color" },
|
|
36154
36451
|
{ name: "w:sz", type: "fontSize", mark: "textStyle", property: "fontSize" },
|
|
36155
36452
|
// { name: 'w:szCs', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
|
|
@@ -36337,7 +36634,6 @@ export {
|
|
|
36337
36634
|
translator$1e as bz,
|
|
36338
36635
|
DOMParser$1 as c,
|
|
36339
36636
|
translator$1 as c0,
|
|
36340
|
-
_sfc_main as c1,
|
|
36341
36637
|
Mark as d,
|
|
36342
36638
|
dropPoint as e,
|
|
36343
36639
|
callOrGet as f,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as process$1, az as commonjsGlobal, B as Buffer, aA as getDefaultExportFromCjs, aB as getContentTypesFromXml, aC as xmljs } from "./converter-
|
|
1
|
+
import { p as process$1, az as commonjsGlobal, B as Buffer, aA as getDefaultExportFromCjs, aB as getContentTypesFromXml, aC as xmljs } from "./converter-Bf6KHOzD.js";
|
|
2
2
|
function commonjsRequire(path) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|
|
@@ -12,9 +12,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
12
12
|
var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, checkFonts_fn, determineUnsupportedFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initPagination_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ListItemNodeView_instances, init_fn3, applyIndentStyling_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn;
|
|
13
13
|
import * as Y from "yjs";
|
|
14
14
|
import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
|
|
15
|
-
import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as ReplaceStep, E as NodeRange, G as findWrapping, L as ListHelpers, H as findParentNode, I as isMacOS, J as isIOS, K as getSchemaTypeByName, O as inputRulesPlugin, Q as TrackDeleteMarkName, U as TrackInsertMarkName, V as v4, W as TrackFormatMarkName, X as comments_module_events, Y as findMark, Z as objectIncludes, _ as AddMarkStep, $ as RemoveMarkStep, a0 as twipsToLines, a1 as pixelsToTwips, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as createDocFromMarkdown, a8 as createDocFromHTML, a9 as EditorState, aa as hasSomeParentWithClass, ab as isActive, ac as unflattenListsInHtml, ad as parseSizeUnit, ae as minMax, af as getLineHeightValueString, ag as updateDOMAttributes, ah as findChildren$5, ai as htmlHandler, aj as generateRandomSigned32BitIntStrId, ak as InputRule, al as kebabCase, am as findParentNodeClosestToPos, an as getListItemStyleDefinitions, ao as docxNumberingHelpers, ap as parseIndentElement, aq as combineIndents, ar as twipsToPixels, as as PIXELS_PER_INCH, at as SelectionRange, au as Transform, av as isInTable$1, aw as generateDocxRandomId, ax as insertNewRelationship, ay as inchesToPixels } from "./converter-
|
|
15
|
+
import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as ReplaceStep, E as NodeRange, G as findWrapping, L as ListHelpers, H as findParentNode, I as isMacOS, J as isIOS, K as getSchemaTypeByName, O as inputRulesPlugin, Q as TrackDeleteMarkName, U as TrackInsertMarkName, V as v4, W as TrackFormatMarkName, X as comments_module_events, Y as findMark, Z as objectIncludes, _ as AddMarkStep, $ as RemoveMarkStep, a0 as twipsToLines, a1 as pixelsToTwips, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as createDocFromMarkdown, a8 as createDocFromHTML, a9 as EditorState, aa as hasSomeParentWithClass, ab as isActive, ac as unflattenListsInHtml, ad as parseSizeUnit, ae as minMax, af as getLineHeightValueString, ag as updateDOMAttributes, ah as findChildren$5, ai as htmlHandler, aj as generateRandomSigned32BitIntStrId, ak as InputRule, al as kebabCase, am as findParentNodeClosestToPos, an as getListItemStyleDefinitions, ao as docxNumberingHelpers, ap as parseIndentElement, aq as combineIndents, ar as twipsToPixels, as as PIXELS_PER_INCH, at as SelectionRange, au as Transform, av as isInTable$1, aw as generateDocxRandomId, ax as insertNewRelationship, ay as inchesToPixels } from "./converter-Bf6KHOzD.js";
|
|
16
|
+
import { D as DocxZipper } from "./docx-zipper-C6ABOp_2.js";
|
|
16
17
|
import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
|
|
17
|
-
import { D as DocxZipper } from "./docx-zipper-nrZgxvR8.js";
|
|
18
18
|
var GOOD_LEAF_SIZE = 200;
|
|
19
19
|
var RopeSequence = function RopeSequence2() {
|
|
20
20
|
};
|
|
@@ -12116,9 +12116,10 @@ const CommentsPlugin = Extension.create({
|
|
|
12116
12116
|
}
|
|
12117
12117
|
},
|
|
12118
12118
|
view() {
|
|
12119
|
-
let prevDoc;
|
|
12120
|
-
let prevActiveThreadId;
|
|
12119
|
+
let prevDoc = null;
|
|
12120
|
+
let prevActiveThreadId = null;
|
|
12121
12121
|
let prevAllCommentPositions = {};
|
|
12122
|
+
let hasEverEmitted = false;
|
|
12122
12123
|
return {
|
|
12123
12124
|
update(view) {
|
|
12124
12125
|
const { state } = view;
|
|
@@ -12129,14 +12130,15 @@ const CommentsPlugin = Extension.create({
|
|
|
12129
12130
|
if (meta?.type === "setActiveComment" || meta?.forceUpdate) {
|
|
12130
12131
|
shouldUpdate = true;
|
|
12131
12132
|
}
|
|
12132
|
-
const docChanged = prevDoc
|
|
12133
|
+
const docChanged = !prevDoc || !prevDoc.eq(doc2);
|
|
12133
12134
|
if (docChanged) shouldUpdate = true;
|
|
12134
12135
|
const activeThreadChanged = prevActiveThreadId !== currentActiveThreadId;
|
|
12135
12136
|
if (activeThreadChanged) {
|
|
12136
12137
|
shouldUpdate = true;
|
|
12137
12138
|
prevActiveThreadId = currentActiveThreadId;
|
|
12138
12139
|
}
|
|
12139
|
-
const
|
|
12140
|
+
const isInitialLoad = prevDoc === null;
|
|
12141
|
+
const onlyActiveThreadChanged = !isInitialLoad && !docChanged && activeThreadChanged;
|
|
12140
12142
|
if (!shouldUpdate) return;
|
|
12141
12143
|
prevDoc = doc2;
|
|
12142
12144
|
shouldUpdate = false;
|
|
@@ -12216,8 +12218,11 @@ const CommentsPlugin = Extension.create({
|
|
|
12216
12218
|
}
|
|
12217
12219
|
if (!onlyActiveThreadChanged) {
|
|
12218
12220
|
const positionsChanged = hasPositionsChanged(prevAllCommentPositions, allCommentPositions);
|
|
12219
|
-
|
|
12221
|
+
const hasComments = Object.keys(allCommentPositions).length > 0;
|
|
12222
|
+
const shouldEmitPositions = positionsChanged || !hasEverEmitted && hasComments;
|
|
12223
|
+
if (shouldEmitPositions) {
|
|
12220
12224
|
prevAllCommentPositions = allCommentPositions;
|
|
12225
|
+
hasEverEmitted = true;
|
|
12221
12226
|
editor.emit("comment-positions", { allCommentPositions });
|
|
12222
12227
|
}
|
|
12223
12228
|
}
|
|
@@ -12235,7 +12240,10 @@ const hasPositionsChanged = (prevPositions, currPositions) => {
|
|
|
12235
12240
|
for (const key2 of currKeys) {
|
|
12236
12241
|
const prev = prevPositions[key2];
|
|
12237
12242
|
const curr = currPositions[key2];
|
|
12238
|
-
if (!prev || prev.
|
|
12243
|
+
if (!prev || !prev.bounds || !curr.bounds) {
|
|
12244
|
+
return true;
|
|
12245
|
+
}
|
|
12246
|
+
if (prev.bounds.top !== curr.bounds.top || prev.bounds.left !== curr.bounds.left) {
|
|
12239
12247
|
return true;
|
|
12240
12248
|
}
|
|
12241
12249
|
}
|
|
@@ -15064,7 +15072,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
15064
15072
|
{ default: remarkStringify },
|
|
15065
15073
|
{ default: remarkGfm }
|
|
15066
15074
|
] = await Promise.all([
|
|
15067
|
-
import("./index-
|
|
15075
|
+
import("./index-vgCtdrE1.js"),
|
|
15068
15076
|
import("./index-DRCvimau.js"),
|
|
15069
15077
|
import("./index-C_x_N6Uh.js"),
|
|
15070
15078
|
import("./index-D_sWOSiG.js"),
|
|
@@ -15282,7 +15290,7 @@ const _Editor = class _Editor extends EventEmitter {
|
|
|
15282
15290
|
* @returns {Object | void} Migration results
|
|
15283
15291
|
*/
|
|
15284
15292
|
processCollaborationMigrations() {
|
|
15285
|
-
console.debug("[checkVersionMigrations] Current editor version", "0.
|
|
15293
|
+
console.debug("[checkVersionMigrations] Current editor version", "0.29.0-next.11");
|
|
15286
15294
|
if (!this.options.ydoc) return;
|
|
15287
15295
|
const metaMap = this.options.ydoc.getMap("meta");
|
|
15288
15296
|
let docVersion = metaMap.get("version");
|
|
@@ -31843,9 +31851,10 @@ const Strike = Mark.create({
|
|
|
31843
31851
|
{ style: "text-decoration=auto", clearMark: (m) => m.type.name == "s" }
|
|
31844
31852
|
];
|
|
31845
31853
|
},
|
|
31846
|
-
renderDOM({ htmlAttributes }) {
|
|
31854
|
+
renderDOM({ mark, htmlAttributes }) {
|
|
31847
31855
|
const merged = Attribute.mergeAttributes(this.options.htmlAttributes, htmlAttributes);
|
|
31848
|
-
const { value
|
|
31856
|
+
const { value } = mark.attrs;
|
|
31857
|
+
const { ...rest } = merged || {};
|
|
31849
31858
|
if (value === "0") {
|
|
31850
31859
|
return ["span", rest, 0];
|
|
31851
31860
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
|
|
2
|
-
import { p as process$1 } from "./converter-
|
|
3
|
-
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-
|
|
2
|
+
import { p as process$1 } from "./converter-Bf6KHOzD.js";
|
|
3
|
+
import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-DaWgAsfG.js";
|
|
4
4
|
const sanitizeNumber = (value, defaultNumber) => {
|
|
5
5
|
let sanitized = value.replace(/[^0-9.]/g, "");
|
|
6
6
|
sanitized = parseFloat(sanitized);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E } from "./chunks/editor-
|
|
2
|
-
import "./chunks/converter-
|
|
3
|
-
import "./chunks/docx-zipper-
|
|
1
|
+
import { E } from "./chunks/editor-DaWgAsfG.js";
|
|
2
|
+
import "./chunks/converter-Bf6KHOzD.js";
|
|
3
|
+
import "./chunks/docx-zipper-C6ABOp_2.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|