@harbour-enterprises/superdoc 0.23.0-next.16 → 0.23.0-next.17

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.
Files changed (728) hide show
  1. package/dist/chunks/{PdfViewer-DfGIeWvO.es.js → PdfViewer-DOQw-QBT.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-CJrsZCLf.cjs → PdfViewer-ytL49tCj.cjs} +1 -1
  3. package/dist/chunks/{index-CwhKMy0h.es.js → index-BjP_ixoM.es.js} +2 -2
  4. package/dist/chunks/{index-DGSQ4Gfx.cjs → index-TI9YfKQC.cjs} +2 -2
  5. package/dist/chunks/{super-editor.es-bIibjiHo.es.js → super-editor.es-BIrzz0Is.es.js} +542 -574
  6. package/dist/chunks/{super-editor.es-b9ACFl9D.cjs → super-editor.es-DMLpNrBd.cjs} +542 -574
  7. package/dist/components/CommentsLayer/types.d.ts +158 -0
  8. package/dist/components/CommentsLayer/types.d.ts.map +1 -0
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-vEmAnrOg.js → converter-wrgxIFCy.js} +607 -577
  11. package/dist/super-editor/chunks/{docx-zipper-DA00N7eN.js → docx-zipper-DIilDv93.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-CVzagv2Y.js → editor-CXHr0RmK.js} +2 -66
  13. package/dist/super-editor/chunks/{toolbar-BCJtFyig.js → toolbar-BytYAx8O.js} +2 -2
  14. package/dist/super-editor/converter.es.js +1 -1
  15. package/dist/super-editor/docx-zipper.es.js +2 -2
  16. package/dist/super-editor/editor.es.js +3 -3
  17. package/dist/super-editor/file-zipper.es.js +1 -1
  18. package/dist/super-editor/{src → super-editor/src}/components/toolbar/toolbarTexts.d.ts +1 -0
  19. package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/exporter/commentsExporter.d.ts +0 -7
  20. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts +1 -0
  21. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts +3 -0
  22. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts +3 -0
  23. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts +1 -0
  24. package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/node-translator/node-translator.d.ts +6 -0
  25. package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structuredContentHelpers/index.d.ts +0 -1
  26. package/dist/super-editor/super-editor.es.js +12 -8
  27. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts +157 -0
  28. package/dist/super-editor/toolbar.es.js +2 -2
  29. package/dist/super-editor.cjs +1 -1
  30. package/dist/super-editor.es.js +1 -1
  31. package/dist/superdoc.cjs +2 -2
  32. package/dist/superdoc.es.js +2 -2
  33. package/dist/superdoc.umd.js +556 -588
  34. package/dist/superdoc.umd.js.map +1 -1
  35. package/package.json +1 -1
  36. package/dist/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsByAlias.d.ts +0 -8
  37. /package/dist/super-editor/{postcss.config.d.cts → super-editor/postcss.config.d.cts} +0 -0
  38. /package/dist/super-editor/{src → super-editor/src}/components/cursor-helpers.d.ts +0 -0
  39. /package/dist/super-editor/{src → super-editor/src}/components/pagination-helpers.d.ts +0 -0
  40. /package/dist/super-editor/{src → super-editor/src}/components/slash-menu/constants.d.ts +0 -0
  41. /package/dist/super-editor/{src → super-editor/src}/components/slash-menu/menuItems.d.ts +0 -0
  42. /package/dist/super-editor/{src → super-editor/src}/components/slash-menu/tests/testHelpers.d.ts +0 -0
  43. /package/dist/super-editor/{src → super-editor/src}/components/slash-menu/utils.d.ts +0 -0
  44. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/ai-helpers.d.ts +0 -0
  45. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/color-dropdown-helpers.d.ts +0 -0
  46. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/constants.d.ts +0 -0
  47. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/defaultItems.d.ts +0 -0
  48. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/format-negation.d.ts +0 -0
  49. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/helpers.d.ts +0 -0
  50. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/scroll-helpers.d.ts +0 -0
  51. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/super-toolbar.d.ts +0 -0
  52. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/toolbarIcons.d.ts +0 -0
  53. /package/dist/super-editor/{src → super-editor/src}/components/toolbar/use-toolbar-item.d.ts +0 -0
  54. /package/dist/super-editor/{src → super-editor/src}/composables/use-high-contrast-mode.d.ts +0 -0
  55. /package/dist/super-editor/{src → super-editor/src}/core/Attribute.d.ts +0 -0
  56. /package/dist/super-editor/{src → super-editor/src}/core/CommandService.d.ts +0 -0
  57. /package/dist/super-editor/{src → super-editor/src}/core/DocxZipper.d.ts +0 -0
  58. /package/dist/super-editor/{src → super-editor/src}/core/Editor.d.ts +0 -0
  59. /package/dist/super-editor/{src → super-editor/src}/core/EventEmitter.d.ts +0 -0
  60. /package/dist/super-editor/{src → super-editor/src}/core/Extension.d.ts +0 -0
  61. /package/dist/super-editor/{src → super-editor/src}/core/ExtensionService.d.ts +0 -0
  62. /package/dist/super-editor/{src → super-editor/src}/core/InputRule.d.ts +0 -0
  63. /package/dist/super-editor/{src → super-editor/src}/core/Mark.d.ts +0 -0
  64. /package/dist/super-editor/{src → super-editor/src}/core/Node.d.ts +0 -0
  65. /package/dist/super-editor/{src → super-editor/src}/core/OxmlNode.d.ts +0 -0
  66. /package/dist/super-editor/{src → super-editor/src}/core/Schema.d.ts +0 -0
  67. /package/dist/super-editor/{src → super-editor/src}/core/child-editor/child-editor.d.ts +0 -0
  68. /package/dist/super-editor/{src → super-editor/src}/core/child-editor/index.d.ts +0 -0
  69. /package/dist/super-editor/{src → super-editor/src}/core/commands/__tests__/schemaWithLists.d.ts +0 -0
  70. /package/dist/super-editor/{src → super-editor/src}/core/commands/__tests__/testHelpers.d.ts +0 -0
  71. /package/dist/super-editor/{src → super-editor/src}/core/commands/__tests__/testSchema.d.ts +0 -0
  72. /package/dist/super-editor/{src → super-editor/src}/core/commands/backspaceNextToList.d.ts +0 -0
  73. /package/dist/super-editor/{src → super-editor/src}/core/commands/clearNodes.d.ts +0 -0
  74. /package/dist/super-editor/{src → super-editor/src}/core/commands/command.d.ts +0 -0
  75. /package/dist/super-editor/{src → super-editor/src}/core/commands/createParagraphNear.d.ts +0 -0
  76. /package/dist/super-editor/{src → super-editor/src}/core/commands/decreaseListIndent.d.ts +0 -0
  77. /package/dist/super-editor/{src → super-editor/src}/core/commands/deleteListItem.d.ts +0 -0
  78. /package/dist/super-editor/{src → super-editor/src}/core/commands/deleteNextToList.d.ts +0 -0
  79. /package/dist/super-editor/{src → super-editor/src}/core/commands/deleteSelection.d.ts +0 -0
  80. /package/dist/super-editor/{src → super-editor/src}/core/commands/exitCode.d.ts +0 -0
  81. /package/dist/super-editor/{src → super-editor/src}/core/commands/first.d.ts +0 -0
  82. /package/dist/super-editor/{src → super-editor/src}/core/commands/increaseListIndent.d.ts +0 -0
  83. /package/dist/super-editor/{src → super-editor/src}/core/commands/index.d.ts +0 -0
  84. /package/dist/super-editor/{src → super-editor/src}/core/commands/insertContent.d.ts +0 -0
  85. /package/dist/super-editor/{src → super-editor/src}/core/commands/insertContentAt.d.ts +0 -0
  86. /package/dist/super-editor/{src → super-editor/src}/core/commands/insertTabChar.d.ts +0 -0
  87. /package/dist/super-editor/{src → super-editor/src}/core/commands/insertTabNode.d.ts +0 -0
  88. /package/dist/super-editor/{src → super-editor/src}/core/commands/joinBackward.d.ts +0 -0
  89. /package/dist/super-editor/{src → super-editor/src}/core/commands/joinDown.d.ts +0 -0
  90. /package/dist/super-editor/{src → super-editor/src}/core/commands/joinForward.d.ts +0 -0
  91. /package/dist/super-editor/{src → super-editor/src}/core/commands/joinUp.d.ts +0 -0
  92. /package/dist/super-editor/{src → super-editor/src}/core/commands/liftEmptyBlock.d.ts +0 -0
  93. /package/dist/super-editor/{src → super-editor/src}/core/commands/liftListItem.d.ts +0 -0
  94. /package/dist/super-editor/{src → super-editor/src}/core/commands/list-helpers/find-node-position.d.ts +0 -0
  95. /package/dist/super-editor/{src → super-editor/src}/core/commands/list-helpers/index.d.ts +0 -0
  96. /package/dist/super-editor/{src → super-editor/src}/core/commands/list-helpers/is-list.d.ts +0 -0
  97. /package/dist/super-editor/{src → super-editor/src}/core/commands/list-helpers/test-helpers.d.ts +0 -0
  98. /package/dist/super-editor/{src → super-editor/src}/core/commands/newlineInCode.d.ts +0 -0
  99. /package/dist/super-editor/{src → super-editor/src}/core/commands/resetAttributes.d.ts +0 -0
  100. /package/dist/super-editor/{src → super-editor/src}/core/commands/restoreSelection.d.ts +0 -0
  101. /package/dist/super-editor/{src → super-editor/src}/core/commands/selectAll.d.ts +0 -0
  102. /package/dist/super-editor/{src → super-editor/src}/core/commands/selectNodeBackward.d.ts +0 -0
  103. /package/dist/super-editor/{src → super-editor/src}/core/commands/selectNodeForward.d.ts +0 -0
  104. /package/dist/super-editor/{src → super-editor/src}/core/commands/selectTextblockEnd.d.ts +0 -0
  105. /package/dist/super-editor/{src → super-editor/src}/core/commands/selectTextblockStart.d.ts +0 -0
  106. /package/dist/super-editor/{src → super-editor/src}/core/commands/setMark.d.ts +0 -0
  107. /package/dist/super-editor/{src → super-editor/src}/core/commands/setMeta.d.ts +0 -0
  108. /package/dist/super-editor/{src → super-editor/src}/core/commands/setNode.d.ts +0 -0
  109. /package/dist/super-editor/{src → super-editor/src}/core/commands/sinkListItem.d.ts +0 -0
  110. /package/dist/super-editor/{src → super-editor/src}/core/commands/splitBlock.d.ts +0 -0
  111. /package/dist/super-editor/{src → super-editor/src}/core/commands/splitListItem.d.ts +0 -0
  112. /package/dist/super-editor/{src → super-editor/src}/core/commands/tests/commandTestUtils.d.ts +0 -0
  113. /package/dist/super-editor/{src → super-editor/src}/core/commands/tests/test-schema.d.ts +0 -0
  114. /package/dist/super-editor/{src → super-editor/src}/core/commands/toggleList.d.ts +0 -0
  115. /package/dist/super-editor/{src → super-editor/src}/core/commands/toggleMark.d.ts +0 -0
  116. /package/dist/super-editor/{src → super-editor/src}/core/commands/toggleMarkCascade.d.ts +0 -0
  117. /package/dist/super-editor/{src → super-editor/src}/core/commands/toggleNode.d.ts +0 -0
  118. /package/dist/super-editor/{src → super-editor/src}/core/commands/types/index.d.ts +0 -0
  119. /package/dist/super-editor/{src → super-editor/src}/core/commands/undoInputRule.d.ts +0 -0
  120. /package/dist/super-editor/{src → super-editor/src}/core/commands/unsetAllMarks.d.ts +0 -0
  121. /package/dist/super-editor/{src → super-editor/src}/core/commands/unsetMark.d.ts +0 -0
  122. /package/dist/super-editor/{src → super-editor/src}/core/commands/updateAttributes.d.ts +0 -0
  123. /package/dist/super-editor/{src → super-editor/src}/core/commands/wrapInList.d.ts +0 -0
  124. /package/dist/super-editor/{src → super-editor/src}/core/encoding-helpers.d.ts +0 -0
  125. /package/dist/super-editor/{src → super-editor/src}/core/extensions/commands.d.ts +0 -0
  126. /package/dist/super-editor/{src → super-editor/src}/core/extensions/editable.d.ts +0 -0
  127. /package/dist/super-editor/{src → super-editor/src}/core/extensions/editorFocus.d.ts +0 -0
  128. /package/dist/super-editor/{src → super-editor/src}/core/extensions/index.d.ts +0 -0
  129. /package/dist/super-editor/{src → super-editor/src}/core/extensions/keymap.d.ts +0 -0
  130. /package/dist/super-editor/{src → super-editor/src}/core/helpers/ErrorWithDetails.d.ts +0 -0
  131. /package/dist/super-editor/{src → super-editor/src}/core/helpers/annotator.d.ts +0 -0
  132. /package/dist/super-editor/{src → super-editor/src}/core/helpers/baseListDefinitions.d.ts +0 -0
  133. /package/dist/super-editor/{src → super-editor/src}/core/helpers/chainableEditorState.d.ts +0 -0
  134. /package/dist/super-editor/{src → super-editor/src}/core/helpers/cleanSchemaItem.d.ts +0 -0
  135. /package/dist/super-editor/{src → super-editor/src}/core/helpers/contentProcessor.d.ts +0 -0
  136. /package/dist/super-editor/{src → super-editor/src}/core/helpers/createDocument.d.ts +0 -0
  137. /package/dist/super-editor/{src → super-editor/src}/core/helpers/createNodeFromContent.d.ts +0 -0
  138. /package/dist/super-editor/{src → super-editor/src}/core/helpers/defaultBlockAt.d.ts +0 -0
  139. /package/dist/super-editor/{src → super-editor/src}/core/helpers/findChildren.d.ts +0 -0
  140. /package/dist/super-editor/{src → super-editor/src}/core/helpers/findMark.d.ts +0 -0
  141. /package/dist/super-editor/{src → super-editor/src}/core/helpers/findParentNode.d.ts +0 -0
  142. /package/dist/super-editor/{src → super-editor/src}/core/helpers/findParentNodeClosestToPos.d.ts +0 -0
  143. /package/dist/super-editor/{src → super-editor/src}/core/helpers/findWordBounds.d.ts +0 -0
  144. /package/dist/super-editor/{src → super-editor/src}/core/helpers/generateDocxListAttributes.d.ts +0 -0
  145. /package/dist/super-editor/{src → super-editor/src}/core/helpers/generateDocxRandomId.d.ts +0 -0
  146. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getActiveFormatting.d.ts +0 -0
  147. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getExtensionConfigField.d.ts +0 -0
  148. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getHTMLFromFragment.d.ts +0 -0
  149. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getMarkRange.d.ts +0 -0
  150. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getMarkType.d.ts +0 -0
  151. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getMarksBetween.d.ts +0 -0
  152. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getMarksFromSelection.d.ts +0 -0
  153. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getNodeType.d.ts +0 -0
  154. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getSchemaTypeByName.d.ts +0 -0
  155. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getSchemaTypeNameByName.d.ts +0 -0
  156. /package/dist/super-editor/{src → super-editor/src}/core/helpers/getTextContentFromNodes.d.ts +0 -0
  157. /package/dist/super-editor/{src → super-editor/src}/core/helpers/htmlSanitizer.d.ts +0 -0
  158. /package/dist/super-editor/{src → super-editor/src}/core/helpers/importHtml.d.ts +0 -0
  159. /package/dist/super-editor/{src → super-editor/src}/core/helpers/importMarkdown.d.ts +0 -0
  160. /package/dist/super-editor/{src → super-editor/src}/core/helpers/index.d.ts +0 -0
  161. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isActive.d.ts +0 -0
  162. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isExtentionRulesEnabled.d.ts +0 -0
  163. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isInTable.d.ts +0 -0
  164. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isList.d.ts +0 -0
  165. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isMarkActive.d.ts +0 -0
  166. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isNodeActive.d.ts +0 -0
  167. /package/dist/super-editor/{src → super-editor/src}/core/helpers/isTextSelection.d.ts +0 -0
  168. /package/dist/super-editor/{src → super-editor/src}/core/helpers/list-numbering-helpers.d.ts +0 -0
  169. /package/dist/super-editor/{src → super-editor/src}/core/helpers/orderedListUtils.d.ts +0 -0
  170. /package/dist/super-editor/{src → super-editor/src}/core/helpers/pasteListHelpers.d.ts +0 -0
  171. /package/dist/super-editor/{src → super-editor/src}/core/helpers/posToDOMRect.d.ts +0 -0
  172. /package/dist/super-editor/{src → super-editor/src}/core/helpers/selectionToInsertionEnd.d.ts +0 -0
  173. /package/dist/super-editor/{src → super-editor/src}/core/helpers/setImageNodeSelection.d.ts +0 -0
  174. /package/dist/super-editor/{src → super-editor/src}/core/helpers/setWordSelection.d.ts +0 -0
  175. /package/dist/super-editor/{src → super-editor/src}/core/helpers/updateDOMAttributes.d.ts +0 -0
  176. /package/dist/super-editor/{src → super-editor/src}/core/index.d.ts +0 -0
  177. /package/dist/super-editor/{src → super-editor/src}/core/inputRules/docx-paste/docx-paste.d.ts +0 -0
  178. /package/dist/super-editor/{src → super-editor/src}/core/inputRules/google-docs-paste/google-docs-paste.d.ts +0 -0
  179. /package/dist/super-editor/{src → super-editor/src}/core/inputRules/html/html-helpers.d.ts +0 -0
  180. /package/dist/super-editor/{src → super-editor/src}/core/inputRules/html/transform-copied-lists.d.ts +0 -0
  181. /package/dist/super-editor/{src → super-editor/src}/core/inputRules/wrappingInputRule.d.ts +0 -0
  182. /package/dist/super-editor/{src → super-editor/src}/core/migrations/0.14-listsv2/listsv2migration.d.ts +0 -0
  183. /package/dist/super-editor/{src → super-editor/src}/core/migrations/index.d.ts +0 -0
  184. /package/dist/super-editor/{src → super-editor/src}/core/migrations/migration_after_0_4_14.d.ts +0 -0
  185. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/SuperConverter.d.ts +0 -0
  186. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/constants.d.ts +0 -0
  187. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/docx-helpers/document-rels.d.ts +0 -0
  188. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/docx-helpers/docx-constants.d.ts +0 -0
  189. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/docx-helpers/docx-helpers.d.ts +0 -0
  190. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/docx-helpers/get-default-style-definition.d.ts +0 -0
  191. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/docx-helpers/index.d.ts +0 -0
  192. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +0 -0
  193. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/exporter-docx-defs.d.ts +0 -0
  194. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/exporter.d.ts +0 -0
  195. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts +0 -0
  196. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/fld-preprocessors/index.d.ts +0 -0
  197. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts +0 -0
  198. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts +0 -0
  199. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts +0 -0
  200. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts +0 -0
  201. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/index.d.ts +0 -0
  202. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/field-references/preProcessNodesForFldChar.d.ts +0 -0
  203. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/helpers/mediaHelpers.d.ts +0 -0
  204. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/helpers/tableFallbackHelpers.d.ts +0 -0
  205. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/helpers.d.ts +0 -0
  206. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/types.d.ts +0 -0
  207. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/docxHelper.d.ts +0 -0
  208. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +0 -0
  209. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/exporter/helpers/index.d.ts +0 -0
  210. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +0 -0
  211. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/exporter/index.d.ts +0 -0
  212. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +0 -0
  213. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +0 -0
  214. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +0 -0
  215. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +0 -0
  216. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +0 -0
  217. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/documentCommentsImporter.d.ts +0 -0
  218. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/docxImporter.d.ts +0 -0
  219. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/hyperlinkImporter.d.ts +0 -0
  220. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/ignoredNodes.d.ts +0 -0
  221. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/imageImporter.d.ts +0 -0
  222. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/importerHelpers.d.ts +0 -0
  223. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/index.d.ts +0 -0
  224. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/lineBreakImporter.d.ts +0 -0
  225. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/listImporter.d.ts +0 -0
  226. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/markImporter.d.ts +0 -0
  227. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/mergeTextNodes.d.ts +0 -0
  228. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/pageReferenceImporter.d.ts +0 -0
  229. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +0 -0
  230. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/pictNodeImporter.d.ts +0 -0
  231. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/runNodeImporter.d.ts +0 -0
  232. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/sdtNodeImporter.d.ts +0 -0
  233. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/standardNodeImporter.d.ts +0 -0
  234. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/tabImporter.d.ts +0 -0
  235. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/tableImporter.d.ts +0 -0
  236. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/tableOfContentsImporter.d.ts +0 -0
  237. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/textNodeImporter.d.ts +0 -0
  238. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/trackChangesImporter.d.ts +0 -0
  239. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/importer/types/index.d.ts +0 -0
  240. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v2/types/index.d.ts +0 -0
  241. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +0 -0
  242. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/constants/index.d.ts +0 -0
  243. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/index.d.ts +0 -0
  244. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts +0 -0
  245. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts +0 -0
  246. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/sd/pageReference/index.d.ts +0 -0
  247. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts +0 -0
  248. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts +0 -0
  249. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts +0 -0
  250. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/types/index.d.ts +0 -0
  251. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/utils.d.ts +0 -0
  252. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +0 -0
  253. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +0 -0
  254. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/b/b-translator.d.ts +0 -0
  255. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/b/index.d.ts +0 -0
  256. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +0 -0
  257. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +0 -0
  258. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +0 -0
  259. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +0 -0
  260. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +0 -0
  261. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +0 -0
  262. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +0 -0
  263. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +0 -0
  264. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +0 -0
  265. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +0 -0
  266. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +0 -0
  267. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +0 -0
  268. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +0 -0
  269. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +0 -0
  270. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +0 -0
  271. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +0 -0
  272. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bottom/index.d.ts +0 -0
  273. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +0 -0
  274. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +0 -0
  275. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +0 -0
  276. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +0 -0
  277. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/br/br-translator.d.ts +0 -0
  278. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/br/index.d.ts +0 -0
  279. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +0 -0
  280. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +0 -0
  281. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +0 -0
  282. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +0 -0
  283. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +0 -0
  284. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +0 -0
  285. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +0 -0
  286. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +0 -0
  287. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +0 -0
  288. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +0 -0
  289. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/color/color-translator.d.ts +0 -0
  290. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +0 -0
  291. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/divId/index.d.ts +0 -0
  292. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +0 -0
  293. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/drawing/index.d.ts +0 -0
  294. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/end/end-translator.d.ts +0 -0
  295. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/end/index.d.ts +0 -0
  296. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +0 -0
  297. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +0 -0
  298. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +0 -0
  299. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +0 -0
  300. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +0 -0
  301. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +0 -0
  302. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/gridCol/index.d.ts +0 -0
  303. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +0 -0
  304. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/hidden/index.d.ts +0 -0
  305. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +0 -0
  306. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +0 -0
  307. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +0 -0
  308. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +0 -0
  309. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +0 -0
  310. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +0 -0
  311. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +0 -0
  312. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/i/i-translator.d.ts +0 -0
  313. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/insideH/index.d.ts +0 -0
  314. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +0 -0
  315. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/insideV/index.d.ts +0 -0
  316. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +0 -0
  317. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/jc/index.d.ts +0 -0
  318. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +0 -0
  319. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/left/index.d.ts +0 -0
  320. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/left/left-translator.d.ts +0 -0
  321. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +0 -0
  322. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +0 -0
  323. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +0 -0
  324. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +0 -0
  325. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +0 -0
  326. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +0 -0
  327. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +0 -0
  328. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +0 -0
  329. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +0 -0
  330. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -0
  331. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +0 -0
  332. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +0 -0
  333. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/index.d.ts +0 -0
  334. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/p/p-translator.d.ts +0 -0
  335. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +0 -0
  336. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +0 -0
  337. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +0 -0
  338. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +0 -0
  339. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +0 -0
  340. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -0
  341. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +0 -0
  342. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +0 -0
  343. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/index.d.ts +0 -0
  344. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/r/r-translator.d.ts +0 -0
  345. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +0 -0
  346. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +0 -0
  347. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +0 -0
  348. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +0 -0
  349. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +0 -0
  350. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +0 -0
  351. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/index.d.ts +0 -0
  352. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +0 -0
  353. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +0 -0
  354. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +0 -0
  355. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rStyle/index.d.ts +0 -0
  356. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +0 -0
  357. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/right/index.d.ts +0 -0
  358. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +0 -0
  359. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/right/right-translator.d.ts +0 -0
  360. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rpr/index.d.ts +0 -0
  361. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +0 -0
  362. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +0 -0
  363. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +0 -0
  364. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +0 -0
  365. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +0 -0
  366. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +0 -0
  367. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +0 -0
  368. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +0 -0
  369. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts +0 -0
  370. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +0 -0
  371. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +0 -0
  372. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +0 -0
  373. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/index.d.ts +0 -0
  374. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +0 -0
  375. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/shd/index.d.ts +0 -0
  376. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +0 -0
  377. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/start/index.d.ts +0 -0
  378. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +0 -0
  379. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/start/start-translator.d.ts +0 -0
  380. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +0 -0
  381. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +0 -0
  382. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +0 -0
  383. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +0 -0
  384. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +0 -0
  385. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +0 -0
  386. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +0 -0
  387. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +0 -0
  388. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +0 -0
  389. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +0 -0
  390. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +0 -0
  391. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +0 -0
  392. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts +0 -0
  393. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tab/index.d.ts +0 -0
  394. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +0 -0
  395. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tbl/index.d.ts +0 -0
  396. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +0 -0
  397. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +0 -0
  398. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +0 -0
  399. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +0 -0
  400. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +0 -0
  401. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +0 -0
  402. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +0 -0
  403. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +0 -0
  404. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +0 -0
  405. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +0 -0
  406. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +0 -0
  407. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +0 -0
  408. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +0 -0
  409. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +0 -0
  410. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +0 -0
  411. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +0 -0
  412. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblInd/index.d.ts +0 -0
  413. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +0 -0
  414. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +0 -0
  415. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +0 -0
  416. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblLook/index.d.ts +0 -0
  417. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +0 -0
  418. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +0 -0
  419. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +0 -0
  420. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblPr/index.d.ts +0 -0
  421. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +0 -0
  422. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +0 -0
  423. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +0 -0
  424. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +0 -0
  425. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +0 -0
  426. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +0 -0
  427. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +0 -0
  428. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblW/index.d.ts +0 -0
  429. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +0 -0
  430. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +0 -0
  431. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +0 -0
  432. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +0 -0
  433. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +0 -0
  434. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tc/index.d.ts +0 -0
  435. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +0 -0
  436. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/top/index.d.ts +0 -0
  437. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +0 -0
  438. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/top/top-translator.d.ts +0 -0
  439. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tr/index.d.ts +0 -0
  440. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +0 -0
  441. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/trHeight/index.d.ts +0 -0
  442. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +0 -0
  443. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/trPr/index.d.ts +0 -0
  444. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +0 -0
  445. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +0 -0
  446. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +0 -0
  447. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +0 -0
  448. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +0 -0
  449. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +0 -0
  450. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +0 -0
  451. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/u/u-translator.d.ts +0 -0
  452. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/wAfter/index.d.ts +0 -0
  453. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +0 -0
  454. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/wBefore/index.d.ts +0 -0
  455. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +0 -0
  456. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +0 -0
  457. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +0 -0
  458. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +0 -0
  459. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/anchor/index.d.ts +0 -0
  460. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +0 -0
  461. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +0 -0
  462. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +0 -0
  463. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +0 -0
  464. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/inline/index.d.ts +0 -0
  465. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +0 -0
  466. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/v3/node-translator/index.d.ts +0 -0
  467. /package/dist/super-editor/{src → super-editor/src}/core/super-converter/zipper.d.ts +0 -0
  468. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/index.d.ts +0 -0
  469. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/logger/index.d.ts +0 -0
  470. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/logger/logger.d.ts +0 -0
  471. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/super-validator.d.ts +0 -0
  472. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/types.d.ts +0 -0
  473. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/index.d.ts +0 -0
  474. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/image/image-validator.d.ts +0 -0
  475. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/image/index.d.ts +0 -0
  476. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +0 -0
  477. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/image/rules/index.d.ts +0 -0
  478. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/link/index.d.ts +0 -0
  479. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/link/link-validator.d.ts +0 -0
  480. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/link/rules/index.d.ts +0 -0
  481. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +0 -0
  482. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/xml/index.d.ts +0 -0
  483. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +0 -0
  484. /package/dist/super-editor/{src → super-editor/src}/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +0 -0
  485. /package/dist/super-editor/{src → super-editor/src}/core/types/index.d.ts +0 -0
  486. /package/dist/super-editor/{src → super-editor/src}/core/utilities/callOrGet.d.ts +0 -0
  487. /package/dist/super-editor/{src → super-editor/src}/core/utilities/carbonCopy.d.ts +0 -0
  488. /package/dist/super-editor/{src → super-editor/src}/core/utilities/clipboardUtils.d.ts +0 -0
  489. /package/dist/super-editor/{src → super-editor/src}/core/utilities/createStyleTag.d.ts +0 -0
  490. /package/dist/super-editor/{src → super-editor/src}/core/utilities/deleteProps.d.ts +0 -0
  491. /package/dist/super-editor/{src → super-editor/src}/core/utilities/imageBlobs.d.ts +0 -0
  492. /package/dist/super-editor/{src → super-editor/src}/core/utilities/index.d.ts +0 -0
  493. /package/dist/super-editor/{src → super-editor/src}/core/utilities/isEmptyObject.d.ts +0 -0
  494. /package/dist/super-editor/{src → super-editor/src}/core/utilities/isIOS.d.ts +0 -0
  495. /package/dist/super-editor/{src → super-editor/src}/core/utilities/isMacOS.d.ts +0 -0
  496. /package/dist/super-editor/{src → super-editor/src}/core/utilities/isRegExp.d.ts +0 -0
  497. /package/dist/super-editor/{src → super-editor/src}/core/utilities/minMax.d.ts +0 -0
  498. /package/dist/super-editor/{src → super-editor/src}/core/utilities/objectIncludes.d.ts +0 -0
  499. /package/dist/super-editor/{src → super-editor/src}/core/utilities/parseSizeUnit.d.ts +0 -0
  500. /package/dist/super-editor/{src → super-editor/src}/extensions/ai/ai-constants.d.ts +0 -0
  501. /package/dist/super-editor/{src → super-editor/src}/extensions/ai/ai-marks.d.ts +0 -0
  502. /package/dist/super-editor/{src → super-editor/src}/extensions/ai/ai-nodes.d.ts +0 -0
  503. /package/dist/super-editor/{src → super-editor/src}/extensions/ai/ai-plugin.d.ts +0 -0
  504. /package/dist/super-editor/{src → super-editor/src}/extensions/ai/index.d.ts +0 -0
  505. /package/dist/super-editor/{src → super-editor/src}/extensions/block-node/block-node.d.ts +0 -0
  506. /package/dist/super-editor/{src → super-editor/src}/extensions/block-node/index.d.ts +0 -0
  507. /package/dist/super-editor/{src → super-editor/src}/extensions/bold/bold.d.ts +0 -0
  508. /package/dist/super-editor/{src → super-editor/src}/extensions/bold/index.d.ts +0 -0
  509. /package/dist/super-editor/{src → super-editor/src}/extensions/bookmarks/bookmark-end.d.ts +0 -0
  510. /package/dist/super-editor/{src → super-editor/src}/extensions/bookmarks/bookmark-start.d.ts +0 -0
  511. /package/dist/super-editor/{src → super-editor/src}/extensions/bookmarks/index.d.ts +0 -0
  512. /package/dist/super-editor/{src → super-editor/src}/extensions/bullet-list/bullet-list.d.ts +0 -0
  513. /package/dist/super-editor/{src → super-editor/src}/extensions/bullet-list/index.d.ts +0 -0
  514. /package/dist/super-editor/{src → super-editor/src}/extensions/collaboration/collaboration-helpers.d.ts +0 -0
  515. /package/dist/super-editor/{src → super-editor/src}/extensions/collaboration/collaboration.d.ts +0 -0
  516. /package/dist/super-editor/{src → super-editor/src}/extensions/collaboration/index.d.ts +0 -0
  517. /package/dist/super-editor/{src → super-editor/src}/extensions/collaboration-cursor/collaboration-cursor.d.ts +0 -0
  518. /package/dist/super-editor/{src → super-editor/src}/extensions/collaboration-cursor/index.d.ts +0 -0
  519. /package/dist/super-editor/{src → super-editor/src}/extensions/color/color.d.ts +0 -0
  520. /package/dist/super-editor/{src → super-editor/src}/extensions/color/index.d.ts +0 -0
  521. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/comment-import-helpers.d.ts +0 -0
  522. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/comment.d.ts +0 -0
  523. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/comments-constants.d.ts +0 -0
  524. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/comments-helpers.d.ts +0 -0
  525. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/comments-marks.d.ts +0 -0
  526. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/comments-plugin.d.ts +0 -0
  527. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/helpers/index.d.ts +0 -0
  528. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/helpers/normalize-comment-event-payload.d.ts +0 -0
  529. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/helpers/update-position.d.ts +0 -0
  530. /package/dist/super-editor/{src → super-editor/src}/extensions/comment/index.d.ts +0 -0
  531. /package/dist/super-editor/{src → super-editor/src}/extensions/content-block/content-block.d.ts +0 -0
  532. /package/dist/super-editor/{src → super-editor/src}/extensions/content-block/index.d.ts +0 -0
  533. /package/dist/super-editor/{src → super-editor/src}/extensions/custom-selection/custom-selection.d.ts +0 -0
  534. /package/dist/super-editor/{src → super-editor/src}/extensions/custom-selection/index.d.ts +0 -0
  535. /package/dist/super-editor/{src → super-editor/src}/extensions/document/document.d.ts +0 -0
  536. /package/dist/super-editor/{src → super-editor/src}/extensions/document/index.d.ts +0 -0
  537. /package/dist/super-editor/{src → super-editor/src}/extensions/dropcursor/dropcursor.d.ts +0 -0
  538. /package/dist/super-editor/{src → super-editor/src}/extensions/dropcursor/index.d.ts +0 -0
  539. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/FieldAnnotationPlugin.d.ts +0 -0
  540. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/FieldAnnotationView.d.ts +0 -0
  541. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +0 -0
  542. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +0 -0
  543. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/cleanup-commands/index.d.ts +0 -0
  544. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/field-annotation.d.ts +0 -0
  545. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +0 -0
  546. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +0 -0
  547. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +0 -0
  548. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +0 -0
  549. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +0 -0
  550. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +0 -0
  551. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +0 -0
  552. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +0 -0
  553. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +0 -0
  554. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +0 -0
  555. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +0 -0
  556. /package/dist/super-editor/{src → super-editor/src}/extensions/field-annotation/index.d.ts +0 -0
  557. /package/dist/super-editor/{src → super-editor/src}/extensions/font-family/font-family.d.ts +0 -0
  558. /package/dist/super-editor/{src → super-editor/src}/extensions/font-family/index.d.ts +0 -0
  559. /package/dist/super-editor/{src → super-editor/src}/extensions/font-size/font-size.d.ts +0 -0
  560. /package/dist/super-editor/{src → super-editor/src}/extensions/font-size/index.d.ts +0 -0
  561. /package/dist/super-editor/{src → super-editor/src}/extensions/format-commands/format-commands.d.ts +0 -0
  562. /package/dist/super-editor/{src → super-editor/src}/extensions/format-commands/index.d.ts +0 -0
  563. /package/dist/super-editor/{src → super-editor/src}/extensions/gapcursor/gapcursor.d.ts +0 -0
  564. /package/dist/super-editor/{src → super-editor/src}/extensions/gapcursor/index.d.ts +0 -0
  565. /package/dist/super-editor/{src → super-editor/src}/extensions/heading/heading.d.ts +0 -0
  566. /package/dist/super-editor/{src → super-editor/src}/extensions/heading/index.d.ts +0 -0
  567. /package/dist/super-editor/{src → super-editor/src}/extensions/highlight/highlight.d.ts +0 -0
  568. /package/dist/super-editor/{src → super-editor/src}/extensions/highlight/index.d.ts +0 -0
  569. /package/dist/super-editor/{src → super-editor/src}/extensions/history/history.d.ts +0 -0
  570. /package/dist/super-editor/{src → super-editor/src}/extensions/history/index.d.ts +0 -0
  571. /package/dist/super-editor/{src → super-editor/src}/extensions/image/image.d.ts +0 -0
  572. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/fileNameUtils.d.ts +0 -0
  573. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/getFileOpener.d.ts +0 -0
  574. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/handleBase64.d.ts +0 -0
  575. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/handleImageUpload.d.ts +0 -0
  576. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/handleUrl.d.ts +0 -0
  577. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/imagePositionPlugin.d.ts +0 -0
  578. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +0 -0
  579. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/index.d.ts +0 -0
  580. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/processUploadedImage.d.ts +0 -0
  581. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/rotation.d.ts +0 -0
  582. /package/dist/super-editor/{src → super-editor/src}/extensions/image/imageHelpers/startImageUpload.d.ts +0 -0
  583. /package/dist/super-editor/{src → super-editor/src}/extensions/image/index.d.ts +0 -0
  584. /package/dist/super-editor/{src → super-editor/src}/extensions/index.d.ts +0 -0
  585. /package/dist/super-editor/{src → super-editor/src}/extensions/italic/index.d.ts +0 -0
  586. /package/dist/super-editor/{src → super-editor/src}/extensions/italic/italic.d.ts +0 -0
  587. /package/dist/super-editor/{src → super-editor/src}/extensions/line-break/index.d.ts +0 -0
  588. /package/dist/super-editor/{src → super-editor/src}/extensions/line-break/line-break.d.ts +0 -0
  589. /package/dist/super-editor/{src → super-editor/src}/extensions/line-height/index.d.ts +0 -0
  590. /package/dist/super-editor/{src → super-editor/src}/extensions/line-height/line-height.d.ts +0 -0
  591. /package/dist/super-editor/{src → super-editor/src}/extensions/link/index.d.ts +0 -0
  592. /package/dist/super-editor/{src → super-editor/src}/extensions/link/link.d.ts +0 -0
  593. /package/dist/super-editor/{src → super-editor/src}/extensions/linked-styles/helpers.d.ts +0 -0
  594. /package/dist/super-editor/{src → super-editor/src}/extensions/linked-styles/index.d.ts +0 -0
  595. /package/dist/super-editor/{src → super-editor/src}/extensions/linked-styles/linked-styles.d.ts +0 -0
  596. /package/dist/super-editor/{src → super-editor/src}/extensions/linked-styles/plugin.d.ts +0 -0
  597. /package/dist/super-editor/{src → super-editor/src}/extensions/linked-styles/underline-css.d.ts +0 -0
  598. /package/dist/super-editor/{src → super-editor/src}/extensions/list-item/ListItemNodeView.d.ts +0 -0
  599. /package/dist/super-editor/{src → super-editor/src}/extensions/list-item/helpers/listItemTypography.d.ts +0 -0
  600. /package/dist/super-editor/{src → super-editor/src}/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +0 -0
  601. /package/dist/super-editor/{src → super-editor/src}/extensions/list-item/index.d.ts +0 -0
  602. /package/dist/super-editor/{src → super-editor/src}/extensions/list-item/list-item.d.ts +0 -0
  603. /package/dist/super-editor/{src → super-editor/src}/extensions/mention/index.d.ts +0 -0
  604. /package/dist/super-editor/{src → super-editor/src}/extensions/mention/mention.d.ts +0 -0
  605. /package/dist/super-editor/{src → super-editor/src}/extensions/noderesizer/index.d.ts +0 -0
  606. /package/dist/super-editor/{src → super-editor/src}/extensions/noderesizer/noderesizer.d.ts +0 -0
  607. /package/dist/super-editor/{src → super-editor/src}/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +0 -0
  608. /package/dist/super-editor/{src → super-editor/src}/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +0 -0
  609. /package/dist/super-editor/{src → super-editor/src}/extensions/ordered-list/index.d.ts +0 -0
  610. /package/dist/super-editor/{src → super-editor/src}/extensions/ordered-list/ordered-list.d.ts +0 -0
  611. /package/dist/super-editor/{src → super-editor/src}/extensions/page-number/index.d.ts +0 -0
  612. /package/dist/super-editor/{src → super-editor/src}/extensions/page-number/page-number.d.ts +0 -0
  613. /package/dist/super-editor/{src → super-editor/src}/extensions/page-reference/index.d.ts +0 -0
  614. /package/dist/super-editor/{src → super-editor/src}/extensions/page-reference/page-reference.d.ts +0 -0
  615. /package/dist/super-editor/{src → super-editor/src}/extensions/pagination/index.d.ts +0 -0
  616. /package/dist/super-editor/{src → super-editor/src}/extensions/pagination/pagination-helpers.d.ts +0 -0
  617. /package/dist/super-editor/{src → super-editor/src}/extensions/pagination/pagination.d.ts +0 -0
  618. /package/dist/super-editor/{src → super-editor/src}/extensions/paragraph/helpers/getDefaultSpacing.d.ts +0 -0
  619. /package/dist/super-editor/{src → super-editor/src}/extensions/paragraph/index.d.ts +0 -0
  620. /package/dist/super-editor/{src → super-editor/src}/extensions/paragraph/paragraph.d.ts +0 -0
  621. /package/dist/super-editor/{src → super-editor/src}/extensions/placeholder/index.d.ts +0 -0
  622. /package/dist/super-editor/{src → super-editor/src}/extensions/placeholder/placeholder.d.ts +0 -0
  623. /package/dist/super-editor/{src → super-editor/src}/extensions/popover-plugin/index.d.ts +0 -0
  624. /package/dist/super-editor/{src → super-editor/src}/extensions/popover-plugin/popover-plugin.d.ts +0 -0
  625. /package/dist/super-editor/{src → super-editor/src}/extensions/run/commands/index.d.ts +0 -0
  626. /package/dist/super-editor/{src → super-editor/src}/extensions/run/commands/split-run.d.ts +0 -0
  627. /package/dist/super-editor/{src → super-editor/src}/extensions/run/index.d.ts +0 -0
  628. /package/dist/super-editor/{src → super-editor/src}/extensions/run/run.d.ts +0 -0
  629. /package/dist/super-editor/{src → super-editor/src}/extensions/search/index.d.ts +0 -0
  630. /package/dist/super-editor/{src → super-editor/src}/extensions/search/prosemirror-search-patched.d.ts +0 -0
  631. /package/dist/super-editor/{src → super-editor/src}/extensions/search/search.d.ts +0 -0
  632. /package/dist/super-editor/{src → super-editor/src}/extensions/shape-container/index.d.ts +0 -0
  633. /package/dist/super-editor/{src → super-editor/src}/extensions/shape-container/shape-container.d.ts +0 -0
  634. /package/dist/super-editor/{src → super-editor/src}/extensions/shape-textbox/index.d.ts +0 -0
  635. /package/dist/super-editor/{src → super-editor/src}/extensions/shape-textbox/shape-textbox.d.ts +0 -0
  636. /package/dist/super-editor/{src → super-editor/src}/extensions/shared/cascade-toggle.d.ts +0 -0
  637. /package/dist/super-editor/{src → super-editor/src}/extensions/slash-menu/index.d.ts +0 -0
  638. /package/dist/super-editor/{src → super-editor/src}/extensions/slash-menu/slash-menu.d.ts +0 -0
  639. /package/dist/super-editor/{src → super-editor/src}/extensions/strike/index.d.ts +0 -0
  640. /package/dist/super-editor/{src → super-editor/src}/extensions/strike/strike.d.ts +0 -0
  641. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/StructuredContentBlockView.d.ts +0 -0
  642. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/StructuredContentInlineView.d.ts +0 -0
  643. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/StructuredContentViewBase.d.ts +0 -0
  644. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/document-part-object.d.ts +0 -0
  645. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/document-section/DocumentSectionView.d.ts +0 -0
  646. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/document-section/helpers.d.ts +0 -0
  647. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/document-section/index.d.ts +0 -0
  648. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/document-section.d.ts +0 -0
  649. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/index.d.ts +0 -0
  650. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structured-content-block.d.ts +0 -0
  651. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structured-content-commands.d.ts +0 -0
  652. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structured-content.d.ts +0 -0
  653. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +0 -0
  654. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +0 -0
  655. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +0 -0
  656. /package/dist/super-editor/{src → super-editor/src}/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +0 -0
  657. /package/dist/super-editor/{src → super-editor/src}/extensions/tab/helpers/tabDecorations.d.ts +0 -0
  658. /package/dist/super-editor/{src → super-editor/src}/extensions/tab/index.d.ts +0 -0
  659. /package/dist/super-editor/{src → super-editor/src}/extensions/tab/tab.d.ts +0 -0
  660. /package/dist/super-editor/{src → super-editor/src}/extensions/table/TableView.d.ts +0 -0
  661. /package/dist/super-editor/{src → super-editor/src}/extensions/table/index.d.ts +0 -0
  662. /package/dist/super-editor/{src → super-editor/src}/extensions/table/table.d.ts +0 -0
  663. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/cellAround.d.ts +0 -0
  664. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/cellWrapping.d.ts +0 -0
  665. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/createCell.d.ts +0 -0
  666. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/createColGroup.d.ts +0 -0
  667. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/createTable.d.ts +0 -0
  668. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/createTableBorders.d.ts +0 -0
  669. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +0 -0
  670. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +0 -0
  671. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/index.d.ts +0 -0
  672. /package/dist/super-editor/{src → super-editor/src}/extensions/table/tableHelpers/isCellSelection.d.ts +0 -0
  673. /package/dist/super-editor/{src → super-editor/src}/extensions/table-cell/helpers/createCellBorders.d.ts +0 -0
  674. /package/dist/super-editor/{src → super-editor/src}/extensions/table-cell/index.d.ts +0 -0
  675. /package/dist/super-editor/{src → super-editor/src}/extensions/table-cell/table-cell.d.ts +0 -0
  676. /package/dist/super-editor/{src → super-editor/src}/extensions/table-header/index.d.ts +0 -0
  677. /package/dist/super-editor/{src → super-editor/src}/extensions/table-header/table-header.d.ts +0 -0
  678. /package/dist/super-editor/{src → super-editor/src}/extensions/table-of-contents/index.d.ts +0 -0
  679. /package/dist/super-editor/{src → super-editor/src}/extensions/table-of-contents/table-of-contents.d.ts +0 -0
  680. /package/dist/super-editor/{src → super-editor/src}/extensions/table-row/index.d.ts +0 -0
  681. /package/dist/super-editor/{src → super-editor/src}/extensions/table-row/table-row.d.ts +0 -0
  682. /package/dist/super-editor/{src → super-editor/src}/extensions/text/index.d.ts +0 -0
  683. /package/dist/super-editor/{src → super-editor/src}/extensions/text/text.d.ts +0 -0
  684. /package/dist/super-editor/{src → super-editor/src}/extensions/text-align/index.d.ts +0 -0
  685. /package/dist/super-editor/{src → super-editor/src}/extensions/text-align/text-align.d.ts +0 -0
  686. /package/dist/super-editor/{src → super-editor/src}/extensions/text-indent/index.d.ts +0 -0
  687. /package/dist/super-editor/{src → super-editor/src}/extensions/text-indent/text-indent.d.ts +0 -0
  688. /package/dist/super-editor/{src → super-editor/src}/extensions/text-style/index.d.ts +0 -0
  689. /package/dist/super-editor/{src → super-editor/src}/extensions/text-style/text-style.d.ts +0 -0
  690. /package/dist/super-editor/{src → super-editor/src}/extensions/text-transform/index.d.ts +0 -0
  691. /package/dist/super-editor/{src → super-editor/src}/extensions/text-transform/text-transform.d.ts +0 -0
  692. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/constants.d.ts +0 -0
  693. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/index.d.ts +0 -0
  694. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/plugins/index.d.ts +0 -0
  695. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +0 -0
  696. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/track-changes.d.ts +0 -0
  697. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/track-delete.d.ts +0 -0
  698. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/track-format.d.ts +0 -0
  699. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/track-insert.d.ts +0 -0
  700. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +0 -0
  701. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +0 -0
  702. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +0 -0
  703. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +0 -0
  704. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/index.d.ts +0 -0
  705. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +0 -0
  706. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +0 -0
  707. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +0 -0
  708. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +0 -0
  709. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +0 -0
  710. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +0 -0
  711. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +0 -0
  712. /package/dist/super-editor/{src → super-editor/src}/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +0 -0
  713. /package/dist/super-editor/{src → super-editor/src}/extensions/underline/index.d.ts +0 -0
  714. /package/dist/super-editor/{src → super-editor/src}/extensions/underline/underline.d.ts +0 -0
  715. /package/dist/super-editor/{src → super-editor/src}/index.d.ts +0 -0
  716. /package/dist/super-editor/{src → super-editor/src}/main.d.ts +0 -0
  717. /package/dist/super-editor/{src → super-editor/src}/tests/data/annotations_doc_content.d.ts +0 -0
  718. /package/dist/super-editor/{src → super-editor/src}/tests/editor/data/imageBase64.d.ts +0 -0
  719. /package/dist/super-editor/{src → super-editor/src}/tests/export/data/comments/basic-resolved-comment.d.ts +0 -0
  720. /package/dist/super-editor/{src → super-editor/src}/tests/export/export-helpers/export-helpers.d.ts +0 -0
  721. /package/dist/super-editor/{src → super-editor/src}/tests/export/export-helpers/index.d.ts +0 -0
  722. /package/dist/super-editor/{src → super-editor/src}/tests/export/export-helpers/list-export-helpers.d.ts +0 -0
  723. /package/dist/super-editor/{src → super-editor/src}/tests/helpers/editor-test-utils.d.ts +0 -0
  724. /package/dist/super-editor/{src → super-editor/src}/tests/helpers/getParagraphText.d.ts +0 -0
  725. /package/dist/super-editor/{src → super-editor/src}/tests/helpers/helpers.d.ts +0 -0
  726. /package/dist/super-editor/{src → super-editor/src}/tests/import/testUtils.d.ts +0 -0
  727. /package/dist/super-editor/{src → super-editor/src}/utils/contextmenu-helpers.d.ts +0 -0
  728. /package/dist/super-editor/{vite.config.d.ts → super-editor/vite.config.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { p as process$1, aw as commonjsGlobal, B as Buffer, ax as getDefaultExportFromCjs, ay as getContentTypesFromXml, az as xmljs } from "./converter-vEmAnrOg.js";
1
+ import { p as process$1, aw as commonjsGlobal, B as Buffer, ax as getDefaultExportFromCjs, ay as getContentTypesFromXml, az as xmljs } from "./converter-wrgxIFCy.js";
2
2
  function commonjsRequire(path) {
3
3
  throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
4
4
  }
@@ -12,9 +12,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
12
12
  var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, registerPluginByNameIfNotExists_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initPagination_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ListItemNodeView_instances, init_fn3, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn;
13
13
  import * as Y from "yjs";
14
14
  import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
15
- import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as ReplaceStep, E as NodeRange, G as findWrapping, L as ListHelpers, H as findParentNode, I as isMacOS, J as isIOS, K as getSchemaTypeByName, O as inputRulesPlugin, Q as TrackDeleteMarkName, U as TrackInsertMarkName, V as v4, W as TrackFormatMarkName, X as comments_module_events, Y as findMark, Z as objectIncludes, _ as AddMarkStep, $ as RemoveMarkStep, a0 as twipsToLines, a1 as pixelsToTwips, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as createDocFromMarkdown, a8 as createDocFromHTML, a9 as EditorState, aa as hasSomeParentWithClass, ab as isActive, ac as unflattenListsInHtml, ad as parseSizeUnit, ae as minMax, af as getLineHeightValueString, ag as updateDOMAttributes, ah as findChildren$5, ai as htmlHandler, aj as generateRandomSigned32BitIntStrId, ak as InputRule, al as kebabCase, am as findParentNodeClosestToPos, an as getListItemStyleDefinitions, ao as docxNumberigHelpers, ap as parseIndentElement, aq as combineIndents, ar as SelectionRange, as as Transform, at as isInTable$1, au as generateDocxRandomId, av as insertNewRelationship } from "./converter-vEmAnrOg.js";
15
+ import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as ReplaceStep, E as NodeRange, G as findWrapping, L as ListHelpers, H as findParentNode, I as isMacOS, J as isIOS, K as getSchemaTypeByName, O as inputRulesPlugin, Q as TrackDeleteMarkName, U as TrackInsertMarkName, V as v4, W as TrackFormatMarkName, X as comments_module_events, Y as findMark, Z as objectIncludes, _ as AddMarkStep, $ as RemoveMarkStep, a0 as twipsToLines, a1 as pixelsToTwips, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as createDocFromMarkdown, a8 as createDocFromHTML, a9 as EditorState, aa as hasSomeParentWithClass, ab as isActive, ac as unflattenListsInHtml, ad as parseSizeUnit, ae as minMax, af as getLineHeightValueString, ag as updateDOMAttributes, ah as findChildren$5, ai as htmlHandler, aj as generateRandomSigned32BitIntStrId, ak as InputRule, al as kebabCase, am as findParentNodeClosestToPos, an as getListItemStyleDefinitions, ao as docxNumberigHelpers, ap as parseIndentElement, aq as combineIndents, ar as SelectionRange, as as Transform, at as isInTable$1, au as generateDocxRandomId, av as insertNewRelationship } from "./converter-wrgxIFCy.js";
16
16
  import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
