@harbour-enterprises/superdoc 0.29.0-next.1 → 0.29.0-next.10
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-D-eZ2Yov.cjs → PdfViewer-30mTbLIx.cjs} +2 -2
- package/dist/chunks/{PdfViewer-DkZrQk4g.es.js → PdfViewer-D-Qn0ICd.es.js} +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-zeAsCB89.cjs → index-31Ie8H-y.cjs} +166 -121
- package/dist/chunks/{index-DQ6dCde6-BnMDi7G1.cjs → index-CAVACbO6-BUpDtrU-.cjs} +1 -1
- package/dist/chunks/{index-DQ6dCde6-BZTSGgXX.es.js → index-CAVACbO6-yU2cR8kz.es.js} +1 -1
- package/dist/chunks/{index-DJQlES_f.es.js → index-Dz5GRjLu.es.js} +166 -121
- 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-C3a7LnhO.es.js} +181 -122
- package/dist/chunks/{super-editor.es-BV85aAFJ.cjs → super-editor.es-D2kJHajF.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-A-SM_uxK.js} +350 -54
- package/dist/super-editor/chunks/{docx-zipper-nrZgxvR8.js → docx-zipper-DAGEFu-1.js} +1 -1
- package/dist/super-editor/chunks/{editor-C7iHgXnE.js → editor-DEQs8DSp.js} +21 -12
- package/dist/super-editor/chunks/{index-DQ6dCde6.js → index-CAVACbO6.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-DKrq-G-q.js → toolbar-DOnJox-h.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
|
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
|
|
|
9
9
|
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);
|
|
10
10
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
11
11
|
var _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, enrichTrackedChanges_fn, runCommandWithArgumentOnly_fn;
|
|
12
|
-
import { aA as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, aD as vClickOutside, aE as getActiveFormatting, av as isInTable, aF as readFromClipboard, aG as handleClipboardPaste, aH as getFileObject, aI as runPropertyTranslators, aJ as translator, aK as translator$1, aL as translator$2, aM as translator$3, aN as translator$4, aO as translator$5, aP as translator$6, aQ as translator$7, aR as translator$8, aS as translator$9, aT as translator$a, aU as translator$b, aV as translator$c, aW as translator$d, aX as translator$e, aY as commentRangeEndTranslator, aZ as commentRangeStartTranslator, a_ as translator$f, a$ as translator$g, b0 as translator$h, b1 as translator$i, b2 as translator$j, b3 as translator$k, b4 as translator$l, b5 as translator$m, b6 as translator$n, b7 as translator$o, b8 as translator$p, b9 as translator$q, ba as translator$r, bb as translator$s, bc as translator$t, bd as translator$u, be as translator$v, bf as translator$w, bg as translator$x, bh as translator$y, bi as translator$z, bj as translator$A, bk as translator$B, bl as translator$C, bm as translator$D, bn as translator$E, bo as translator$F, bp as translator$G, bq as translator$H, br as translator$I, bs as translator$J, bt as translator$K, bu as translator$L, bv as translator$M, bw as translator$N, bx as translator$O, by as translator$P, bz as translator$Q, bA as translator$R, bB as translator$S, bC as translator$T, bD as translator$U, bE as translator$V, bF as translator$W, bG as translator$X, bH as translator$Y, bI as translator$Z, bJ as translator$_, bK as translator$$, bL as translator$10, bM as translator$11, bN as translator$12, bO as translator$13, bP as translator$14, bQ as translator$15, bR as translator$16, bS as translator$17, bT as translator$18, bU as translator$19, bV as translator$1a, bW as translator$1b, bX as translator$1c, bY as translator$1d, bZ as translator$1e, b_ as translator$1f, b$ as translator$1g, c0 as translator$1h, P as PluginKey, a as Plugin } from "./chunks/converter-
|
|
13
|
-
import {
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as collectTargetListItemPositions, d as getFileOpener, e as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, f as uploadAndInsertImage, h as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, j as undoDepth, k as redoDepth, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, E as Editor, m as getStarterExtensions, P as Placeholder, n as getRichTextExtensions, D as DecorationSet, o as Decoration, M as Mark, p as Extension, A as Attribute, N as Node } from "./chunks/editor-
|
|
15
|
-
import { v, C, w, T, q, x, t } from "./chunks/editor-
|
|
16
|
-
import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
|
|
17
|
-
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-
|
|
12
|
+
import { aA as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, aD as vClickOutside, aE as getActiveFormatting, av as isInTable, aF as readFromClipboard, aG as handleClipboardPaste, aH as getFileObject, aI as runPropertyTranslators, aJ as translator, aK as translator$1, aL as translator$2, aM as translator$3, aN as translator$4, aO as translator$5, aP as translator$6, aQ as translator$7, aR as translator$8, aS as translator$9, aT as translator$a, aU as translator$b, aV as translator$c, aW as translator$d, aX as translator$e, aY as commentRangeEndTranslator, aZ as commentRangeStartTranslator, a_ as translator$f, a$ as translator$g, b0 as translator$h, b1 as translator$i, b2 as translator$j, b3 as translator$k, b4 as translator$l, b5 as translator$m, b6 as translator$n, b7 as translator$o, b8 as translator$p, b9 as translator$q, ba as translator$r, bb as translator$s, bc as translator$t, bd as translator$u, be as translator$v, bf as translator$w, bg as translator$x, bh as translator$y, bi as translator$z, bj as translator$A, bk as translator$B, bl as translator$C, bm as translator$D, bn as translator$E, bo as translator$F, bp as translator$G, bq as translator$H, br as translator$I, bs as translator$J, bt as translator$K, bu as translator$L, bv as translator$M, bw as translator$N, bx as translator$O, by as translator$P, bz as translator$Q, bA as translator$R, bB as translator$S, bC as translator$T, bD as translator$U, bE as translator$V, bF as translator$W, bG as translator$X, bH as translator$Y, bI as translator$Z, bJ as translator$_, bK as translator$$, bL as translator$10, bM as translator$11, bN as translator$12, bO as translator$13, bP as translator$14, bQ as translator$15, bR as translator$16, bS as translator$17, bT as translator$18, bU as translator$19, bV as translator$1a, bW as translator$1b, bX as translator$1c, bY as translator$1d, bZ as translator$1e, b_ as translator$1f, b$ as translator$1g, c0 as translator$1h, P as PluginKey, a as Plugin } from "./chunks/converter-A-SM_uxK.js";
|
|
13
|
+
import { a5, i, a2 } from "./chunks/converter-A-SM_uxK.js";
|
|
14
|
+
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as collectTargetListItemPositions, d as getFileOpener, e as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, f as uploadAndInsertImage, h as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, j as undoDepth, k as redoDepth, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, E as Editor, m as getStarterExtensions, P as Placeholder, n as getRichTextExtensions, D as DecorationSet, o as Decoration, M as Mark, p as Extension, A as Attribute, N as Node } from "./chunks/editor-DEQs8DSp.js";
|
|
15
|
+
import { v, C, w, T, q, x, t } from "./chunks/editor-DEQs8DSp.js";
|
|
16
|
+
import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, defineComponent, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
|
|
17
|
+
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-DOnJox-h.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-DAGEFu-1.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
var hasRequiredEventemitter3;
|
|
@@ -311,8 +311,8 @@ const useToolbarItem = (options) => {
|
|
|
311
311
|
onDeactivate
|
|
312
312
|
};
|
|
313
313
|
};
|
|
314
|
-
const _hoisted_1$
|
|
315
|
-
const _sfc_main$
|
|
314
|
+
const _hoisted_1$d = ["onClick", "innerHTML", "aria-label", "onKeydown"];
|
|
315
|
+
const _sfc_main$e = {
|
|
316
316
|
__name: "AlignmentButtons",
|
|
317
317
|
emits: ["select"],
|
|
318
318
|
setup(__props, { emit: __emit }) {
|
|
@@ -397,20 +397,20 @@ const _sfc_main$d = {
|
|
|
397
397
|
ref_key: "alignmentButtonsRefs",
|
|
398
398
|
ref: alignmentButtonsRefs,
|
|
399
399
|
onKeydown: withModifiers((event) => handleKeyDown(event, index), ["prevent"])
|
|
400
|
-
}, null, 40, _hoisted_1$
|
|
400
|
+
}, null, 40, _hoisted_1$d);
|
|
401
401
|
}), 64))
|
|
402
402
|
], 2);
|
|
403
403
|
};
|
|
404
404
|
}
|
|
405
405
|
};
|
|
406
|
-
const AlignmentButtons = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
407
|
-
const _hoisted_1$
|
|
406
|
+
const AlignmentButtons = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-d84f57b6"]]);
|
|
407
|
+
const _hoisted_1$c = ["onClick", "onKeydown"];
|
|
408
408
|
const _hoisted_2$9 = { class: "document-mode-column icon-column" };
|
|
409
409
|
const _hoisted_3$7 = ["innerHTML"];
|
|
410
410
|
const _hoisted_4$3 = { class: "document-mode-column text-column" };
|
|
411
411
|
const _hoisted_5$2 = { class: "document-mode-type" };
|
|
412
412
|
const _hoisted_6$1 = { class: "document-mode-description" };
|
|
413
|
-
const _sfc_main$
|
|
413
|
+
const _sfc_main$d = {
|
|
414
414
|
__name: "DocumentMode",
|
|
415
415
|
props: {
|
|
416
416
|
options: {
|
|
@@ -484,19 +484,19 @@ const _sfc_main$c = {
|
|
|
484
484
|
createElementVNode("div", _hoisted_5$2, toDisplayString(option.label), 1),
|
|
485
485
|
createElementVNode("div", _hoisted_6$1, toDisplayString(option.description), 1)
|
|
486
486
|
])
|
|
487
|
-
], 42, _hoisted_1$
|
|
487
|
+
], 42, _hoisted_1$c);
|
|
488
488
|
}), 256))
|
|
489
489
|
], 2);
|
|
490
490
|
};
|
|
491
491
|
}
|
|
492
492
|
};
|
|
493
|
-
const DocumentMode = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
494
|
-
const _hoisted_1$
|
|
493
|
+
const DocumentMode = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-8730b752"]]);
|
|
494
|
+
const _hoisted_1$b = {
|
|
495
495
|
key: 0,
|
|
496
496
|
class: "linked-style-buttons"
|
|
497
497
|
};
|
|
498
498
|
const _hoisted_2$8 = ["onClick", "onKeydown"];
|
|
499
|
-
const _sfc_main$
|
|
499
|
+
const _sfc_main$c = {
|
|
500
500
|
__name: "LinkedStyle",
|
|
501
501
|
props: {
|
|
502
502
|
editor: {
|
|
@@ -550,7 +550,7 @@ const _sfc_main$b = {
|
|
|
550
550
|
styleRefs.value[0].focus();
|
|
551
551
|
});
|
|
552
552
|
return (_ctx, _cache) => {
|
|
553
|
-
return props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
553
|
+
return props.editor ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
554
554
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(getQuickFormatList)(__props.editor), (style, index) => {
|
|
555
555
|
return openBlock(), createElementBlock("div", {
|
|
556
556
|
class: normalizeClass(["style-item", { selected: __props.selectedOption === style.id }]),
|
|
@@ -571,8 +571,8 @@ const _sfc_main$b = {
|
|
|
571
571
|
};
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
|
-
const LinkedStyle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
575
|
-
const _hoisted_1$
|
|
574
|
+
const LinkedStyle = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-698bdb8e"]]);
|
|
575
|
+
const _hoisted_1$a = {
|
|
576
576
|
key: 0,
|
|
577
577
|
class: "link-title"
|
|
578
578
|
};
|
|
@@ -600,7 +600,7 @@ const _hoisted_13 = {
|
|
|
600
600
|
key: 4,
|
|
601
601
|
class: "input-row go-to-anchor clickable"
|
|
602
602
|
};
|
|
603
|
-
const _sfc_main$
|
|
603
|
+
const _sfc_main$b = {
|
|
604
604
|
__name: "LinkInput",
|
|
605
605
|
props: {
|
|
606
606
|
showInput: {
|
|
@@ -739,7 +739,7 @@ const _sfc_main$a = {
|
|
|
739
739
|
return openBlock(), createElementBlock("div", {
|
|
740
740
|
class: normalizeClass(["link-input-ctn", { "high-contrast": unref(isHighContrastMode) }])
|
|
741
741
|
}, [
|
|
742
|
-
isAnchor.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
742
|
+
isAnchor.value ? (openBlock(), createElementBlock("div", _hoisted_1$a, "Page anchor")) : isEditing.value ? (openBlock(), createElementBlock("div", _hoisted_2$7, "Edit link")) : (openBlock(), createElementBlock("div", _hoisted_3$6, "Add link")),
|
|
743
743
|
__props.showInput && !isAnchor.value ? (openBlock(), createElementBlock("div", _hoisted_4$2, [
|
|
744
744
|
createElementVNode("div", _hoisted_5$1, [
|
|
745
745
|
_cache[4] || (_cache[4] = createElementVNode("div", { class: "input-icon text-input-icon" }, "T", -1)),
|
|
@@ -806,12 +806,12 @@ const _sfc_main$a = {
|
|
|
806
806
|
};
|
|
807
807
|
}
|
|
808
808
|
};
|
|
809
|
-
const LinkInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
810
|
-
const _hoisted_1$
|
|
809
|
+
const LinkInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-ba50627b"]]);
|
|
810
|
+
const _hoisted_1$9 = ["aria-label", "onClick", "onKeydown"];
|
|
811
811
|
const _hoisted_2$6 = ["innerHTML"];
|
|
812
812
|
const _hoisted_3$5 = ["innerHTML"];
|
|
813
813
|
const ROW_SIZE$1 = 7;
|
|
814
|
-
const _sfc_main$
|
|
814
|
+
const _sfc_main$a = {
|
|
815
815
|
__name: "IconGridRow",
|
|
816
816
|
props: {
|
|
817
817
|
icons: {
|
|
@@ -937,19 +937,19 @@ const _sfc_main$9 = {
|
|
|
937
937
|
innerHTML: unref(toolbarIcons).colorOptionCheck,
|
|
938
938
|
style: normalizeStyle(getCheckStyle(option.value, optionIndex))
|
|
939
939
|
}, null, 12, _hoisted_3$5)) : createCommentVNode("", true)
|
|
940
|
-
], 40, _hoisted_1$
|
|
940
|
+
], 40, _hoisted_1$9);
|
|
941
941
|
}), 128))
|
|
942
942
|
]);
|
|
943
943
|
}), 128);
|
|
944
944
|
};
|
|
945
945
|
}
|
|
946
946
|
};
|
|
947
|
-
const IconGridRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
947
|
+
const IconGridRow = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-0f479b6c"]]);
|
|
948
948
|
const DropIcon = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.2 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0l-1.8 0c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg>\n';
|
|
949
|
-
const _hoisted_1$
|
|
949
|
+
const _hoisted_1$8 = { class: "options-grid-wrap" };
|
|
950
950
|
const _hoisted_2$5 = ["innerHTML"];
|
|
951
951
|
const _hoisted_3$4 = { class: "option-grid-ctn" };
|
|
952
|
-
const _sfc_main$
|
|
952
|
+
const _sfc_main$9 = {
|
|
953
953
|
__name: "IconGrid",
|
|
954
954
|
props: {
|
|
955
955
|
icons: {
|
|
@@ -976,7 +976,7 @@ const _sfc_main$8 = {
|
|
|
976
976
|
emit("select", option);
|
|
977
977
|
};
|
|
978
978
|
return (_ctx, _cache) => {
|
|
979
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
979
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
980
980
|
__props.hasNoneIcon ? (openBlock(), createElementBlock("div", {
|
|
981
981
|
key: 0,
|
|
982
982
|
class: "none-option",
|
|
@@ -1009,7 +1009,7 @@ const _sfc_main$8 = {
|
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
1011
|
};
|
|
1012
|
-
const IconGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1012
|
+
const IconGrid = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-3d19fedf"]]);
|
|
1013
1013
|
const closeDropdown$1 = (dropdown) => {
|
|
1014
1014
|
dropdown.expand.value = false;
|
|
1015
1015
|
};
|
|
@@ -1118,10 +1118,10 @@ const icons = [
|
|
|
1118
1118
|
const getAvailableColorOptions = () => {
|
|
1119
1119
|
return icons.flat().map((item) => item.value);
|
|
1120
1120
|
};
|
|
1121
|
-
const _hoisted_1$
|
|
1121
|
+
const _hoisted_1$7 = ["data-cols", "data-rows", "onKeydown", "onClick"];
|
|
1122
1122
|
const _hoisted_2$4 = ["aria-valuetext"];
|
|
1123
1123
|
const ROW_SIZE = 5;
|
|
1124
|
-
const _sfc_main$
|
|
1124
|
+
const _sfc_main$8 = {
|
|
1125
1125
|
__name: "TableGrid",
|
|
1126
1126
|
emits: ["select", "clickoutside"],
|
|
1127
1127
|
setup(__props, { emit: __emit }) {
|
|
@@ -1237,7 +1237,7 @@ const _sfc_main$7 = {
|
|
|
1237
1237
|
ref: tableGridItems,
|
|
1238
1238
|
onKeydown: withModifiers((event) => handleKeyDown(event, n, i2), ["prevent"]),
|
|
1239
1239
|
onClick: withModifiers(($event) => handleClick({ cols: n, rows: i2 }), ["stop", "prevent"])
|
|
1240
|
-
}, null, 40, _hoisted_1$
|
|
1240
|
+
}, null, 40, _hoisted_1$7);
|
|
1241
1241
|
}), 64))
|
|
1242
1242
|
], 64);
|
|
1243
1243
|
}), 64))
|
|
@@ -1250,13 +1250,13 @@ const _sfc_main$7 = {
|
|
|
1250
1250
|
};
|
|
1251
1251
|
}
|
|
1252
1252
|
};
|
|
1253
|
-
const TableGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1254
|
-
const _hoisted_1$
|
|
1253
|
+
const TableGrid = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-92e8d5fb"]]);
|
|
1254
|
+
const _hoisted_1$6 = { class: "toolbar-table-actions" };
|
|
1255
1255
|
const _hoisted_2$3 = ["onClick", "data-item", "ariaLabel"];
|
|
1256
1256
|
const _hoisted_3$3 = { class: "toolbar-table-actions__icon" };
|
|
1257
1257
|
const _hoisted_4$1 = ["innerHTML"];
|
|
1258
1258
|
const _hoisted_5 = { class: "toolbar-table-actions__label" };
|
|
1259
|
-
const _sfc_main$
|
|
1259
|
+
const _sfc_main$7 = {
|
|
1260
1260
|
__name: "TableActions",
|
|
1261
1261
|
props: {
|
|
1262
1262
|
options: {
|
|
@@ -1270,7 +1270,7 @@ const _sfc_main$6 = {
|
|
|
1270
1270
|
emit("select", { command: item.command });
|
|
1271
1271
|
};
|
|
1272
1272
|
return (_ctx, _cache) => {
|
|
1273
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1273
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
1274
1274
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (option) => {
|
|
1275
1275
|
return openBlock(), createElementBlock("div", {
|
|
1276
1276
|
class: normalizeClass(["toolbar-table-actions__item", { "toolbar-table-actions__item--border": option.bottomBorder }]),
|
|
@@ -1292,7 +1292,7 @@ const _sfc_main$6 = {
|
|
|
1292
1292
|
};
|
|
1293
1293
|
}
|
|
1294
1294
|
};
|
|
1295
|
-
const TableActions = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1295
|
+
const TableActions = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-990b9a25"]]);
|
|
1296
1296
|
function getScrollableParent(element) {
|
|
1297
1297
|
let currentElement = element;
|
|
1298
1298
|
while (currentElement) {
|
|
@@ -1316,10 +1316,10 @@ function scrollToElement(targetElement, options = { behavior: "smooth", block: "
|
|
|
1316
1316
|
});
|
|
1317
1317
|
}
|
|
1318
1318
|
const checkIconSvg = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>\n';
|
|
1319
|
-
const _hoisted_1$
|
|
1319
|
+
const _hoisted_1$5 = { class: "search-input-ctn" };
|
|
1320
1320
|
const _hoisted_2$2 = { class: "row" };
|
|
1321
1321
|
const _hoisted_3$2 = ["onKeydown"];
|
|
1322
|
-
const _sfc_main$
|
|
1322
|
+
const _sfc_main$6 = {
|
|
1323
1323
|
__name: "SearchInput",
|
|
1324
1324
|
props: {
|
|
1325
1325
|
searchRef: {
|
|
@@ -1334,7 +1334,7 @@ const _sfc_main$5 = {
|
|
|
1334
1334
|
emit("submit", { value: searchValue.value });
|
|
1335
1335
|
};
|
|
1336
1336
|
return (_ctx, _cache) => {
|
|
1337
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1337
|
+
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
1338
1338
|
createElementVNode("div", _hoisted_2$2, [
|
|
1339
1339
|
withDirectives(createElementVNode("input", {
|
|
1340
1340
|
ref: __props.searchRef,
|
|
@@ -1358,7 +1358,7 @@ const _sfc_main$5 = {
|
|
|
1358
1358
|
};
|
|
1359
1359
|
}
|
|
1360
1360
|
};
|
|
1361
|
-
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1361
|
+
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-957cbcf2"]]);
|
|
1362
1362
|
const TOOLBAR_FONTS = [
|
|
1363
1363
|
{
|
|
1364
1364
|
label: "Georgia",
|
|
@@ -4058,7 +4058,7 @@ function getItems(context, customItems = [], includeDefaultItems = true) {
|
|
|
4058
4058
|
}).filter((section) => section.items.length > 0);
|
|
4059
4059
|
return filteredSections;
|
|
4060
4060
|
}
|
|
4061
|
-
const _hoisted_1$
|
|
4061
|
+
const _hoisted_1$4 = { class: "slash-menu-items" };
|
|
4062
4062
|
const _hoisted_2$1 = {
|
|
4063
4063
|
key: 0,
|
|
4064
4064
|
class: "slash-menu-divider",
|
|
@@ -4066,7 +4066,7 @@ const _hoisted_2$1 = {
|
|
|
4066
4066
|
};
|
|
4067
4067
|
const _hoisted_3$1 = ["onClick"];
|
|
4068
4068
|
const _hoisted_4 = ["innerHTML"];
|
|
4069
|
-
const _sfc_main$
|
|
4069
|
+
const _sfc_main$5 = {
|
|
4070
4070
|
__name: "SlashMenu",
|
|
4071
4071
|
props: {
|
|
4072
4072
|
editor: {
|
|
@@ -4364,7 +4364,7 @@ const _sfc_main$4 = {
|
|
|
4364
4364
|
}, null, 544), [
|
|
4365
4365
|
[vModelText, searchQuery.value]
|
|
4366
4366
|
]),
|
|
4367
|
-
createElementVNode("div", _hoisted_1$
|
|
4367
|
+
createElementVNode("div", _hoisted_1$4, [
|
|
4368
4368
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filteredSections.value, (section, sectionIndex) => {
|
|
4369
4369
|
return openBlock(), createElementBlock(Fragment, {
|
|
4370
4370
|
key: section.id
|
|
@@ -4399,6 +4399,33 @@ const _sfc_main$4 = {
|
|
|
4399
4399
|
};
|
|
4400
4400
|
}
|
|
4401
4401
|
};
|
|
4402
|
+
const _hoisted_1$3 = ["accept"];
|
|
4403
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
4404
|
+
__name: "BasicUpload",
|
|
4405
|
+
props: {
|
|
4406
|
+
accept: { default: ".docx, .pdf, .html, .md" }
|
|
4407
|
+
},
|
|
4408
|
+
emits: ["file-change"],
|
|
4409
|
+
setup(__props, { emit: __emit }) {
|
|
4410
|
+
const emit = __emit;
|
|
4411
|
+
const onFileChange = (event) => {
|
|
4412
|
+
const target = event.target;
|
|
4413
|
+
if (target.files?.[0]) {
|
|
4414
|
+
emit("file-change", target.files[0]);
|
|
4415
|
+
}
|
|
4416
|
+
};
|
|
4417
|
+
return (_ctx, _cache) => {
|
|
4418
|
+
return openBlock(), createElementBlock("div", null, [
|
|
4419
|
+
createElementVNode("input", {
|
|
4420
|
+
type: "file",
|
|
4421
|
+
id: "fileInput",
|
|
4422
|
+
onChange: onFileChange,
|
|
4423
|
+
accept: __props.accept
|
|
4424
|
+
}, null, 40, _hoisted_1$3)
|
|
4425
|
+
]);
|
|
4426
|
+
};
|
|
4427
|
+
}
|
|
4428
|
+
});
|
|
4402
4429
|
function adjustPaginationBreaks(editorElem, editor) {
|
|
4403
4430
|
if (!editorElem.value || !editor?.value?.options?.scale) return;
|
|
4404
4431
|
const zoom = editor.value.options.scale;
|
|
@@ -4923,7 +4950,7 @@ const _sfc_main$1 = {
|
|
|
4923
4950
|
class: "editor-element super-editor__element",
|
|
4924
4951
|
role: "presentation"
|
|
4925
4952
|
}, null, 512),
|
|
4926
|
-
!props.options.disableContextMenu && editorReady.value && editor.value ? (openBlock(), createBlock(_sfc_main$
|
|
4953
|
+
!props.options.disableContextMenu && editorReady.value && editor.value ? (openBlock(), createBlock(_sfc_main$5, {
|
|
4927
4954
|
key: 0,
|
|
4928
4955
|
editor: editor.value,
|
|
4929
4956
|
popoverControls,
|
|
@@ -4992,7 +5019,7 @@ const _sfc_main$1 = {
|
|
|
4992
5019
|
};
|
|
4993
5020
|
}
|
|
4994
5021
|
};
|
|
4995
|
-
const SuperEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
5022
|
+
const SuperEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-9d25f5b3"]]);
|
|
4996
5023
|
const _hoisted_1 = ["innerHTML"];
|
|
4997
5024
|
const _sfc_main = {
|
|
4998
5025
|
__name: "SuperInput",
|
|
@@ -5189,13 +5216,13 @@ const Extensions = {
|
|
|
5189
5216
|
export {
|
|
5190
5217
|
AIWriter,
|
|
5191
5218
|
v as AnnotatorHelpers,
|
|
5192
|
-
|
|
5219
|
+
_sfc_main$4 as BasicUpload,
|
|
5193
5220
|
C as CommentsPluginKey,
|
|
5194
5221
|
D as DocxZipper,
|
|
5195
5222
|
Editor,
|
|
5196
5223
|
Extensions,
|
|
5197
5224
|
w as SectionHelpers,
|
|
5198
|
-
_sfc_main$
|
|
5225
|
+
_sfc_main$5 as SlashMenu,
|
|
5199
5226
|
a5 as SuperConverter,
|
|
5200
5227
|
SuperEditor,
|
|
5201
5228
|
SuperInput,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../superdoc/src/components/CommentsLayer/types.js"],"names":[],"mappings":";;;;eAEc,MAAM;;;;qBACN,MAAM;;;;YACN,MAAM;;;;cACN,MAAM;;;;;;;;iBAEN,MAAM;;;;iBACN,MAAM;;;;gBACN,MAAM;;;;oBAEjB;QAAkC,IAAI,EAA3B,MAAM;KACjB;;;;gBAAW,OAAO;;;;iBACP,MAAM;;;;eAEjB;QAA6B,UAAU,EAA5B,MAAM;QACY,IAAI,EAAtB,MAAM;QACY,eAAe;KAC5C;;;;mBAAW,OAAO;;;;uBACP,MAAM,GAAC,IAAI;;;;uBACX,aAAa,GAAG,aAAa,GAAG,MAAM,GAAG,aAAa;;;;iBACtD,MAAM,GAAC,IAAI;;;;kBACX,MAAM,GAAC,IAAI;;;;qBACX,MAAM,GAAC,IAAI;;;;oBACX,MAAM,GAAC,IAAI;;;;iBACX,WAAW;;;;;;UAKX,MAAM;;;;WACN,KAAK,KAAQ;;;;WAGxB;QAAiC,KAAK,EAA3B,MAAM;QACgB,UAAU,EAAhC,MAAM;QACgB,QAAQ,EAA9B,MAAM;QACqB,OAAO,EAAlC,MAAM,GAAC,IAAI;KACtB;;;;UAAW,MAAM;;;;;;UAKN,MAAM;;;;WAEjB;QAA8B,UAAU,EAA7B,MAAM,GAAC,IAAI;QACQ,UAAU,EAA7B,MAAM,GAAC,IAAI;QACQ,MAAM,EAAzB,MAAM,GAAC,IAAI;QACQ,MAAM,EAAzB,MAAM,GAAC,IAAI;QACQ,KAAK,EAAxB,MAAM,GAAC,IAAI;QACQ,YAAY,EAA/B,MAAM,GAAC,IAAI;QACQ,KAAK,EAAxB,MAAM,GAAC,IAAI;QACQ,OAAO,EAA1B,MAAM,GAAC,IAAI;QACQ,OAAO,EAA1B,MAAM,GAAC,IAAI;QACG,OAAO,EAChC;YAAiC,cAAc,EAApC,MAAM;YACgB,eAAe,EAArC,MAAM;YACgB,IAAI,EAA1B,MAAM;YACqB,QAAQ,EAAnC,MAAM,GAAC,IAAI;SACtB;QAAyB,UAAU;QACN,UAAU,EAA5B,QAAM,IAAI;QACC,MAAM,EAAjB,GAAG;QACQ,OAAO,EAAlB,GAAG;QACgB,KAAK,EAAxB,MAAM,GAAC,IAAI;QACQ,OAAO,EAA1B,MAAM,GAAC,IAAI;QACQ,SAAS,EAA5B,MAAM,GAAC,IAAI;QACA,UAAU,EAArB,GAAG;QACgB,QAAQ,EAA3B,MAAM,GAAC,IAAI;QACW,SAAS,EAA/B,OAAO,GAAG,IAAI;QACM,QAAQ,EAA5B,OAAO,GAAC,IAAI;QACO,mBAAmB,EAAtC,MAAO,IAAI;QACQ,OAAO,EAA1B,MAAM,GAAC,IAAI;QACQ,eAAe,EAAlC,MAAM,GAAC,IAAI;QACA,OAAO,EAAlB,GAAG;QACQ,QAAQ,EAAnB,GAAG;KACd;;;;aAAW,KAAK,CAAC,cAAc,CAAC"}
|
package/dist/super-editor.cjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
4
|
-
require("./chunks/vue-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-D2kJHajF.cjs");
|
|
4
|
+
require("./chunks/vue-BQxRC6G7.cjs");
|
|
5
5
|
exports.AIWriter = superEditor_es.AIWriter;
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
|
7
|
-
exports.BasicUpload = superEditor_es._sfc_main;
|
|
7
|
+
exports.BasicUpload = superEditor_es._sfc_main$4;
|
|
8
8
|
exports.CommentsPluginKey = superEditor_es.CommentsPluginKey;
|
|
9
9
|
exports.DocxZipper = superEditor_es.DocxZipper;
|
|
10
10
|
exports.Editor = superEditor_es.Editor;
|
|
11
11
|
exports.Extensions = superEditor_es.Extensions;
|
|
12
12
|
exports.SectionHelpers = superEditor_es.SectionHelpers;
|
|
13
|
-
exports.SlashMenu = superEditor_es._sfc_main$
|
|
13
|
+
exports.SlashMenu = superEditor_es._sfc_main$5;
|
|
14
14
|
exports.SuperConverter = superEditor_es.SuperConverter;
|
|
15
15
|
exports.SuperEditor = superEditor_es.SuperEditor;
|
|
16
16
|
exports.SuperInput = superEditor_es.SuperInput;
|
package/dist/super-editor.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-
|
|
2
|
-
import "./chunks/vue-
|
|
1
|
+
import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-C3a7LnhO.es.js";
|
|
2
|
+
import "./chunks/vue-D1vcEBAQ.es.js";
|
|
3
3
|
export {
|
|
4
4
|
A as AIWriter,
|
|
5
5
|
a as AnnotatorHelpers,
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
4
|
-
const superdoc = require("./chunks/index-
|
|
5
|
-
require("./chunks/vue-DKMj1I9B.cjs");
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-D2kJHajF.cjs");
|
|
4
|
+
const superdoc = require("./chunks/index-31Ie8H-y.cjs");
|
|
6
5
|
const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
|
|
7
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
|
8
7
|
exports.Editor = superEditor_es.Editor;
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-
|
|
2
|
-
import { D, H, P, S as S2, m, l } from "./chunks/index-
|
|
3
|
-
import "./chunks/vue-ZWZLQtoU.es.js";
|
|
1
|
+
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-C3a7LnhO.es.js";
|
|
2
|
+
import { D, H, P, S as S2, m, l } from "./chunks/index-Dz5GRjLu.es.js";
|
|
4
3
|
import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
|
|
5
4
|
export {
|
|
6
5
|
a as AnnotatorHelpers,
|