superdoc 0.20.0-next.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -0
- package/dist/chunks/PdfViewer-Cdw_Rxtl.cjs +507 -0
- package/dist/chunks/PdfViewer-UKMeGyCc.es.js +507 -0
- package/dist/chunks/blank-docx-CPqX9RF5.cjs +3 -0
- package/dist/chunks/blank-docx-iwdyG9RH.es.js +4 -0
- package/dist/chunks/eventemitter3-B_kO1Pxm.cjs +168 -0
- package/dist/chunks/eventemitter3-CZv6vEhA.es.js +169 -0
- package/dist/chunks/index-ByynlgNA.es.js +18649 -0
- package/dist/chunks/index-QAHP9Hp3.cjs +18664 -0
- package/dist/chunks/jszip-B8KIZSNe.es.js +1774 -0
- package/dist/chunks/jszip-b7l8QkfH.cjs +1773 -0
- package/dist/chunks/super-editor.es-BFcP4oFS.cjs +83013 -0
- package/dist/chunks/super-editor.es-D9-ZMXnA.es.js +82998 -0
- package/dist/chunks/uuid-CQzaMNgL.cjs +36 -0
- package/dist/chunks/uuid-DIIKH5Zc.es.js +37 -0
- package/dist/chunks/vue-CXxsqYcP.es.js +9743 -0
- package/dist/chunks/vue-DWle4Cai.cjs +9742 -0
- package/dist/chunks/xml-js-CX8FH0He.cjs +3 -0
- package/dist/chunks/xml-js-D0tLGmKu.es.js +2 -0
- package/dist/components/CommentsLayer/comment-schemas.d.ts +17 -0
- package/dist/components/CommentsLayer/comment-schemas.d.ts.map +1 -0
- package/dist/components/CommentsLayer/commentsList/super-comments-list.d.ts +21 -0
- package/dist/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -0
- package/dist/components/CommentsLayer/helpers.d.ts +8 -0
- package/dist/components/CommentsLayer/helpers.d.ts.map +1 -0
- package/dist/components/CommentsLayer/use-comment.d.ts +8 -0
- package/dist/components/CommentsLayer/use-comment.d.ts.map +1 -0
- package/dist/components/CommentsLayer/use-conversation.d.ts +23 -0
- package/dist/components/CommentsLayer/use-conversation.d.ts.map +1 -0
- package/dist/components/CommentsLayer/use-floating-comment.d.ts +12 -0
- package/dist/components/CommentsLayer/use-floating-comment.d.ts.map +1 -0
- package/dist/components/PdfViewer/helpers/range.d.ts +2 -0
- package/dist/components/PdfViewer/helpers/range.d.ts.map +1 -0
- package/dist/components/PdfViewer/helpers/read-file.d.ts +2 -0
- package/dist/components/PdfViewer/helpers/read-file.d.ts.map +1 -0
- package/dist/components/PdfViewer/pdf/pdf-adapter.d.ts +115 -0
- package/dist/components/PdfViewer/pdf/pdf-adapter.d.ts.map +1 -0
- package/dist/composables/use-ai.d.ts +11 -0
- package/dist/composables/use-ai.d.ts.map +1 -0
- package/dist/composables/use-document.d.ts +29 -0
- package/dist/composables/use-document.d.ts.map +1 -0
- package/dist/composables/use-field.d.ts +34 -0
- package/dist/composables/use-field.d.ts.map +1 -0
- package/dist/composables/use-high-contrast-mode.d.ts +5 -0
- package/dist/composables/use-high-contrast-mode.d.ts.map +1 -0
- package/dist/composables/use-selected-text.d.ts +8 -0
- package/dist/composables/use-selected-text.d.ts.map +1 -0
- package/dist/core/SuperDoc.d.ts +803 -0
- package/dist/core/SuperDoc.d.ts.map +1 -0
- package/dist/core/collaboration/collaboration-comments.d.ts +5 -0
- package/dist/core/collaboration/collaboration-comments.d.ts.map +1 -0
- package/dist/core/collaboration/collaboration.d.ts +18 -0
- package/dist/core/collaboration/collaboration.d.ts.map +1 -0
- package/dist/core/collaboration/helpers.d.ts +5 -0
- package/dist/core/collaboration/helpers.d.ts.map +1 -0
- package/dist/core/collaboration/permissions.d.ts +14 -0
- package/dist/core/collaboration/permissions.d.ts.map +1 -0
- package/dist/core/create-app.d.ts +2 -0
- package/dist/core/create-app.d.ts.map +1 -0
- package/dist/core/helpers/export.d.ts +3 -0
- package/dist/core/helpers/export.d.ts.map +1 -0
- package/dist/core/helpers/file.d.ts +44 -0
- package/dist/core/helpers/file.d.ts.map +1 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/helpers/floor.d.ts +2 -0
- package/dist/helpers/floor.d.ts.map +1 -0
- package/dist/helpers/group-changes.d.ts +2 -0
- package/dist/helpers/group-changes.d.ts.map +1 -0
- package/dist/helpers/use-selection.d.ts +18 -0
- package/dist/helpers/use-selection.d.ts.map +1 -0
- package/dist/icons.d.ts +11 -0
- package/dist/icons.d.ts.map +1 -0
- package/dist/images/altText_add.svg +3 -0
- package/dist/images/altText_done.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/toolbarButton-editorHighlight.svg +6 -0
- package/dist/images/toolbarButton-menuArrow.svg +3 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/main.d.ts +2 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/stores/comments-store.d.ts +245 -0
- package/dist/stores/comments-store.d.ts.map +1 -0
- package/dist/stores/hrbr-fields-store.d.ts +44 -0
- package/dist/stores/hrbr-fields-store.d.ts.map +1 -0
- package/dist/stores/superdoc-store.d.ts +146 -0
- package/dist/stores/superdoc-store.d.ts.map +1 -0
- package/dist/style.css +5290 -0
- package/dist/super-editor/ai-writer.es.js +523 -0
- package/dist/super-editor/chunks/converter-Brf9NxwA.js +32437 -0
- package/dist/super-editor/chunks/docx-zipper-Dld3TtPb.js +2552 -0
- package/dist/super-editor/chunks/editor-27QWXfk-.js +33078 -0
- package/dist/super-editor/chunks/toolbar-BPRbNqgL.js +10168 -0
- package/dist/super-editor/converter.es.js +5 -0
- package/dist/super-editor/docx-zipper.es.js +5 -0
- package/dist/super-editor/editor.es.js +6 -0
- package/dist/super-editor/file-zipper.es.js +12 -0
- package/dist/super-editor/postcss.config.d.cts +1 -0
- package/dist/super-editor/src/components/cursor-helpers.d.ts +24 -0
- package/dist/super-editor/src/components/pagination-helpers.d.ts +8 -0
- package/dist/super-editor/src/components/slash-menu/constants.d.ts +67 -0
- package/dist/super-editor/src/components/slash-menu/menuItems.d.ts +36 -0
- package/dist/super-editor/src/components/slash-menu/utils.d.ts +9 -0
- package/dist/super-editor/src/components/toolbar/ai-helpers.d.ts +76 -0
- package/dist/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts +14 -0
- package/dist/super-editor/src/components/toolbar/constants.d.ts +18 -0
- package/dist/super-editor/src/components/toolbar/defaultItems.d.ts +6 -0
- package/dist/super-editor/src/components/toolbar/helpers.d.ts +5 -0
- package/dist/super-editor/src/components/toolbar/scroll-helpers.d.ts +4 -0
- package/dist/super-editor/src/components/toolbar/super-toolbar.d.ts +506 -0
- package/dist/super-editor/src/components/toolbar/toolbarIcons.d.ts +61 -0
- package/dist/super-editor/src/components/toolbar/toolbarTexts.d.ts +52 -0
- package/dist/super-editor/src/components/toolbar/use-toolbar-item.d.ts +45 -0
- package/dist/super-editor/src/composables/use-high-contrast-mode.d.ts +4 -0
- package/dist/super-editor/src/core/Attribute.d.ts +79 -0
- package/dist/super-editor/src/core/CommandService.d.ts +63 -0
- package/dist/super-editor/src/core/DocxZipper.d.ts +61 -0
- package/dist/super-editor/src/core/Editor.d.ts +828 -0
- package/dist/super-editor/src/core/EventEmitter.d.ts +39 -0
- package/dist/super-editor/src/core/Extension.d.ts +18 -0
- package/dist/super-editor/src/core/ExtensionService.d.ts +59 -0
- package/dist/super-editor/src/core/InputRule.d.ts +60 -0
- package/dist/super-editor/src/core/Mark.d.ts +19 -0
- package/dist/super-editor/src/core/Node.d.ts +29 -0
- package/dist/super-editor/src/core/OxmlNode.d.ts +19 -0
- package/dist/super-editor/src/core/Schema.d.ts +33 -0
- package/dist/super-editor/src/core/child-editor/child-editor.d.ts +2 -0
- package/dist/super-editor/src/core/child-editor/index.d.ts +1 -0
- package/dist/super-editor/src/core/commands/backspaceNextToList.d.ts +5 -0
- package/dist/super-editor/src/core/commands/clearNodes.d.ts +5 -0
- package/dist/super-editor/src/core/commands/command.d.ts +1 -0
- package/dist/super-editor/src/core/commands/createParagraphNear.d.ts +4 -0
- package/dist/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -0
- package/dist/super-editor/src/core/commands/deleteListItem.d.ts +1 -0
- package/dist/super-editor/src/core/commands/deleteNextToList.d.ts +14 -0
- package/dist/super-editor/src/core/commands/deleteSelection.d.ts +5 -0
- package/dist/super-editor/src/core/commands/exitCode.d.ts +4 -0
- package/dist/super-editor/src/core/commands/first.d.ts +1 -0
- package/dist/super-editor/src/core/commands/increaseListIndent.d.ts +4 -0
- package/dist/super-editor/src/core/commands/index.d.ts +43 -0
- package/dist/super-editor/src/core/commands/insertContent.d.ts +4 -0
- package/dist/super-editor/src/core/commands/insertContentAt.d.ts +8 -0
- package/dist/super-editor/src/core/commands/insertTabChar.d.ts +3 -0
- package/dist/super-editor/src/core/commands/insertTabNode.d.ts +10 -0
- package/dist/super-editor/src/core/commands/joinBackward.d.ts +4 -0
- package/dist/super-editor/src/core/commands/joinDown.d.ts +4 -0
- package/dist/super-editor/src/core/commands/joinForward.d.ts +4 -0
- package/dist/super-editor/src/core/commands/joinUp.d.ts +4 -0
- package/dist/super-editor/src/core/commands/liftEmptyBlock.d.ts +4 -0
- package/dist/super-editor/src/core/commands/liftListItem.d.ts +4 -0
- package/dist/super-editor/src/core/commands/list-helpers/find-node-position.d.ts +1 -0
- package/dist/super-editor/src/core/commands/list-helpers/index.d.ts +2 -0
- package/dist/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -0
- package/dist/super-editor/src/core/commands/list-helpers/test-helpers.d.ts +126 -0
- package/dist/super-editor/src/core/commands/newlineInCode.d.ts +4 -0
- package/dist/super-editor/src/core/commands/resetAttributes.d.ts +5 -0
- package/dist/super-editor/src/core/commands/restoreSelection.d.ts +5 -0
- package/dist/super-editor/src/core/commands/selectAll.d.ts +4 -0
- package/dist/super-editor/src/core/commands/selectNodeBackward.d.ts +4 -0
- package/dist/super-editor/src/core/commands/selectNodeForward.d.ts +4 -0
- package/dist/super-editor/src/core/commands/selectTextblockEnd.d.ts +4 -0
- package/dist/super-editor/src/core/commands/selectTextblockStart.d.ts +4 -0
- package/dist/super-editor/src/core/commands/setMark.d.ts +6 -0
- package/dist/super-editor/src/core/commands/setMeta.d.ts +3 -0
- package/dist/super-editor/src/core/commands/setNode.d.ts +5 -0
- package/dist/super-editor/src/core/commands/sinkListItem.d.ts +4 -0
- package/dist/super-editor/src/core/commands/splitBlock.d.ts +3 -0
- package/dist/super-editor/src/core/commands/splitListItem.d.ts +1 -0
- package/dist/super-editor/src/core/commands/toggleList.d.ts +56 -0
- package/dist/super-editor/src/core/commands/toggleMark.d.ts +4 -0
- package/dist/super-editor/src/core/commands/toggleNode.d.ts +4 -0
- package/dist/super-editor/src/core/commands/types/index.d.ts +61 -0
- package/dist/super-editor/src/core/commands/undoInputRule.d.ts +4 -0
- package/dist/super-editor/src/core/commands/unsetAllMarks.d.ts +5 -0
- package/dist/super-editor/src/core/commands/unsetMark.d.ts +6 -0
- package/dist/super-editor/src/core/commands/updateAttributes.d.ts +5 -0
- package/dist/super-editor/src/core/commands/wrapInList.d.ts +4 -0
- package/dist/super-editor/src/core/encoding-helpers.d.ts +27 -0
- package/dist/super-editor/src/core/extensions/commands.d.ts +2 -0
- package/dist/super-editor/src/core/extensions/editable.d.ts +2 -0
- package/dist/super-editor/src/core/extensions/editorFocus.d.ts +6 -0
- package/dist/super-editor/src/core/extensions/index.d.ts +4 -0
- package/dist/super-editor/src/core/extensions/keymap.d.ts +9 -0
- package/dist/super-editor/src/core/helpers/ErrorWithDetails.d.ts +20 -0
- package/dist/super-editor/src/core/helpers/annotator.d.ts +51 -0
- package/dist/super-editor/src/core/helpers/baseListDefinitions.d.ts +443 -0
- package/dist/super-editor/src/core/helpers/chainableEditorState.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/cleanSchemaItem.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/contentProcessor.d.ts +13 -0
- package/dist/super-editor/src/core/helpers/createDocument.d.ts +10 -0
- package/dist/super-editor/src/core/helpers/createNodeFromContent.d.ts +2 -0
- package/dist/super-editor/src/core/helpers/defaultBlockAt.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/findChildren.d.ts +7 -0
- package/dist/super-editor/src/core/helpers/findMark.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/findParentNode.d.ts +2 -0
- package/dist/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts +19 -0
- package/dist/super-editor/src/core/helpers/findWordBounds.d.ts +4 -0
- package/dist/super-editor/src/core/helpers/generateDocxListAttributes.d.ts +34 -0
- package/dist/super-editor/src/core/helpers/generateDocxRandomId.d.ts +6 -0
- package/dist/super-editor/src/core/helpers/getActiveFormatting.d.ts +4 -0
- package/dist/super-editor/src/core/helpers/getExtensionConfigField.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/getHTMLFromFragment.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/getMarkRange.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/getMarkType.d.ts +7 -0
- package/dist/super-editor/src/core/helpers/getMarksBetween.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/getMarksFromSelection.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/getNodeType.d.ts +7 -0
- package/dist/super-editor/src/core/helpers/getSchemaTypeByName.d.ts +7 -0
- package/dist/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts +7 -0
- package/dist/super-editor/src/core/helpers/getTextContentFromNodes.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/htmlSanitizer.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/importHtml.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/importMarkdown.d.ts +14 -0
- package/dist/super-editor/src/core/helpers/index.d.ts +30 -0
- package/dist/super-editor/src/core/helpers/isActive.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/isInTable.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/isList.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/isMarkActive.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/isNodeActive.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/isTextSelection.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/list-numbering-helpers.d.ts +98 -0
- package/dist/super-editor/src/core/helpers/orderedListUtils.d.ts +7 -0
- package/dist/super-editor/src/core/helpers/pasteListHelpers.d.ts +8 -0
- package/dist/super-editor/src/core/helpers/posToDOMRect.d.ts +20 -0
- package/dist/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/setImageNodeSelection.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/setWordSelection.d.ts +1 -0
- package/dist/super-editor/src/core/helpers/updateDOMAttributes.d.ts +1 -0
- package/dist/super-editor/src/core/index.d.ts +13 -0
- package/dist/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts +2 -0
- package/dist/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts +1 -0
- package/dist/super-editor/src/core/inputRules/html/html-helpers.d.ts +21 -0
- package/dist/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts +3 -0
- package/dist/super-editor/src/core/inputRules/wrappingInputRule.d.ts +8 -0
- package/dist/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts +2 -0
- package/dist/super-editor/src/core/migrations/index.d.ts +1 -0
- package/dist/super-editor/src/core/migrations/migration_after_0_4_14.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/SuperConverter.d.ts +143 -0
- package/dist/super-editor/src/core/super-converter/constants.d.ts +3 -0
- package/dist/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/docx-helpers/index.d.ts +3 -0
- package/dist/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/exporter-docx-defs.d.ts +934 -0
- package/dist/super-editor/src/core/super-converter/exporter.d.ts +171 -0
- package/dist/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/helpers.d.ts +35 -0
- package/dist/super-editor/src/core/super-converter/types.d.ts +3 -0
- package/dist/super-editor/src/core/super-converter/v2/docxHelper.d.ts +12 -0
- package/dist/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts +23 -0
- package/dist/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +443 -0
- package/dist/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v2/exporter/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +13 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts +17 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +67 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +9 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts +24 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +119 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +19 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts +116 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +18 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +73 -0
- package/dist/super-editor/src/core/super-converter/v2/types/index.d.ts +8 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/index.d.ts +13 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +45 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +22 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +9 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +80 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts +4 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +28 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +9 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +17 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +5 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +18 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +6 -0
- package/dist/super-editor/src/core/super-converter/v3/node-translator/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +215 -0
- package/dist/super-editor/src/core/super-converter/zipper.d.ts +7 -0
- package/dist/super-editor/src/core/super-validator/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-validator/logger/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-validator/logger/logger.d.ts +7 -0
- package/dist/super-editor/src/core/super-validator/super-validator.d.ts +58 -0
- package/dist/super-editor/src/core/super-validator/types.d.ts +61 -0
- package/dist/super-editor/src/core/super-validator/validators/state/index.d.ts +16 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts +26 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +22 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts +24 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +24 -0
- package/dist/super-editor/src/core/super-validator/validators/xml/index.d.ts +12 -0
- package/dist/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +13 -0
- package/dist/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +31 -0
- package/dist/super-editor/src/core/types/index.d.ts +128 -0
- package/dist/super-editor/src/core/utilities/callOrGet.d.ts +8 -0
- package/dist/super-editor/src/core/utilities/carbonCopy.d.ts +1 -0
- package/dist/super-editor/src/core/utilities/clipboardUtils.d.ts +16 -0
- package/dist/super-editor/src/core/utilities/createStyleTag.d.ts +6 -0
- package/dist/super-editor/src/core/utilities/deleteProps.d.ts +6 -0
- package/dist/super-editor/src/core/utilities/imageBlobs.d.ts +1 -0
- package/dist/super-editor/src/core/utilities/index.d.ts +10 -0
- package/dist/super-editor/src/core/utilities/isEmptyObject.d.ts +5 -0
- package/dist/super-editor/src/core/utilities/isIOS.d.ts +1 -0
- package/dist/super-editor/src/core/utilities/isMacOS.d.ts +1 -0
- package/dist/super-editor/src/core/utilities/isRegExp.d.ts +1 -0
- package/dist/super-editor/src/core/utilities/minMax.d.ts +1 -0
- package/dist/super-editor/src/core/utilities/objectIncludes.d.ts +8 -0
- package/dist/super-editor/src/core/utilities/parseSizeUnit.d.ts +6 -0
- package/dist/super-editor/src/extensions/ai/ai-constants.d.ts +3 -0
- package/dist/super-editor/src/extensions/ai/ai-marks.d.ts +3 -0
- package/dist/super-editor/src/extensions/ai/ai-nodes.d.ts +2 -0
- package/dist/super-editor/src/extensions/ai/ai-plugin.d.ts +4 -0
- package/dist/super-editor/src/extensions/ai/index.d.ts +4 -0
- package/dist/super-editor/src/extensions/block-node/block-node.d.ts +56 -0
- package/dist/super-editor/src/extensions/block-node/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/bold/bold.d.ts +29 -0
- package/dist/super-editor/src/extensions/bold/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +6 -0
- package/dist/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +26 -0
- package/dist/super-editor/src/extensions/bookmarks/index.d.ts +2 -0
- package/dist/super-editor/src/extensions/bullet-list/bullet-list.d.ts +14 -0
- package/dist/super-editor/src/extensions/bullet-list/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts +1 -0
- package/dist/super-editor/src/extensions/collaboration/collaboration.d.ts +7 -0
- package/dist/super-editor/src/extensions/collaboration/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +2 -0
- package/dist/super-editor/src/extensions/collaboration-cursor/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/color/color.d.ts +42 -0
- package/dist/super-editor/src/extensions/color/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/comment/comment.d.ts +4 -0
- package/dist/super-editor/src/extensions/comment/comments-constants.d.ts +1 -0
- package/dist/super-editor/src/extensions/comment/comments-helpers.d.ts +14 -0
- package/dist/super-editor/src/extensions/comment/comments-marks.d.ts +2 -0
- package/dist/super-editor/src/extensions/comment/comments-plugin.d.ts +4 -0
- package/dist/super-editor/src/extensions/comment/index.d.ts +3 -0
- package/dist/super-editor/src/extensions/content-block/content-block.d.ts +90 -0
- package/dist/super-editor/src/extensions/content-block/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/custom-selection/custom-selection.d.ts +53 -0
- package/dist/super-editor/src/extensions/custom-selection/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/document/document.d.ts +33 -0
- package/dist/super-editor/src/extensions/document/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/dropcursor/dropcursor.d.ts +33 -0
- package/dist/super-editor/src/extensions/dropcursor/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts +2 -0
- package/dist/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts +32 -0
- package/dist/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts +6 -0
- package/dist/super-editor/src/extensions/field-annotation/field-annotation.d.ts +5 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +8 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +7 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +7 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +7 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +6 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +30 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +10 -0
- package/dist/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +1 -0
- package/dist/super-editor/src/extensions/field-annotation/index.d.ts +2 -0
- package/dist/super-editor/src/extensions/font-family/font-family.d.ts +45 -0
- package/dist/super-editor/src/extensions/font-family/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/font-size/font-size.d.ts +73 -0
- package/dist/super-editor/src/extensions/font-size/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/format-commands/format-commands.d.ts +36 -0
- package/dist/super-editor/src/extensions/format-commands/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/gapcursor/gapcursor.d.ts +16 -0
- package/dist/super-editor/src/extensions/gapcursor/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/heading/heading.d.ts +33 -0
- package/dist/super-editor/src/extensions/heading/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/highlight/highlight.d.ts +28 -0
- package/dist/super-editor/src/extensions/highlight/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/history/history.d.ts +21 -0
- package/dist/super-editor/src/extensions/history/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/image/image.d.ts +85 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +3 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +1 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +1 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +1 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +2 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +4 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +11 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/index.d.ts +8 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +2 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +4 -0
- package/dist/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +22 -0
- package/dist/super-editor/src/extensions/image/index.d.ts +2 -0
- package/dist/super-editor/src/extensions/index.d.ts +66 -0
- package/dist/super-editor/src/extensions/italic/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/italic/italic.d.ts +19 -0
- package/dist/super-editor/src/extensions/line-break/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/line-break/line-break.d.ts +56 -0
- package/dist/super-editor/src/extensions/line-height/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/line-height/line-height.d.ts +38 -0
- package/dist/super-editor/src/extensions/link/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/link/link.d.ts +69 -0
- package/dist/super-editor/src/extensions/linked-styles/helpers.d.ts +7 -0
- package/dist/super-editor/src/extensions/linked-styles/index.d.ts +3 -0
- package/dist/super-editor/src/extensions/linked-styles/linked-styles.d.ts +40 -0
- package/dist/super-editor/src/extensions/linked-styles/plugin.d.ts +6 -0
- package/dist/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +36 -0
- package/dist/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +3 -0
- package/dist/super-editor/src/extensions/list-item/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/list-item/list-item.d.ts +50 -0
- package/dist/super-editor/src/extensions/mention/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/mention/mention.d.ts +28 -0
- package/dist/super-editor/src/extensions/noderesizer/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/noderesizer/noderesizer.d.ts +18 -0
- package/dist/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +2 -0
- package/dist/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +5 -0
- package/dist/super-editor/src/extensions/ordered-list/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/ordered-list/ordered-list.d.ts +37 -0
- package/dist/super-editor/src/extensions/page-number/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/page-number/page-number.d.ts +65 -0
- package/dist/super-editor/src/extensions/pagination/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/pagination/pagination-helpers.d.ts +25 -0
- package/dist/super-editor/src/extensions/pagination/pagination.d.ts +2 -0
- package/dist/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +6 -0
- package/dist/super-editor/src/extensions/paragraph/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/paragraph/paragraph.d.ts +51 -0
- package/dist/super-editor/src/extensions/placeholder/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/placeholder/placeholder.d.ts +17 -0
- package/dist/super-editor/src/extensions/popover-plugin/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +11 -0
- package/dist/super-editor/src/extensions/run-item/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/run-item/run-item.d.ts +26 -0
- package/dist/super-editor/src/extensions/search/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/search/search.d.ts +45 -0
- package/dist/super-editor/src/extensions/shape-container/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/shape-container/shape-container.d.ts +31 -0
- package/dist/super-editor/src/extensions/shape-textbox/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +28 -0
- package/dist/super-editor/src/extensions/slash-menu/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/slash-menu/slash-menu.d.ts +13 -0
- package/dist/super-editor/src/extensions/strike/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/strike/strike.d.ts +18 -0
- package/dist/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +9 -0
- package/dist/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +9 -0
- package/dist/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +24 -0
- package/dist/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts +15 -0
- package/dist/super-editor/src/extensions/structured-content/document-section/helpers.d.ts +11 -0
- package/dist/super-editor/src/extensions/structured-content/document-section/index.d.ts +2 -0
- package/dist/super-editor/src/extensions/structured-content/document-section.d.ts +105 -0
- package/dist/super-editor/src/extensions/structured-content/index.d.ts +3 -0
- package/dist/super-editor/src/extensions/structured-content/structured-content-block.d.ts +30 -0
- package/dist/super-editor/src/extensions/structured-content/structured-content.d.ts +30 -0
- package/dist/super-editor/src/extensions/tab/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/tab/tab.d.ts +27 -0
- package/dist/super-editor/src/extensions/table/TableView.d.ts +16 -0
- package/dist/super-editor/src/extensions/table/index.d.ts +2 -0
- package/dist/super-editor/src/extensions/table/table.d.ts +459 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts +1 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts +1 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/createCell.d.ts +1 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts +11 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/createTable.d.ts +1 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts +60 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +3 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +1 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/index.d.ts +6 -0
- package/dist/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts +1 -0
- package/dist/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts +42 -0
- package/dist/super-editor/src/extensions/table-cell/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/table-cell/table-cell.d.ts +78 -0
- package/dist/super-editor/src/extensions/table-header/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/table-header/table-header.d.ts +29 -0
- package/dist/super-editor/src/extensions/table-row/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/table-row/table-row.d.ts +184 -0
- package/dist/super-editor/src/extensions/text/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/text/text.d.ts +16 -0
- package/dist/super-editor/src/extensions/text-align/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/text-align/text-align.d.ts +33 -0
- package/dist/super-editor/src/extensions/text-indent/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/text-indent/text-indent.d.ts +30 -0
- package/dist/super-editor/src/extensions/text-style/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/text-style/text-style.d.ts +27 -0
- package/dist/super-editor/src/extensions/text-transform/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/text-transform/text-transform.d.ts +27 -0
- package/dist/super-editor/src/extensions/track-changes/constants.d.ts +3 -0
- package/dist/super-editor/src/extensions/track-changes/index.d.ts +6 -0
- package/dist/super-editor/src/extensions/track-changes/plugins/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +10 -0
- package/dist/super-editor/src/extensions/track-changes/track-changes.d.ts +2 -0
- package/dist/super-editor/src/extensions/track-changes/track-delete.d.ts +2 -0
- package/dist/super-editor/src/extensions/track-changes/track-format.d.ts +2 -0
- package/dist/super-editor/src/extensions/track-changes/track-insert.d.ts +2 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +8 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +8 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts +12 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +1 -0
- package/dist/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +1 -0
- package/dist/super-editor/src/extensions/underline/index.d.ts +1 -0
- package/dist/super-editor/src/extensions/underline/underline.d.ts +43 -0
- package/dist/super-editor/src/index.d.ts +32 -0
- package/dist/super-editor/src/main.d.ts +1 -0
- package/dist/super-editor/src/tests/data/annotations_doc_content.d.ts +429 -0
- package/dist/super-editor/src/tests/editor/data/imageBase64.d.ts +1 -0
- package/dist/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts +32 -0
- package/dist/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +8 -0
- package/dist/super-editor/src/tests/export/export-helpers/index.d.ts +2 -0
- package/dist/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts +23 -0
- package/dist/super-editor/src/tests/helpers/editor-test-utils.d.ts +14 -0
- package/dist/super-editor/src/tests/helpers/helpers.d.ts +6 -0
- package/dist/super-editor/src/tests/import/testUtils.d.ts +1 -0
- package/dist/super-editor/style.css +1897 -0
- package/dist/super-editor/super-editor.es.js +4653 -0
- package/dist/super-editor/toolbar.es.js +6 -0
- package/dist/super-editor/vite.config.d.ts +2 -0
- package/dist/super-editor.cjs +29 -0
- package/dist/super-editor.d.ts +5 -0
- package/dist/super-editor.d.ts.map +1 -0
- package/dist/super-editor.es.js +29 -0
- package/dist/superdoc.cjs +25 -0
- package/dist/superdoc.es.js +25 -0
- package/dist/superdoc.umd.js +108866 -0
- package/dist/superdoc.umd.js.map +1 -0
- package/package.json +86 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../src/core/SuperDoc.js"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export function addYComment(yArray: any, ydoc: any, event: any): void;
|
|
2
|
+
export function updateYComment(yArray: any, ydoc: any, event: any): void;
|
|
3
|
+
export function deleteYComment(yArray: any, ydoc: any, event: any): void;
|
|
4
|
+
export function getCommentIndex(yArray: any, comment: any): any;
|
|
5
|
+
//# sourceMappingURL=collaboration-comments.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collaboration-comments.d.ts","sourceRoot":"","sources":["../../../src/core/collaboration/collaboration-comments.js"],"names":[],"mappings":"AAEO,sEAUN;AAEM,yEAaN;AAEM,yEAWN;AAEM,gEAGN"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Main function to create a provider for collaboration.
|
|
3
|
+
* Currently only hocuspocus is actually supported.
|
|
4
|
+
*
|
|
5
|
+
* @param {Object} param The config object
|
|
6
|
+
* @param {Object} param.config The configuration object
|
|
7
|
+
* @param {Object} param.ydoc The Yjs document
|
|
8
|
+
* @param {Object} param.user The user object
|
|
9
|
+
* @param {string} param.documentId The document ID
|
|
10
|
+
* @returns {Object} The provider and socket
|
|
11
|
+
*/
|
|
12
|
+
export function createProvider({ config, user, documentId, socket, superdocInstance }: {
|
|
13
|
+
config: any;
|
|
14
|
+
ydoc: any;
|
|
15
|
+
user: any;
|
|
16
|
+
documentId: string;
|
|
17
|
+
}): any;
|
|
18
|
+
//# sourceMappingURL=collaboration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collaboration.d.ts","sourceRoot":"","sources":["../../../src/core/collaboration/collaboration.js"],"names":[],"mappings":"AAiCA;;;;;;;;;;GAUG;AACH,uFANG;IAAsB,MAAM;IACN,IAAI;IACJ,IAAI;IACJ,UAAU,EAAxB,MAAM;CACd,OAYF"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export function initCollaborationComments(superdoc: any): void;
|
|
2
|
+
export function initSuperdocYdoc(superdoc: any): void;
|
|
3
|
+
export function makeDocumentsCollaborative(superdoc: any): any;
|
|
4
|
+
export function syncCommentsToClients(superdoc: any, event: any): void;
|
|
5
|
+
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/core/collaboration/helpers.js"],"names":[],"mappings":"AAWO,0DAFM,IAAI,CA6ChB;AASM,iDAFM,IAAI,CAmBhB;AASM,+DAoBN;AASM,kEAFM,IAAI,CAsBhB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const PERMISSIONS: Readonly<{
|
|
2
|
+
RESOLVE_OWN: "RESOLVE_OWN";
|
|
3
|
+
RESOLVE_OTHER: "RESOLVE_OTHER";
|
|
4
|
+
REJECT_OWN: "REJECT_OWN";
|
|
5
|
+
REJECT_OTHER: "REJECT_OTHER";
|
|
6
|
+
COMMENTS_OVERFLOW_OWN: "COMMENTS_OVERFLOW";
|
|
7
|
+
COMMENTS_OVERFLOW_OTHER: "COMMENTS_OVERFLOW_OTHER";
|
|
8
|
+
COMMENTS_DELETE_OWN: "COMMENTS_DELETE_OWN";
|
|
9
|
+
COMMENTS_DELETE_OTHER: "COMMENTS_DELETE_OTHER";
|
|
10
|
+
UPLOAD_VERSION: "UPLOAD_VERSION";
|
|
11
|
+
VERSION_HISTORY: "VERSION_HISTORY";
|
|
12
|
+
}>;
|
|
13
|
+
export function isAllowed(permission: string, role: string, isInternal: boolean): boolean;
|
|
14
|
+
//# sourceMappingURL=permissions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permissions.d.ts","sourceRoot":"","sources":["../../../src/core/collaboration/permissions.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AA2DI,0FAGN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-app.d.ts","sourceRoot":"","sources":["../../src/core/create-app.js"],"names":[],"mappings":"AAaO,4CAWN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../src/core/helpers/export.js"],"names":[],"mappings":"AAOO,qCAJI,IAAI,QACJ,MAAM,aACN,MAAM,QAQhB;AAQM,uCAHI,MAAM,GACJ,MAAM,CAOlB"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export function extractBrowserFile(input: File | Blob | UploadWrapper | any): File | Blob | null;
|
|
2
|
+
export function normalizeDocumentEntry(entry: File | Blob | UploadWrapper | DocumentEntry | any): DocumentEntry | any;
|
|
3
|
+
export type UploadWrapper = {
|
|
4
|
+
/**
|
|
5
|
+
* Underlying file reference used by some uploaders
|
|
6
|
+
*/
|
|
7
|
+
originFileObj?: File | Blob;
|
|
8
|
+
/**
|
|
9
|
+
* Underlying file reference used by some uploaders
|
|
10
|
+
*/
|
|
11
|
+
file?: File | Blob;
|
|
12
|
+
/**
|
|
13
|
+
* Underlying file reference used by some uploaders
|
|
14
|
+
*/
|
|
15
|
+
raw?: File | Blob;
|
|
16
|
+
/**
|
|
17
|
+
* Optional unique id from uploaders (ignored)
|
|
18
|
+
*/
|
|
19
|
+
uid?: string | number;
|
|
20
|
+
/**
|
|
21
|
+
* Display name (not always reliable for the native file)
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
};
|
|
25
|
+
export type DocumentEntry = {
|
|
26
|
+
/**
|
|
27
|
+
* Mime type or shorthand ('docx' | 'pdf' | 'html')
|
|
28
|
+
*/
|
|
29
|
+
type?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Filename to display
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* File-like data; normalized to File when available, otherwise Blob
|
|
36
|
+
*/
|
|
37
|
+
data?: File | Blob | UploadWrapper;
|
|
38
|
+
/**
|
|
39
|
+
* Remote URL to fetch; left as-is for URL flows
|
|
40
|
+
*/
|
|
41
|
+
url?: string;
|
|
42
|
+
isNewFile?: boolean;
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../src/core/helpers/file.js"],"names":[],"mappings":"AA2BO,0CAHI,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,GAAG,GACzB,IAAI,GAAC,IAAI,GAAC,IAAI,CA2B1B;AAwBM,8CAHI,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,aAAa,GAAC,GAAG,GACvC,aAAa,GAAC,GAAG,CAgC7B;;;;;oBAtGa,IAAI,GAAC,IAAI;;;;WACT,IAAI,GAAC,IAAI;;;;UACT,IAAI,GAAC,IAAI;;;;UACT,MAAM,GAAC,MAAM;;;;WACb,MAAM;;;;;;WAKN,MAAM;;;;WACN,MAAM;;;;WACN,IAAI,GAAC,IAAI,GAAC,aAAa;;;;UACvB,MAAM;gBACN,OAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"floor.d.ts","sourceRoot":"","sources":["../../src/helpers/floor.js"],"names":[],"mappings":"AAAO,wDAGN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-changes.d.ts","sourceRoot":"","sources":["../../src/helpers/group-changes.js"],"names":[],"mappings":"AAQO,oDA+BN"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default function useSelection(params: any): {
|
|
2
|
+
documentId: import("vue").Ref<any, any>;
|
|
3
|
+
page: import("vue").Ref<any, any>;
|
|
4
|
+
selectionBounds: any;
|
|
5
|
+
source: import("vue").Ref<any, any>;
|
|
6
|
+
getValues: () => {
|
|
7
|
+
documentId: any;
|
|
8
|
+
page: any;
|
|
9
|
+
selectionBounds: any;
|
|
10
|
+
source: any;
|
|
11
|
+
};
|
|
12
|
+
getContainerId: () => string;
|
|
13
|
+
getContainerLocation: (parentContainer: any) => {
|
|
14
|
+
top: number;
|
|
15
|
+
left: number;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=use-selection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-selection.d.ts","sourceRoot":"","sources":["../../src/helpers/use-selection.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;EA+CC"}
|
package/dist/icons.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export namespace superdocIcons {
|
|
2
|
+
export { commentIconSvg as comment };
|
|
3
|
+
export { caretDownIconSvg as caretDown };
|
|
4
|
+
export { userCheckIconSvg as internal };
|
|
5
|
+
export { usersIconSvg as external };
|
|
6
|
+
export { checkIconSvg as markDone };
|
|
7
|
+
export { checkIconSvg as acceptChange };
|
|
8
|
+
export { xmarkIconSvg as rejectChange };
|
|
9
|
+
export { ellipsisVerticalSvg as overflow };
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.375 7.625V11.875C5.375 12.0408 5.44085 12.1997 5.55806 12.3169C5.67527 12.4342 5.83424 12.5 6 12.5C6.16576 12.5 6.32473 12.4342 6.44194 12.3169C6.55915 12.1997 6.625 12.0408 6.625 11.875V7.625L7.125 7.125H11.375C11.5408 7.125 11.6997 7.05915 11.8169 6.94194C11.9342 6.82473 12 6.66576 12 6.5C12 6.33424 11.9342 6.17527 11.8169 6.05806C11.6997 5.94085 11.5408 5.875 11.375 5.875H7.125L6.625 5.375V1.125C6.625 0.95924 6.55915 0.800269 6.44194 0.683058C6.32473 0.565848 6.16576 0.5 6 0.5C5.83424 0.5 5.67527 0.565848 5.55806 0.683058C5.44085 0.800269 5.375 0.95924 5.375 1.125V5.375L4.875 5.875H0.625C0.45924 5.875 0.300269 5.94085 0.183058 6.05806C0.065848 6.17527 0 6.33424 0 6.5C0 6.66576 0.065848 6.82473 0.183058 6.94194C0.300269 7.05915 0.45924 7.125 0.625 7.125H4.762L5.375 7.625Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 0.5C5.21207 0.5 4.43185 0.655195 3.7039 0.956723C2.97595 1.25825 2.31451 1.70021 1.75736 2.25736C1.20021 2.81451 0.758251 3.47595 0.456723 4.2039C0.155195 4.93185 0 5.71207 0 6.5C0 7.28793 0.155195 8.06815 0.456723 8.7961C0.758251 9.52405 1.20021 10.1855 1.75736 10.7426C2.31451 11.2998 2.97595 11.7417 3.7039 12.0433C4.43185 12.3448 5.21207 12.5 6 12.5C7.5913 12.5 9.11742 11.8679 10.2426 10.7426C11.3679 9.61742 12 8.0913 12 6.5C12 4.9087 11.3679 3.38258 10.2426 2.25736C9.11742 1.13214 7.5913 0.5 6 0.5ZM5.06 8.9L2.9464 6.7856C2.85273 6.69171 2.80018 6.56446 2.80033 6.43183C2.80048 6.29921 2.85331 6.17207 2.9472 6.0784C3.04109 5.98473 3.16834 5.93218 3.30097 5.93233C3.43359 5.93248 3.56073 5.98531 3.6544 6.0792L5.3112 7.7368L8.3464 4.7008C8.44109 4.6109 8.56715 4.56153 8.69771 4.56322C8.82827 4.56492 8.95301 4.61754 9.04534 4.70986C9.13766 4.80219 9.19028 4.92693 9.19198 5.05749C9.19367 5.18805 9.1443 5.31411 9.0544 5.4088L5.5624 8.9H5.06Z" fill="#FBFBFE"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="40"
|
|
5
|
+
height="40"
|
|
6
|
+
viewBox="0 0 40 40">
|
|
7
|
+
<path
|
|
8
|
+
d="M 1.5006714,23.536225 6.8925879,18.994244 14.585721,26.037937 34.019683,4.5410479 38.499329,9.2235032 14.585721,35.458952 z"
|
|
9
|
+
id="path4"
|
|
10
|
+
style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.25402856;stroke-opacity:1" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
height="40"
|
|
5
|
+
width="40"
|
|
6
|
+
viewBox="0 0 40 40">
|
|
7
|
+
<rect
|
|
8
|
+
style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
9
|
+
width="33.76017"
|
|
10
|
+
height="33.76017"
|
|
11
|
+
x="3.119915"
|
|
12
|
+
y="3.119915" />
|
|
13
|
+
<path
|
|
14
|
+
d="m 20.677967,8.54499 c -7.342801,0 -13.295293,4.954293 -13.295293,11.065751 0,2.088793 0.3647173,3.484376 1.575539,5.150563 L 6.0267418,31.45501 13.560595,29.011117 c 2.221262,1.387962 4.125932,1.665377 7.117372,1.665377 7.3428,0 13.295291,-4.954295 13.295291,-11.065753 0,-6.111458 -5.952491,-11.065751 -13.295291,-11.065751 z"
|
|
15
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.93031836;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="40"
|
|
5
|
+
height="40"
|
|
6
|
+
viewBox="0 0 40 40">
|
|
7
|
+
<g
|
|
8
|
+
transform="translate(0,-60)"
|
|
9
|
+
id="layer1">
|
|
10
|
+
<rect
|
|
11
|
+
width="36.460953"
|
|
12
|
+
height="34.805603"
|
|
13
|
+
x="1.7695236"
|
|
14
|
+
y="62.597198"
|
|
15
|
+
style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.30826771;stroke-opacity:1" />
|
|
16
|
+
<g
|
|
17
|
+
transform="matrix(0.88763677,0,0,0.88763677,2.2472646,8.9890584)">
|
|
18
|
+
<path
|
|
19
|
+
d="M 20,64.526342 C 11.454135,64.526342 4.5263421,71.454135 4.5263421,80 4.5263421,88.545865 11.454135,95.473658 20,95.473658 28.545865,95.473658 35.473658,88.545865 35.473658,80 35.473658,71.454135 28.545865,64.526342 20,64.526342 z m -0.408738,9.488564 c 3.527079,0 6.393832,2.84061 6.393832,6.335441 0,3.494831 -2.866753,6.335441 -6.393832,6.335441 -3.527079,0 -6.393832,-2.84061 -6.393832,-6.335441 0,-3.494831 2.866753,-6.335441 6.393832,-6.335441 z"
|
|
20
|
+
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.02768445;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
21
|
+
<path
|
|
22
|
+
d="m 7.2335209,71.819938 4.9702591,4.161823 c -1.679956,2.581606 -1.443939,6.069592 0.159325,8.677725 l -5.1263071,3.424463 c 0.67516,1.231452 3.0166401,3.547686 4.2331971,4.194757 l 3.907728,-4.567277 c 2.541952,1.45975 5.730694,1.392161 8.438683,-0.12614 l 3.469517,6.108336 c 1.129779,-0.44367 4.742234,-3.449633 5.416358,-5.003859 l -5.46204,-4.415541 c 1.44319,-2.424098 1.651175,-5.267515 0.557303,-7.748623 l 5.903195,-3.833951 C 33.14257,71.704996 30.616217,69.018606 29.02952,67.99296 l -4.118813,4.981678 C 22.411934,71.205099 18.900853,70.937534 16.041319,72.32916 l -3.595408,-5.322091 c -1.345962,0.579488 -4.1293881,2.921233 -5.2123901,4.812869 z m 8.1010311,3.426672 c 2.75284,-2.446266 6.769149,-2.144694 9.048998,0.420874 2.279848,2.56557 2.113919,6.596919 -0.638924,9.043185 -2.752841,2.446267 -6.775754,2.13726 -9.055604,-0.428308 -2.279851,-2.565568 -2.107313,-6.589485 0.64553,-9.035751 z"
|
|
23
|
+
style="fill:#000000;fill-opacity:1;stroke:none" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="64"
|
|
5
|
+
height="64"
|
|
6
|
+
viewBox="0 0 64 64">
|
|
7
|
+
<path
|
|
8
|
+
d="M 32.003143,1.4044602 57.432701,62.632577 6.5672991,62.627924 z"
|
|
9
|
+
style="fill:#ffff00;fill-opacity:0.94117647;fill-rule:nonzero;stroke:#000000;stroke-width:1.00493038;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="64"
|
|
5
|
+
height="64"
|
|
6
|
+
viewBox="0 0 64 64">
|
|
7
|
+
<path
|
|
8
|
+
d="M 25.470843,9.4933766 C 25.30219,12.141818 30.139101,14.445969 34.704831,13.529144 40.62635,12.541995 41.398833,7.3856498 35.97505,5.777863 31.400921,4.1549155 25.157674,6.5445892 25.470843,9.4933766 z M 4.5246282,17.652051 C 4.068249,11.832873 9.2742983,5.9270407 18.437379,3.0977088 29.751911,-0.87185184 45.495663,1.4008022 53.603953,7.1104009 c 9.275765,6.1889221 7.158128,16.2079421 -3.171076,21.5939521 -1.784316,1.635815 -6.380222,1.21421 -7.068351,3.186186 -1.04003,0.972427 -1.288046,2.050158 -1.232864,3.168203 1.015111,2.000108 -3.831548,1.633216 -3.270553,3.759574 0.589477,5.264544 -0.179276,10.53738 -0.362842,15.806257 -0.492006,2.184998 1.163456,4.574232 -0.734888,6.610642 -2.482919,2.325184 -7.30604,2.189143 -9.193497,-0.274767 -2.733688,-1.740626 -8.254447,-3.615254 -6.104247,-6.339626 3.468112,-1.708686 -2.116197,-3.449897 0.431242,-5.080274 5.058402,-1.39256 -2.393215,-2.304318 -0.146889,-4.334645 3.069198,-0.977415 2.056986,-2.518352 -0.219121,-3.540397 1.876567,-1.807151 1.484149,-4.868919 -2.565455,-5.942205 0.150866,-1.805474 2.905737,-4.136876 -1.679967,-5.20493 C 10.260902,27.882167 4.6872697,22.95045 4.5245945,17.652051 z"
|
|
9
|
+
id="path604"
|
|
10
|
+
style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.72665179;stroke-opacity:1" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="64"
|
|
5
|
+
height="64"
|
|
6
|
+
viewBox="0 0 64 64">
|
|
7
|
+
<path
|
|
8
|
+
d="M 32.003143,10.913072 57.432701,53.086929 6.567299,53.083723 z"
|
|
9
|
+
id="path2985"
|
|
10
|
+
style="fill:#ffff00;fill-opacity:0.94117647;fill-rule:nonzero;stroke:#000000;stroke-width:0.83403099;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="40"
|
|
5
|
+
height="40"
|
|
6
|
+
viewBox="0 0 40 40">
|
|
7
|
+
<rect
|
|
8
|
+
width="36.075428"
|
|
9
|
+
height="31.096582"
|
|
10
|
+
x="1.962286"
|
|
11
|
+
y="4.4517088"
|
|
12
|
+
id="rect4"
|
|
13
|
+
style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.23004246;stroke-opacity:1" />
|
|
14
|
+
<rect
|
|
15
|
+
width="27.96859"
|
|
16
|
+
height="1.5012145"
|
|
17
|
+
x="6.0157046"
|
|
18
|
+
y="10.285"
|
|
19
|
+
id="rect6"
|
|
20
|
+
style="fill:#000000;fill-opacity:1;stroke:none" />
|
|
21
|
+
<rect
|
|
22
|
+
width="27.96859"
|
|
23
|
+
height="0.85783684"
|
|
24
|
+
x="6.0157056"
|
|
25
|
+
y="23.21689"
|
|
26
|
+
id="rect8"
|
|
27
|
+
style="fill:#000000;fill-opacity:1;stroke:none" />
|
|
28
|
+
<rect
|
|
29
|
+
width="27.96859"
|
|
30
|
+
height="0.85783684"
|
|
31
|
+
x="5.8130345"
|
|
32
|
+
y="28.964394"
|
|
33
|
+
id="rect10"
|
|
34
|
+
style="fill:#000000;fill-opacity:1;stroke:none" />
|
|
35
|
+
<rect
|
|
36
|
+
width="27.96859"
|
|
37
|
+
height="0.85783684"
|
|
38
|
+
x="6.0157046"
|
|
39
|
+
y="17.426493"
|
|
40
|
+
id="rect12"
|
|
41
|
+
style="fill:#000000;fill-opacity:1;stroke:none" />
|
|
42
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
+
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
+
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="40" width="40">
|
|
5
|
+
<path d="M9 3.5a1.5 1.5 0 0 0-3-.001v7.95C6 12.83 7.12 14 8.5 14s2.5-1.17 2.5-2.55V5.5a.5.5 0 0 1 1 0v6.03C11.955 13.427 10.405 15 8.5 15S5.044 13.426 5 11.53V3.5a2.5 2.5 0 0 1 5 0v7.003a1.5 1.5 0 0 1-3-.003v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="40"
|
|
5
|
+
height="40"
|
|
6
|
+
viewBox="0 0 40 40">
|
|
7
|
+
<rect
|
|
8
|
+
width="33.76017"
|
|
9
|
+
height="33.76017"
|
|
10
|
+
x="3.119915"
|
|
11
|
+
y="3.119915"
|
|
12
|
+
style="fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
13
|
+
<path
|
|
14
|
+
d="m 17.692678,34.50206 0,-16.182224 c -1.930515,-0.103225 -3.455824,-0.730383 -4.57593,-1.881473 -1.12011,-1.151067 -1.680164,-2.619596 -1.680164,-4.405591 0,-1.992435 0.621995,-3.5796849 1.865988,-4.7617553 1.243989,-1.1820288 3.06352,-1.7730536 5.458598,-1.7730764 l 9.802246,0 0,2.6789711 -2.229895,0 0,26.3251486 -2.632515,0 0,-26.3251486 -3.45324,0 0,26.3251486 z"
|
|
15
|
+
style="font-size:29.42051125px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.07795751;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
+
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
3
|
+
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="40" width="40">
|
|
5
|
+
<path d="M8.156 12.5a.99.99 0 0 0 .707-.294l.523-2.574L10.5 8.499l1.058-1.04 2.65-.601a.996.996 0 0 0 0-1.414l-3.657-3.658a.996.996 0 0 0-1.414 0l-.523 2.576L7.5 5.499 6.442 6.535l-2.65.6a.996.996 0 0 0 0 1.413l3.657 3.658a.999.999 0 0 0 .707.295z"/>
|
|
6
|
+
<path d="M9.842.996c-.386 0-.77.146-1.06.44a.5.5 0 0 0-.136.251l-.492 2.43-1.008 1.03-.953.933-2.511.566a.5.5 0 0 0-.243.133 1.505 1.505 0 0 0-.002 2.123l1.477 1.477-2.768 2.767a.5.5 0 0 0 0 .707.5.5 0 0 0 .708 0l2.767-2.767 1.475 1.474a1.494 1.494 0 0 0 2.123-.002.5.5 0 0 0 .135-.254l.492-2.427 1.008-1.024.953-.937 2.511-.57a.5.5 0 0 0 .243-.132c.586-.58.583-1.543.002-2.125l-3.659-3.656A1.501 1.501 0 0 0 9.842.996Zm.05 1.025a.394.394 0 0 1 .305.12l3.658 3.657c.18.18.141.432.002.627l-2.41.545a.5.5 0 0 0-.24.131L10.15 8.142a.5.5 0 0 0-.007.006L9.029 9.283a.5.5 0 0 0-.133.25l-.48 2.36c-.082.053-.165.109-.26.109a.492.492 0 0 1-.353-.149L4.145 8.195c-.18-.18-.141-.432-.002-.627l2.41-.545a.5.5 0 0 0 .238-.13L7.85 5.857a.5.5 0 0 0 .007-.008l1.114-1.138a.5.5 0 0 0 .133-.25l.472-2.323a.619.619 0 0 1 .317-.117Z"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2 3.09C12.28 3.01 12.43 3 12.43 3C12.48 3 12.58 3.02 12.66 3.1L14.45 4.89C14.58 5.02 14.58 5.22 14.45 5.35L11.7713 8.02872L9.51628 5.77372L12.2 3.09ZM13.2658 5.12L11.7713 6.6145L10.9305 5.77372L12.425 4.27921L13.2658 5.12Z" fill="#FBFBFE"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.98 9.32L8.23 11.57L10.7106 9.08938L8.45562 6.83438L5.98 9.31V9.32ZM8.23 10.1558L9.29641 9.08938L8.45562 8.24859L7.38921 9.315L8.23 10.1558Z" fill="#FBFBFE"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1526 13.1816L16.2125 7.1217C16.7576 6.58919 17.05 5.8707 17.05 5.12C17.05 4.36931 16.7576 3.65084 16.2126 3.11834L14.4317 1.33747C13.8992 0.79242 13.1807 0.5 12.43 0.5C11.6643 0.5 10.9529 0.812929 10.4329 1.33289L3.68289 8.08289C3.04127 8.72452 3.00459 9.75075 3.57288 10.4363L1.29187 12.7239C1.09186 12.9245 0.990263 13.1957 1.0007 13.4685L1 14.5C0.447715 14.5 0 14.9477 0 15.5V17.5C0 18.0523 0.447715 18.5 1 18.5H16C16.5523 18.5 17 18.0523 17 17.5V15.5C17 14.9477 16.5523 14.5 16 14.5H10.2325C9.83594 14.5 9.39953 13.9347 10.1526 13.1816ZM4.39 9.85L4.9807 10.4407L2.39762 13.0312H6.63877L7.10501 12.565L7.57125 13.0312H8.88875L15.51 6.41C15.86 6.07 16.05 5.61 16.05 5.12C16.05 4.63 15.86 4.17 15.51 3.83L13.72 2.04C13.38 1.69 12.92 1.5 12.43 1.5C11.94 1.5 11.48 1.7 11.14 2.04L4.39 8.79C4.1 9.08 4.1 9.56 4.39 9.85ZM16 17.5V15.5H1V17.5H16Z" fill="#FBFBFE"/>
|
|
5
|
+
<path d="M15.1616 6.05136L15.1616 6.05132L15.1564 6.05645L8.40645 12.8064C8.35915 12.8537 8.29589 12.88 8.23 12.88C8.16411 12.88 8.10085 12.8537 8.05355 12.8064L7.45857 12.2115L7.10501 11.8579L6.75146 12.2115L6.03289 12.93H3.20465L5.33477 10.7937L5.6873 10.4402L5.33426 10.0871L4.74355 9.49645C4.64882 9.40171 4.64882 9.23829 4.74355 9.14355L11.4936 2.39355C11.7436 2.14354 12.0779 2 12.43 2C12.7883 2 13.1179 2.13776 13.3614 2.38839L13.3613 2.38843L13.3664 2.39355L15.1564 4.18355L15.1564 4.18359L15.1616 4.18864C15.4122 4.43211 15.55 4.76166 15.55 5.12C15.55 5.47834 15.4122 5.80789 15.1616 6.05136ZM7.87645 11.9236L8.23 12.2771L8.58355 11.9236L11.0642 9.44293L11.4177 9.08938L11.0642 8.73582L8.80918 6.48082L8.45562 6.12727L8.10207 6.48082L5.62645 8.95645L5.48 9.10289V9.31V9.32V9.52711L5.62645 9.67355L7.87645 11.9236ZM11.4177 8.38227L11.7713 8.73582L12.1248 8.38227L14.8036 5.70355C15.1288 5.37829 15.1288 4.86171 14.8036 4.53645L13.0136 2.74645C12.8186 2.55146 12.5792 2.5 12.43 2.5H12.4134L12.3967 2.50111L12.43 3C12.3967 2.50111 12.3966 2.50112 12.3965 2.50112L12.3963 2.50114L12.3957 2.50117L12.3947 2.50125L12.3924 2.50142L12.387 2.50184L12.3732 2.50311C12.3628 2.50416 12.3498 2.50567 12.3346 2.50784C12.3049 2.51208 12.2642 2.51925 12.2178 2.53146C12.1396 2.55202 11.9797 2.60317 11.8464 2.73645L9.16273 5.42016L8.80918 5.77372L9.16273 6.12727L11.4177 8.38227ZM1.5 16H15.5V17H1.5V16Z" stroke="#15141A"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2.75H12.5V2.25V1V0.5H12H10.358C9.91165 0.5 9.47731 0.625661 9.09989 0.860442L9.09886 0.861087L8 1.54837L6.89997 0.860979L6.89911 0.860443C6.5218 0.625734 6.08748 0.5 5.642 0.5H4H3.5V1V2.25V2.75H4H5.642C5.66478 2.75 5.6885 2.75641 5.71008 2.76968C5.71023 2.76977 5.71038 2.76986 5.71053 2.76995L6.817 3.461C6.81704 3.46103 6.81709 3.46105 6.81713 3.46108C6.81713 3.46108 6.81713 3.46108 6.81714 3.46109C6.8552 3.48494 6.876 3.52285 6.876 3.567V8V12.433C6.876 12.4771 6.85523 12.515 6.81722 12.5389C6.81715 12.5389 6.81707 12.539 6.817 12.539L5.70953 13.23C5.70941 13.2301 5.70929 13.2302 5.70917 13.2303C5.68723 13.2438 5.6644 13.25 5.641 13.25H4H3.5V13.75V15V15.5H4H5.642C6.08835 15.5 6.52269 15.3743 6.90011 15.1396L6.90086 15.1391L8 14.4526L9.10003 15.14L9.10089 15.1406C9.47831 15.3753 9.91265 15.501 10.359 15.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352 13.251 10.3115 13.2446 10.2899 13.2313C10.2897 13.2312 10.2896 13.2311 10.2895 13.231L9.183 12.54C9.18298 12.54 9.18295 12.54 9.18293 12.54C9.18291 12.5399 9.18288 12.5399 9.18286 12.5399C9.14615 12.5169 9.125 12.4797 9.125 12.434V8V3.567C9.125 3.52266 9.14603 3.48441 9.18364 3.4606C9.18377 3.46052 9.1839 3.46043 9.18404 3.46035L10.2895 2.76995C10.2896 2.76985 10.2898 2.76975 10.2899 2.76966C10.3119 2.75619 10.3346 2.75 10.358 2.75H12Z" fill="black" stroke="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645Z" fill="white"/>
|
|
3
|
+
<path d="M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645ZM12.472 5.1965L13.632 4.0365L13.631 3.1885L11.811 1.3675L10.963 1.3685L9.80299 2.5285L12.472 5.1965ZM4.31099 13.1585C4.47099 13.1285 4.61799 13.0515 4.73399 12.9345L11.587 6.0815L8.91899 3.4135L2.06599 10.2655C1.94899 10.3835 1.87199 10.5305 1.84099 10.6915L1.36699 13.2485L1.75199 13.6335L4.31099 13.1585Z" fill="black"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="29" height="32" viewBox="0 0 29 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M28 16.75C28.2761 16.75 28.5 16.5261 28.5 16.25V15C28.5 14.7239 28.2761 14.5 28 14.5H26.358C25.9117 14.5 25.4773 14.6257 25.0999 14.8604L25.0989 14.8611L24 15.5484L22.9 14.861L22.8991 14.8604C22.5218 14.6257 22.0875 14.5 21.642 14.5H20C19.7239 14.5 19.5 14.7239 19.5 15V16.25C19.5 16.5261 19.7239 16.75 20 16.75H21.642C21.6648 16.75 21.6885 16.7564 21.7101 16.7697C21.7102 16.7698 21.7104 16.7699 21.7105 16.77L22.817 17.461C22.817 17.461 22.8171 17.4611 22.8171 17.4611C22.8171 17.4611 22.8171 17.4611 22.8171 17.4611C22.8552 17.4849 22.876 17.5229 22.876 17.567V22.625V27.683C22.876 27.7271 22.8552 27.765 22.8172 27.7889C22.8171 27.7889 22.8171 27.789 22.817 27.789L21.7095 28.48C21.7094 28.4801 21.7093 28.4802 21.7092 28.4803C21.6872 28.4938 21.6644 28.5 21.641 28.5H20C19.7239 28.5 19.5 28.7239 19.5 29V30.25C19.5 30.5261 19.7239 30.75 20 30.75H21.642C22.0883 30.75 22.5227 30.6243 22.9001 30.3896L22.9009 30.3891L24 29.7026L25.1 30.39L25.1009 30.3906C25.4783 30.6253 25.9127 30.751 26.359 30.751H28C28.2761 30.751 28.5 30.5271 28.5 30.251V29.001C28.5 28.7249 28.2761 28.501 28 28.501H26.358C26.3352 28.501 26.3115 28.4946 26.2899 28.4813C26.2897 28.4812 26.2896 28.4811 26.2895 28.481L25.183 27.79C25.183 27.79 25.183 27.79 25.1829 27.79C25.1829 27.7899 25.1829 27.7899 25.1829 27.7899C25.1462 27.7669 25.125 27.7297 25.125 27.684V22.625V17.567C25.125 17.5227 25.146 17.4844 25.1836 17.4606C25.1838 17.4605 25.1839 17.4604 25.184 17.4603L26.2895 16.77C26.2896 16.7699 26.2898 16.7698 26.2899 16.7697C26.3119 16.7562 26.3346 16.75 26.358 16.75H28Z" fill="black" stroke="#FBFBFE" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M24.625 17.567C24.625 17.35 24.735 17.152 24.918 17.037L26.026 16.345C26.126 16.283 26.24 16.25 26.358 16.25H28V15H26.358C26.006 15 25.663 15.099 25.364 15.285L24.256 15.978C24.161 16.037 24.081 16.113 24 16.187C23.918 16.113 23.839 16.037 23.744 15.978L22.635 15.285C22.336 15.099 21.993 15 21.642 15H20V16.25H21.642C21.759 16.25 21.874 16.283 21.974 16.345L23.082 17.037C23.266 17.152 23.376 17.35 23.376 17.567V22.625V27.683C23.376 27.9 23.266 28.098 23.082 28.213L21.973 28.905C21.873 28.967 21.759 29 21.641 29H20V30.25H21.642C21.994 30.25 22.337 30.151 22.636 29.965L23.744 29.273C23.84 29.213 23.919 29.137 24 29.064C24.081 29.137 24.161 29.213 24.256 29.273L25.365 29.966C25.664 30.152 26.007 30.251 26.359 30.251H28V29.001H26.358C26.241 29.001 26.126 28.968 26.026 28.906L24.918 28.214C24.734 28.099 24.625 27.901 24.625 27.684V22.625V17.567Z" fill="black"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2 2.59C12.28 2.51 12.43 2.5 12.43 2.5C12.48 2.5 12.58 2.52 12.66 2.6L14.45 4.39C14.58 4.52 14.58 4.72 14.45 4.85L11.7713 7.52872L9.51628 5.27372L12.2 2.59ZM13.2658 4.62L11.7713 6.1145L10.9305 5.27372L12.425 3.77921L13.2658 4.62Z" fill="#FBFBFE"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.98 8.82L8.23 11.07L10.7106 8.58938L8.45562 6.33438L5.98 8.81V8.82ZM8.23 9.65579L9.29641 8.58938L8.45562 7.74859L7.38921 8.815L8.23 9.65579Z" fill="#FBFBFE"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1526 12.6816L16.2125 6.6217C16.7576 6.08919 17.05 5.3707 17.05 4.62C17.05 3.86931 16.7576 3.15084 16.2126 2.61834L14.4317 0.837474C13.8992 0.29242 13.1807 0 12.43 0C11.6643 0 10.9529 0.312929 10.4329 0.832893L3.68289 7.58289C3.04127 8.22452 3.00459 9.25075 3.57288 9.93634L1.29187 12.2239C1.09186 12.4245 0.990263 12.6957 1.0007 12.9685L1 14C0.447715 14 0 14.4477 0 15V17C0 17.5523 0.447715 18 1 18H16C16.5523 18 17 17.5523 17 17V15C17 14.4477 16.5523 14 16 14H10.2325C9.83594 14 9.39953 13.4347 10.1526 12.6816ZM4.39 9.35L4.9807 9.9407L2.39762 12.5312H6.63877L7.10501 12.065L7.57125 12.5312H8.88875L15.51 5.91C15.86 5.57 16.05 5.11 16.05 4.62C16.05 4.13 15.86 3.67 15.51 3.33L13.72 1.54C13.38 1.19 12.92 1 12.43 1C11.94 1 11.48 1.2 11.14 1.54L4.39 8.29C4.1 8.58 4.1 9.06 4.39 9.35ZM16 17V15H1V17H16Z" fill="#FBFBFE"/>
|
|
7
|
+
<path d="M15.1616 5.55136L15.1616 5.55132L15.1564 5.55645L8.40645 12.3064C8.35915 12.3537 8.29589 12.38 8.23 12.38C8.16411 12.38 8.10085 12.3537 8.05355 12.3064L7.45857 11.7115L7.10501 11.3579L6.75146 11.7115L6.03289 12.43H3.20465L5.33477 10.2937L5.6873 9.94019L5.33426 9.58715L4.74355 8.99645C4.64882 8.90171 4.64882 8.73829 4.74355 8.64355L11.4936 1.89355C11.7436 1.64354 12.0779 1.5 12.43 1.5C12.7883 1.5 13.1179 1.63776 13.3614 1.88839L13.3613 1.88843L13.3664 1.89355L15.1564 3.68355L15.1564 3.68359L15.1616 3.68864C15.4122 3.93211 15.55 4.26166 15.55 4.62C15.55 4.97834 15.4122 5.30789 15.1616 5.55136ZM5.48 8.82V9.02711L5.62645 9.17355L7.87645 11.4236L8.23 11.7771L8.58355 11.4236L11.0642 8.94293L11.4177 8.58938L11.0642 8.23582L8.80918 5.98082L8.45562 5.62727L8.10207 5.98082L5.62645 8.45645L5.48 8.60289V8.81V8.82ZM11.4177 7.88227L11.7713 8.23582L12.1248 7.88227L14.8036 5.20355C15.1288 4.87829 15.1288 4.36171 14.8036 4.03645L13.0136 2.24645C12.8186 2.05146 12.5792 2 12.43 2H12.4134L12.3967 2.00111L12.43 2.5C12.3967 2.00111 12.3966 2.00112 12.3965 2.00112L12.3963 2.00114L12.3957 2.00117L12.3947 2.00125L12.3924 2.00142L12.387 2.00184L12.3732 2.00311C12.3628 2.00416 12.3498 2.00567 12.3346 2.00784C12.3049 2.01208 12.2642 2.01925 12.2178 2.03146C12.1396 2.05202 11.9797 2.10317 11.8464 2.23645L9.16273 4.92016L8.80918 5.27372L9.16273 5.62727L11.4177 7.88227ZM1.5 16.5V15.5H15.5V16.5H1.5Z" stroke="#15141A"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M11 3H13.6C14 3 14.3 3.3 14.3 3.6C14.3 3.9 14 4.2 13.7 4.2H13.3V14C13.3 15.1 12.4 16 11.3 16H4.80005C3.70005 16 2.80005 15.1 2.80005 14V4.2H2.40005C2.00005 4.2 1.80005 4 1.80005 3.6C1.80005 3.2 2.00005 3 2.40005 3H5.00005V2C5.00005 0.9 5.90005 0 7.00005 0H9.00005C10.1 0 11 0.9 11 2V3ZM6.90005 1.2L6.30005 1.8V3H9.80005V1.8L9.20005 1.2H6.90005ZM11.4 14.7L12 14.1V4.2H4.00005V14.1L4.60005 14.7H11.4ZM7.00005 12.4C7.00005 12.7 6.70005 13 6.40005 13C6.10005 13 5.80005 12.7 5.80005 12.4V7.6C5.70005 7.3 6.00005 7 6.40005 7C6.80005 7 7.00005 7.3 7.00005 7.6V12.4ZM10.2001 12.4C10.2001 12.7 9.90006 13 9.60006 13C9.30006 13 9.00006 12.7 9.00006 12.4V7.6C9.00006 7.3 9.30006 7 9.60006 7C9.90006 7 10.2001 7.3 10.2001 7.6V12.4Z"
|
|
4
|
+
fill="black" />
|
|
5
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.10918 11.66C7.24918 11.8 7.43918 11.88 7.63918 11.88C7.83918 11.88 8.02918 11.8 8.16918 11.66L14.9192 4.91C15.2692 4.57 15.4592 4.11 15.4592 3.62C15.4592 3.13 15.2692 2.67 14.9192 2.33L13.1292 0.54C12.7892 0.19 12.3292 0 11.8392 0C11.3492 0 10.8892 0.2 10.5492 0.54L3.79918 7.29C3.50918 7.58 3.50918 8.06 3.79918 8.35L4.38988 8.9407L1.40918 11.93H5.64918L6.51419 11.065L7.10918 11.66ZM7.63918 10.07L5.38918 7.82V7.81L7.8648 5.33438L10.1198 7.58938L7.63918 10.07ZM11.1805 6.52872L13.8592 3.85C13.9892 3.72 13.9892 3.52 13.8592 3.39L12.0692 1.6C11.9892 1.52 11.8892 1.5 11.8392 1.5C11.8392 1.5 11.6892 1.51 11.6092 1.59L8.92546 4.27372L11.1805 6.52872Z" fill="#000"/>
|
|
4
|
+
<path d="M0.40918 14H15.4092V16H0.40918V14Z" fill="#000"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.23336 10.4664L11.8474 6.85339C11.894 6.8071 11.931 6.75203 11.9563 6.69136C11.9816 6.63069 11.9946 6.56562 11.9946 6.49989C11.9946 6.43417 11.9816 6.3691 11.9563 6.30843C11.931 6.24776 11.894 6.19269 11.8474 6.14639C11.7536 6.05266 11.6264 6 11.4939 6C11.3613 6 11.2341 6.05266 11.1404 6.14639L7.99236 9.29339L4.84736 6.14739C4.75305 6.05631 4.62675 6.00592 4.49566 6.00706C4.36456 6.0082 4.23915 6.06078 4.14645 6.15348C4.05374 6.24619 4.00116 6.37159 4.00002 6.50269C3.99888 6.63379 4.04928 6.76009 4.14036 6.85439L7.75236 10.4674L8.23336 10.4664Z" fill="black"/>
|
|
3
|
+
</svg>
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./core/index.js";
|
|
2
|
+
import { getFileObject } from '@harbour-enterprises/common';
|
|
3
|
+
import { compareVersions } from '@harbour-enterprises/common';
|
|
4
|
+
import { Editor } from '@harbour-enterprises/super-editor';
|
|
5
|
+
import { getRichTextExtensions } from '@harbour-enterprises/super-editor';
|
|
6
|
+
import { DOCX } from '@harbour-enterprises/common';
|
|
7
|
+
import { PDF } from '@harbour-enterprises/common';
|
|
8
|
+
import { HTML } from '@harbour-enterprises/common';
|
|
9
|
+
import { helpers as superEditorHelpers } from '@harbour-enterprises/super-editor';
|
|
10
|
+
import { fieldAnnotationHelpers } from '@harbour-enterprises/super-editor';
|
|
11
|
+
import { trackChangesHelpers } from '@harbour-enterprises/super-editor';
|
|
12
|
+
import { AnnotatorHelpers } from '@harbour-enterprises/super-editor';
|
|
13
|
+
import { SectionHelpers } from '@harbour-enterprises/super-editor';
|
|
14
|
+
import { SuperConverter } from '@harbour-enterprises/super-editor';
|
|
15
|
+
import { createZip } from '@harbour-enterprises/super-editor';
|
|
16
|
+
import { Extensions } from '@harbour-enterprises/super-editor';
|
|
17
|
+
import { registeredHandlers } from '@harbour-enterprises/super-editor';
|
|
18
|
+
export { BlankDOCX, getFileObject, compareVersions, Editor, getRichTextExtensions, DOCX, PDF, HTML, superEditorHelpers, fieldAnnotationHelpers, trackChangesHelpers, AnnotatorHelpers, SectionHelpers, SuperConverter, createZip, Extensions, registeredHandlers };
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";8BAegE,6BAA6B;gCAA7B,6BAA6B;uBARtF,mCAAmC;sCAAnC,mCAAmC;qBAQsB,6BAA6B;oBAA7B,6BAA6B;qBAA7B,6BAA6B;8CADtF,mCAAmC;uCAAnC,mCAAmC;oCAAnC,mCAAmC;iCAAnC,mCAAmC;+BAAnC,mCAAmC;+BAPnC,mCAAmC;0BAAnC,mCAAmC;2BAAnC,mCAAmC;mCAAnC,mCAAmC"}
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.js"],"names":[],"mappings":""}
|