17
- import { D as DocxZipper } from "./docx-zipper-DA00N7eN.js";
17
+ import { D as DocxZipper } from "./docx-zipper-DIilDv93.js";
18
18
  var GOOD_LEAF_SIZE = 200;
19
19
  var RopeSequence = function RopeSequence2() {
20
20
  };
@@ -17511,17 +17511,6 @@ function getStructuredContentTagsById(idOrIds, state) {
17511
17511
  });
17512
17512
  return result;
17513
17513
  }
17514
- function getStructuredContentTagsByAlias(aliasOrAliases, state) {
17515
- const result = findChildren$5(state.doc, (node) => {
17516
- const isStructuredContent = ["structuredContent", "structuredContentBlock"].includes(node.type.name);
17517
- if (Array.isArray(aliasOrAliases)) {
17518
- return isStructuredContent && aliasOrAliases.includes(node.attrs.alias);
17519
- } else {
17520
- return isStructuredContent && node.attrs.alias === aliasOrAliases;
17521
- }
17522
- });
17523
- return result;
17524
- }
17525
17514
  function getStructuredContentTags(state) {
17526
17515
  const result = findChildren$5(state.doc, (node) => {
17527
17516
  return node.type.name === "structuredContent" || node.type.name === "structuredContentBlock";
@@ -17541,7 +17530,6 @@ const structuredContentHelpers = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ O
17541
17530
  getStructuredContentBlockTags,
17542
17531
  getStructuredContentInlineTags,
17543
17532
  getStructuredContentTags,
17544
- getStructuredContentTagsByAlias,
17545
17533
  getStructuredContentTagsById
17546
17534
  }, Symbol.toStringTag, { value: "Module" }));
17547
17535
  const STRUCTURED_CONTENT_NAMES = ["structuredContent", "structuredContentBlock"];
@@ -17674,58 +17662,6 @@ const StructuredContentCommands = Extension.create({
17674
17662
  }
17675
17663
  return true;
17676
17664
  },
17677
- /**
17678
- * Updates all structured content fields with the same alias.
17679
- * Unlike IDs (which are unique), aliases can be shared across multiple fields.
17680
- * This will update every field that matches the given alias.
17681
- * If any updated node does not match the schema, no updates will be applied.
17682
- * @category Command
17683
- * @param {string | string[]} alias - Shared identifier for fields (e.g., "customer_name")
17684
- * @param {StructuredContentUpdate} options
17685
- */
17686
- updateStructuredContentByAlias: (alias, options = {}) => ({ editor, dispatch, state, tr }) => {
17687
- const structuredContentTags = getStructuredContentTagsByAlias(alias, state);
17688
- if (!structuredContentTags.length) {
17689
- return true;
17690
- }
17691
- const { schema } = editor;
17692
- const createContent = (node) => {
17693
- if (options.text) {
17694
- return schema.text(options.text);
17695
- }
17696
- if (options.html) {
17697
- const html = htmlHandler(options.html, editor);
17698
- const doc2 = DOMParser$1.fromSchema(schema).parse(html);
17699
- return doc2.content;
17700
- }
17701
- if (options.json) {
17702
- return schema.nodeFromJSON(options.json);
17703
- }
17704
- return node.content;
17705
- };
17706
- for (const { node } of structuredContentTags) {
17707
- const content = createContent(node);
17708
- const updatedNode = node.type.create({ ...node.attrs, ...options.attrs }, content, node.marks);
17709
- try {
17710
- updatedNode.check();
17711
- } catch {
17712
- console.error("Updated node does not conform to the schema");
17713
- return false;
17714
- }
17715
- }
17716
- if (dispatch) {
17717
- structuredContentTags.forEach(({ pos, node }) => {
17718
- const mappedPos = tr.mapping.map(pos);
17719
- const currentNode = tr.doc.nodeAt(mappedPos);
17720
- if (currentNode && node.eq(currentNode)) {
17721
- const content = createContent(node);
17722
- const updatedNode = node.type.create({ ...node.attrs, ...options.attrs }, content, node.marks);
17723
- tr.replaceWith(mappedPos, mappedPos + node.nodeSize, updatedNode);
17724
- }
17725
- });
17726
- }
17727
- return true;
17728
- },
17729
17665
  /**
17730
17666
  * Removes a structured content.
17731
17667
  * @category Command
@@ -1,6 +1,6 @@
1
1
  import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
2
- import { p as process$1 } from "./converter-vEmAnrOg.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-CVzagv2Y.js";
2
+ import { p as process$1 } from "./converter-wrgxIFCy.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-CXHr0RmK.js";
4
4
  const sanitizeNumber = (value, defaultNumber) => {
5
5
  let sanitized = value.replace(/[^0-9.]/g, "");
6
6
  sanitized = parseFloat(sanitized);
@@ -1,4 +1,4 @@
1
- import { a5 } from "./chunks/converter-vEmAnrOg.js";
1
+ import { a5 } from "./chunks/converter-wrgxIFCy.js";
2
2
  import "vue";
3
3
  export {
4
4
  a5 as SuperConverter
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-vEmAnrOg.js";
2
- import { D } from "./chunks/docx-zipper-DA00N7eN.js";
1
+ import "./chunks/converter-wrgxIFCy.js";
2
+ import { D } from "./chunks/docx-zipper-DIilDv93.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-CVzagv2Y.js";
2
- import "./chunks/converter-vEmAnrOg.js";
3
- import "./chunks/docx-zipper-DA00N7eN.js";
1
+ import { E } from "./chunks/editor-CXHr0RmK.js";
2
+ import "./chunks/converter-wrgxIFCy.js";
3
+ import "./chunks/docx-zipper-DIilDv93.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-DA00N7eN.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-DIilDv93.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -12,6 +12,7 @@ export namespace toolbarTexts {
12
12
  let link: string;
13
13
  let image: string;
14
14
  let table: string;
15
+ let tableActions: string;
15
16
  let addRowBefore: string;
16
17
  let addRowAfter: string;
17
18
  let addColumnBefore: string;
@@ -1,10 +1,3 @@
1
- /**
2
- * Generate the end node for a comment
3
- *
4
- * @param {Object} params The export params
5
- * @returns {Object} The translated w:commentRangeEnd node for the comment
6
- */
7
- export function translateCommentNode(params: any, type: any): any;
8
1
  export function prepareCommentParaIds(comment: any): any;
9
2
  export function getCommentDefinition(comment: any, commentId: string, allComments: any, editor: any): any;
10
3
  export function getInitials(name: string): string | null;
@@ -0,0 +1 @@
1
+ export { attrConfig as idAttrConfig } from "./w-id";
@@ -0,0 +1,3 @@
1
+ export function decode(attrs: any): any;
2
+ /** @type {import('@translator').AttrConfig} */
3
+ export const attrConfig: import("@translator").AttrConfig;
@@ -0,0 +1,3 @@
1
+ export const commentRangeStartTranslator: NodeTranslator;
2
+ export const commentRangeEndTranslator: NodeTranslator;
3
+ import { NodeTranslator } from '@translator';
@@ -0,0 +1 @@
1
+ export * from "./comment-range-translator";
@@ -26,6 +26,9 @@ export const TranslatorTypes: Readonly<{
26
26
  * @property {{ attrs?: any, marks?: any[], type: string, content?: any[] }} node
27
27
  * @property {any[]} [children]
28
28
  * @property {any[]} [relationships]
29
+ * @property {import('../../../../../../superdoc/src/components/CommentsLayer/types').Comment[]} [comments]
30
+ * @property {'external' | 'clean'} [commentsExportType]
31
+ * @property {any[]} [exportedCommentDefs]
29
32
  * @property {Record<string, any>} [extraParams]
30
33
  * @property {import('../../../Editor.js').Editor} [editor]
31
34
  */
@@ -161,6 +164,9 @@ export type SCDecoderConfig = {
161
164
  };
162
165
  children?: any[];
163
166
  relationships?: any[];
167
+ comments?: import("../../../../../../superdoc/src/components/CommentsLayer/types").Comment[];
168
+ commentsExportType?: "external" | "clean";
169
+ exportedCommentDefs?: any[];
164
170
  extraParams?: Record<string, any>;
165
171
  editor?: import("../../../Editor.js").Editor;
166
172
  };
@@ -2,4 +2,3 @@ export * from "./getStructuredContentTags";
2
2
  export * from "./getStructuredContentInlineTags";
3
3
  export * from "./getStructuredContentBlockTags";
4
4
  export * from "./getStructuredContentTagsById";
5
- export * from "./getStructuredContentTagsByAlias";
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
9
9
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
10
10
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
11
11
  var _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, runCommandWithArgumentOnly_fn;
12
- import { ax as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, aA as vClickOutside, H as findParentNode, aB as getActiveFormatting, at as isInTable, aC as readFromClipboard, aD as handleClipboardPaste, aE as getFileObject, aF as runPropertyTranslators, aG as translator, aH as translator$1, aI as translator$2, aJ as translator$3, aK as translator$4, aL as translator$5, aM as translator$6, aN as translator$7, aO as translator$8, aP as translator$9, aQ as translator$a, aR as translator$b, aS as translator$c, aT as translator$d, aU as translator$e, aV as translator$f, aW as translator$g, aX as translator$h, aY as translator$i, aZ as translator$j, a_ as translator$k, a$ as translator$l, b0 as translator$m, b1 as translator$n, b2 as translator$o, b3 as translator$p, b4 as translator$q, b5 as translator$r, b6 as translator$s, b7 as translator$t, b8 as translator$u, b9 as translator$v, ba as translator$w, bb as translator$x, bc as translator$y, bd as translator$z, be as translator$A, bf as translator$B, bg as translator$C, bh as translator$D, bi as translator$E, bj as translator$F, bk as translator$G, bl as translator$H, bm as translator$I, bn as translator$J, bo as translator$K, bp as translator$L, bq as translator$M, br as translator$N, bs as translator$O, bt as translator$P, bu as translator$Q, bv as translator$R, bw as translator$S, bx as translator$T, by as translator$U, bz as translator$V, bA as translator$W, bB as translator$X, bC as translator$Y, bD as translator$Z, bE as translator$_, bF as translator$$, bG as translator$10, bH as translator$11, bI as translator$12, a as Plugin } from "./chunks/converter-vEmAnrOg.js";
13
- import { bJ, a5, i, a2 } from "./chunks/converter-vEmAnrOg.js";
14
- import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, y as yUndoPluginKey, f as undoDepth, h as redoDepth, s as shouldBypassContextMenu, S as SlashMenuPluginKey, E as Editor, i as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-CVzagv2Y.js";
15
- import { n, C, o, T, l, p, m } from "./chunks/editor-CVzagv2Y.js";
12
+ import { ax as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, aA as vClickOutside, H as findParentNode, aB as getActiveFormatting, at as isInTable, aC as readFromClipboard, aD as handleClipboardPaste, aE as getFileObject, aF as runPropertyTranslators, aG as commentRangeEndTranslator, aH as commentRangeStartTranslator, aI as translator, aJ as translator$1, aK as translator$2, aL as translator$3, aM as translator$4, aN as translator$5, aO as translator$6, aP as translator$7, aQ as translator$8, aR as translator$9, aS as translator$a, aT as translator$b, aU as translator$c, aV as translator$d, aW as translator$e, aX as translator$f, aY as translator$g, aZ as translator$h, a_ as translator$i, a$ as translator$j, b0 as translator$k, b1 as translator$l, b2 as translator$m, b3 as translator$n, b4 as translator$o, b5 as translator$p, b6 as translator$q, b7 as translator$r, b8 as translator$s, b9 as translator$t, ba as translator$u, bb as translator$v, bc as translator$w, bd as translator$x, be as translator$y, bf as translator$z, bg as translator$A, bh as translator$B, bi as translator$C, bj as translator$D, bk as translator$E, bl as translator$F, bm as translator$G, bn as translator$H, bo as translator$I, bp as translator$J, bq as translator$K, br as translator$L, bs as translator$M, bt as translator$N, bu as translator$O, bv as translator$P, bw as translator$Q, bx as translator$R, by as translator$S, bz as translator$T, bA as translator$U, bB as translator$V, bC as translator$W, bD as translator$X, bE as translator$Y, bF as translator$Z, bG as translator$_, bH as translator$$, bI as translator$10, bJ as translator$11, bK as translator$12, a as Plugin } from "./chunks/converter-wrgxIFCy.js";
13
+ import { bL, a5, i, a2 } from "./chunks/converter-wrgxIFCy.js";
14
+ import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, y as yUndoPluginKey, f as undoDepth, h as redoDepth, s as shouldBypassContextMenu, S as SlashMenuPluginKey, E as Editor, i as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-CXHr0RmK.js";
15
+ import { n, C, o, T, l, p, m } from "./chunks/editor-CXHr0RmK.js";
16
16
  import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
17
- import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-BCJtFyig.js";
17
+ import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-BytYAx8O.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-DA00N7eN.js";
19
+ import { D } from "./chunks/docx-zipper-DIilDv93.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -1768,6 +1768,7 @@ const makeDefaultItems = ({
1768
1768
  type: "dropdown",
1769
1769
  name: "tableActions",
1770
1770
  command: "executeTableCommand",
1771
+ tooltip: toolbarTexts2.tableActions,
1771
1772
  icon: toolbarIcons2.tableActions,
1772
1773
  hideLabel: true,
1773
1774
  disabled: true,
@@ -2466,6 +2467,7 @@ const toolbarTexts = {
2466
2467
  link: "Link",
2467
2468
  image: "Image",
2468
2469
  table: "Insert table",
2470
+ tableActions: "Table options",
2469
2471
  addRowBefore: "Insert row above",
2470
2472
  addRowAfter: "Insert row below",
2471
2473
  addColumnBefore: "Insert column left",
@@ -4981,7 +4983,9 @@ const additionalHandlers = Object.freeze({
4981
4983
  "w:wAfter": translator$3,
4982
4984
  "w:wBefore": translator$2,
4983
4985
  "wp:anchor": translator$1,
4984
- "wp:inline": translator
4986
+ "wp:inline": translator,
4987
+ "w:commentRangeStart": commentRangeStartTranslator,
4988
+ "w:commentRangeEnd": commentRangeEndTranslator
4985
4989
  });
4986
4990
  const baseHandlers = {
4987
4991
  ...runPropertyTranslators,
@@ -4998,7 +5002,7 @@ const Extensions = {
4998
5002
  export {
4999
5003
  AIWriter,
5000
5004
  n as AnnotatorHelpers,
5001
- bJ as BasicUpload,
5005
+ bL as BasicUpload,
5002
5006
  C as CommentsPluginKey,
5003
5007
  D as DocxZipper,
5004
5008
  Editor,
@@ -0,0 +1,157 @@
1
+ export type Comment = {
2
+ /**
3
+ * - Unique identifier for the comment
4
+ */
5
+ commentId: string;
6
+ /**
7
+ * - Parent's comment ID
8
+ */
9
+ parentCommentId: string;
10
+ /**
11
+ * - ID of the file the comment belongs to
12
+ */
13
+ fileId: string;
14
+ /**
15
+ * - MIME type of the file (e.g., "application/vnd.openxmlformats-officedocument.wordprocessingml.document")
16
+ */
17
+ fileType: string;
18
+ /**
19
+ * - Array of mentioned users/entities
20
+ */
21
+ mentions: any[];
22
+ /**
23
+ * - Name of the comment creator
24
+ */
25
+ creatorName: string;
26
+ /**
27
+ * - Timestamp when the comment was created
28
+ */
29
+ createdTime: number;
30
+ /**
31
+ * - Imported comment's ID
32
+ */
33
+ importedId: string;
34
+ /**
35
+ * - Information about imported author
36
+ */
37
+ importedAuthor: {
38
+ name: string;
39
+ };
40
+ /**
41
+ * - Whether the comment is internal
42
+ */
43
+ isInternal: boolean;
44
+ /**
45
+ * - HTML text content of the comment
46
+ */
47
+ commentText: string;
48
+ /**
49
+ * - Selection information for the comment
50
+ */
51
+ selection: {
52
+ documentId: string;
53
+ page: number;
54
+ selectionBounds: any;
55
+ };
56
+ /**
57
+ * - Whether this is a tracked change
58
+ */
59
+ trackedChange: boolean;
60
+ /**
61
+ * - Text of the tracked change
62
+ */
63
+ trackedChangeText: string | null;
64
+ /**
65
+ * - Type of tracked change
66
+ */
67
+ trackedChangeType: "trackInsert" | "trackDelete" | "both" | "trackFormat";
68
+ /**
69
+ * - Text that was deleted
70
+ */
71
+ deletedText: string | null;
72
+ /**
73
+ * - Timestamp when comment was resolved
74
+ */
75
+ resolvedTime: number | null;
76
+ /**
77
+ * - Email of user who resolved the comment
78
+ */
79
+ resolvedByEmail: string | null;
80
+ /**
81
+ * - Name of user who resolved the comment
82
+ */
83
+ resolvedByName: string | null;
84
+ /**
85
+ * - Structured JSON representation of the comment content
86
+ */
87
+ commentJSON: CommentJSON;
88
+ };
89
+ export type CommentContent = {
90
+ /**
91
+ * - The type of content (e.g., "text")
92
+ */
93
+ type: string;
94
+ /**
95
+ * - Array of text marks/formatting
96
+ */
97
+ marks: Array<any>;
98
+ /**
99
+ * - The attributes of the text mark
100
+ */
101
+ attrs: {
102
+ color: string;
103
+ fontFamily: string;
104
+ fontSize: string;
105
+ styleId: string | null;
106
+ };
107
+ /**
108
+ * - The actual text content
109
+ */
110
+ text: string;
111
+ };
112
+ export type CommentJSON = {
113
+ /**
114
+ * - The type of content (e.g., "paragraph")
115
+ */
116
+ type: string;
117
+ /**
118
+ * - Paragraph attributes
119
+ */
120
+ attrs: {
121
+ lineHeight: string | null;
122
+ textIndent: string | null;
123
+ paraId: string | null;
124
+ textId: string | null;
125
+ rsidR: string | null;
126
+ rsidRDefault: string | null;
127
+ rsidP: string | null;
128
+ rsidRPr: string | null;
129
+ rsidDel: string | null;
130
+ spacing: {
131
+ lineSpaceAfter: number;
132
+ lineSpaceBefore: number;
133
+ line: number;
134
+ lineRule: string | null;
135
+ };
136
+ extraAttrs: any;
137
+ marksAttrs: any[] | null;
138
+ indent: any;
139
+ borders: any;
140
+ class: string | null;
141
+ styleId: string | null;
142
+ sdBlockId: string | null;
143
+ attributes: any;
144
+ filename: string | null;
145
+ keepLines: boolean | null;
146
+ keepNext: boolean | null;
147
+ paragraphProperties: any | null;
148
+ dropcap: string | null;
149
+ pageBreakSource: string | null;
150
+ justify: any;
151
+ tabStops: any;
152
+ };
153
+ /**
154
+ * - Array of content elements
155
+ */
156
+ content: Array<CommentContent>;
157
+ };
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-BCJtFyig.js";
3
- import "./chunks/editor-CVzagv2Y.js";
2
+ import { T } from "./chunks/toolbar-BytYAx8O.js";
3
+ import "./chunks/editor-CXHr0RmK.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-b9ACFl9D.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DMLpNrBd.cjs");
4
4
  require("./chunks/vue-DKMj1I9B.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
@@ -1,4 +1,4 @@
1
- import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-bIibjiHo.es.js";
1
+ import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-BIrzz0Is.es.js";
2
2
  import "./chunks/vue-ZWZLQtoU.es.js";
3
3
  export {
4
4
  A as AIWriter,
package/dist/superdoc.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-b9ACFl9D.cjs");
4
- const superdoc = require("./chunks/index-DGSQ4Gfx.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DMLpNrBd.cjs");
4
+ const superdoc = require("./chunks/index-TI9YfKQC.cjs");
5
5
  require("./chunks/vue-DKMj1I9B.cjs");
6
6
  const blankDocx = require("./chunks/blank-docx-CPqX9RF5.cjs");
7
7
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-bIibjiHo.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-CwhKMy0h.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BIrzz0Is.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-BjP_ixoM.es.js";
3
3
  import "./chunks/vue-ZWZLQtoU.es.js";
4
4
  import { B } from "./chunks/blank-docx-iwdyG9RH.es.js";
5
5
  export {