superdoc 1.0.0-beta.1 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1709) hide show
  1. package/README.md +16 -0
  2. package/dist/chunks/{PdfViewer-C4ilYw1S.cjs → PdfViewer-CeuX3gOe.cjs} +2 -2
  3. package/dist/chunks/{PdfViewer-2trl719d.es.js → PdfViewer-saAhozRR.es.js} +2 -2
  4. package/dist/chunks/{index-DLOjOQRL.es.js → index-C0OeGje6.es.js} +203 -63
  5. package/dist/chunks/{index-CEA-d7Y_.cjs → index-Dh5oVJua.cjs} +203 -63
  6. package/dist/chunks/{index-tvya7CfE-CGwoeCGp.es.js → index-Sn-JVHIg-BCItIT88.es.js} +1 -1
  7. package/dist/chunks/{index-tvya7CfE-DF5ylbKU.cjs → index-Sn-JVHIg-BxOp3gSx.cjs} +1 -1
  8. package/dist/chunks/{super-editor.es-DvdAXVMu.cjs → super-editor.es-BKljkYUU.cjs} +34461 -20435
  9. package/dist/chunks/{super-editor.es-CtZI-Vuw.es.js → super-editor.es-Dcz39nKY.es.js} +34462 -20436
  10. package/dist/packages/superdoc/src/components/CommentsLayer/comment-schemas.d.ts +10 -10
  11. package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts +5 -5
  12. package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -1
  13. package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts +4 -4
  14. package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -1
  15. package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts +1 -1
  16. package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -1
  17. package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts +3 -3
  18. package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts.map +1 -1
  19. package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts +20 -10
  20. package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts.map +1 -1
  21. package/dist/packages/superdoc/src/composables/use-ai.d.ts +2 -2
  22. package/dist/packages/superdoc/src/composables/use-ai.d.ts.map +1 -1
  23. package/dist/packages/superdoc/src/composables/use-document.d.ts +6 -4
  24. package/dist/packages/superdoc/src/composables/use-document.d.ts.map +1 -1
  25. package/dist/packages/superdoc/src/composables/use-selected-text.d.ts +1 -1
  26. package/dist/packages/superdoc/src/composables/use-selected-text.d.ts.map +1 -1
  27. package/dist/packages/superdoc/src/core/SuperDoc.d.ts +112 -86
  28. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  29. package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts +4 -4
  30. package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts.map +1 -1
  31. package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts +4 -4
  32. package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -1
  33. package/dist/packages/superdoc/src/core/collaboration/permissions.d.ts +5 -5
  34. package/dist/packages/superdoc/src/core/create-app.d.ts +1 -1
  35. package/dist/packages/superdoc/src/core/create-app.d.ts.map +1 -1
  36. package/dist/packages/superdoc/src/core/helpers/file.d.ts +10 -10
  37. package/dist/packages/superdoc/src/core/helpers/file.d.ts.map +1 -1
  38. package/dist/packages/superdoc/src/core/types/index.d.ts +179 -151
  39. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  40. package/dist/packages/superdoc/src/stores/comments-store.d.ts +57 -57
  41. package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
  42. package/dist/packages/superdoc/src/stores/superdoc-store.d.ts +207 -207
  43. package/dist/style.css +137 -151
  44. package/dist/super-editor/ai-writer.es.js +2 -2
  45. package/dist/super-editor/chunks/{converter-CxQmuaq-.js → converter-BFGB7hqj.js} +333 -240
  46. package/dist/super-editor/chunks/{docx-zipper-BOUAmGYe.js → docx-zipper-OPbzIk16.js} +1 -1
  47. package/dist/super-editor/chunks/{editor-OEgrlSXo.js → editor-CtI4XnMw.js} +33889 -20131
  48. package/dist/super-editor/chunks/{index-tvya7CfE.js → index-Sn-JVHIg.js} +1 -1
  49. package/dist/super-editor/chunks/{toolbar-D_8gl9oa.js → toolbar-BydALv4o.js} +11 -12
  50. package/dist/super-editor/converter.es.js +2 -2
  51. package/dist/super-editor/docx-zipper.es.js +2 -2
  52. package/dist/super-editor/editor.es.js +3 -3
  53. package/dist/super-editor/file-zipper.es.js +1 -1
  54. package/dist/super-editor/style.css +110 -109
  55. package/dist/super-editor/super-editor.es.js +701 -266
  56. package/dist/super-editor/toolbar.es.js +2 -2
  57. package/dist/super-editor.cjs +4 -3
  58. package/dist/super-editor.es.js +2 -1
  59. package/dist/superdoc.cjs +2 -2
  60. package/dist/superdoc.es.js +2 -2
  61. package/dist/superdoc.umd.js +29737 -15850
  62. package/dist/superdoc.umd.js.map +1 -1
  63. package/package.json +1 -1
  64. package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts +0 -25
  65. package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts.map +0 -1
  66. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts +0 -9
  67. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts.map +0 -1
  68. package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts +0 -72
  69. package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts.map +0 -1
  70. package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts +0 -9
  71. package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts.map +0 -1
  72. package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts +0 -461
  73. package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts.map +0 -1
  74. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts +0 -17
  75. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +0 -1
  76. package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts +0 -77
  77. package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts.map +0 -1
  78. package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts +0 -15
  79. package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts.map +0 -1
  80. package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts +0 -19
  81. package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts.map +0 -1
  82. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts +0 -7
  83. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +0 -1
  84. package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts +0 -6
  85. package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts.map +0 -1
  86. package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts +0 -6
  87. package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts.map +0 -1
  88. package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts +0 -5
  89. package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts.map +0 -1
  90. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts +0 -507
  91. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +0 -1
  92. package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts +0 -62
  93. package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts.map +0 -1
  94. package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts +0 -54
  95. package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts.map +0 -1
  96. package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts +0 -46
  97. package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts.map +0 -1
  98. package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts +0 -5
  99. package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts.map +0 -1
  100. package/dist/super-editor/super-editor/src/core/Attribute.d.ts +0 -126
  101. package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +0 -1
  102. package/dist/super-editor/super-editor/src/core/CommandService.d.ts +0 -64
  103. package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +0 -1
  104. package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts +0 -63
  105. package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts.map +0 -1
  106. package/dist/super-editor/super-editor/src/core/Editor.d.ts +0 -391
  107. package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +0 -1
  108. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +0 -49
  109. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +0 -1
  110. package/dist/super-editor/super-editor/src/core/Extension.d.ts +0 -33
  111. package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +0 -1
  112. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +0 -60
  113. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +0 -1
  114. package/dist/super-editor/super-editor/src/core/InputRule.d.ts +0 -61
  115. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +0 -1
  116. package/dist/super-editor/super-editor/src/core/Mark.d.ts +0 -36
  117. package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +0 -1
  118. package/dist/super-editor/super-editor/src/core/Node.d.ts +0 -92
  119. package/dist/super-editor/super-editor/src/core/Node.d.ts.map +0 -1
  120. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +0 -27
  121. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +0 -1
  122. package/dist/super-editor/super-editor/src/core/Schema.d.ts +0 -34
  123. package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +0 -1
  124. package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts +0 -3
  125. package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts.map +0 -1
  126. package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts +0 -2
  127. package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts.map +0 -1
  128. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +0 -3
  129. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts.map +0 -1
  130. package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts +0 -5
  131. package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts.map +0 -1
  132. package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts +0 -3
  133. package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts.map +0 -1
  134. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +0 -15
  135. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +0 -1
  136. package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts +0 -6
  137. package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts.map +0 -1
  138. package/dist/super-editor/super-editor/src/core/commands/command.d.ts +0 -2
  139. package/dist/super-editor/super-editor/src/core/commands/command.d.ts.map +0 -1
  140. package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts +0 -5
  141. package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts.map +0 -1
  142. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +0 -2
  143. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +0 -1
  144. package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts +0 -6
  145. package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts.map +0 -1
  146. package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts +0 -5
  147. package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts.map +0 -1
  148. package/dist/super-editor/super-editor/src/core/commands/first.d.ts +0 -2
  149. package/dist/super-editor/super-editor/src/core/commands/first.d.ts.map +0 -1
  150. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +0 -2
  151. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts.map +0 -1
  152. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +0 -6
  153. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +0 -1
  154. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +0 -44
  155. package/dist/super-editor/super-editor/src/core/commands/index.d.ts.map +0 -1
  156. package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts +0 -5
  157. package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts.map +0 -1
  158. package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts +0 -9
  159. package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts.map +0 -1
  160. package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts +0 -4
  161. package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts.map +0 -1
  162. package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts +0 -11
  163. package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts.map +0 -1
  164. package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts +0 -5
  165. package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts.map +0 -1
  166. package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts +0 -5
  167. package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts.map +0 -1
  168. package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts +0 -5
  169. package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts.map +0 -1
  170. package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts +0 -5
  171. package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts.map +0 -1
  172. package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts +0 -5
  173. package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts.map +0 -1
  174. package/dist/super-editor/super-editor/src/core/commands/lineHeight.d.ts +0 -7
  175. package/dist/super-editor/super-editor/src/core/commands/lineHeight.d.ts.map +0 -1
  176. package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts +0 -2
  177. package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts.map +0 -1
  178. package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts +0 -3
  179. package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts.map +0 -1
  180. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +0 -2
  181. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +0 -1
  182. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +0 -3
  183. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +0 -1
  184. package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts +0 -127
  185. package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts.map +0 -1
  186. package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts +0 -5
  187. package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts.map +0 -1
  188. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +0 -4
  189. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +0 -1
  190. package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts +0 -6
  191. package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts.map +0 -1
  192. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +0 -7
  193. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +0 -1
  194. package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts +0 -6
  195. package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts.map +0 -1
  196. package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts +0 -5
  197. package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts.map +0 -1
  198. package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts +0 -5
  199. package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts.map +0 -1
  200. package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts +0 -5
  201. package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts.map +0 -1
  202. package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts +0 -5
  203. package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts.map +0 -1
  204. package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts +0 -5
  205. package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts.map +0 -1
  206. package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts +0 -7
  207. package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts.map +0 -1
  208. package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts +0 -4
  209. package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts.map +0 -1
  210. package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts +0 -6
  211. package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts.map +0 -1
  212. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +0 -5
  213. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts.map +0 -1
  214. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +0 -5
  215. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +0 -1
  216. package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts +0 -8
  217. package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts.map +0 -1
  218. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +0 -3
  219. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts.map +0 -1
  220. package/dist/super-editor/super-editor/src/core/commands/textIndent.d.ts +0 -5
  221. package/dist/super-editor/super-editor/src/core/commands/textIndent.d.ts.map +0 -1
  222. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +0 -7
  223. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +0 -1
  224. package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts +0 -5
  225. package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts.map +0 -1
  226. package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts +0 -43
  227. package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts.map +0 -1
  228. package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts +0 -5
  229. package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts.map +0 -1
  230. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +0 -12
  231. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +0 -1
  232. package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts +0 -5
  233. package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts.map +0 -1
  234. package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts +0 -6
  235. package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts.map +0 -1
  236. package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts +0 -7
  237. package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts.map +0 -1
  238. package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts +0 -6
  239. package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts.map +0 -1
  240. package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts +0 -28
  241. package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts.map +0 -1
  242. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +0 -3
  243. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +0 -1
  244. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +0 -3
  245. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +0 -1
  246. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +0 -7
  247. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +0 -1
  248. package/dist/super-editor/super-editor/src/core/extensions/index.d.ts +0 -5
  249. package/dist/super-editor/super-editor/src/core/extensions/index.d.ts.map +0 -1
  250. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +0 -10
  251. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +0 -1
  252. package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts +0 -21
  253. package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts.map +0 -1
  254. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +0 -53
  255. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +0 -1
  256. package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts +0 -444
  257. package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts.map +0 -1
  258. package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts +0 -13
  259. package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts.map +0 -1
  260. package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts +0 -9
  261. package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts.map +0 -1
  262. package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts +0 -9
  263. package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts.map +0 -1
  264. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +0 -14
  265. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts.map +0 -1
  266. package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts +0 -11
  267. package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts.map +0 -1
  268. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +0 -3
  269. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +0 -1
  270. package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts +0 -9
  271. package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts.map +0 -1
  272. package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts +0 -8
  273. package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts.map +0 -1
  274. package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts +0 -2
  275. package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts.map +0 -1
  276. package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts +0 -3
  277. package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts.map +0 -1
  278. package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts +0 -20
  279. package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts.map +0 -1
  280. package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts +0 -5
  281. package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts.map +0 -1
  282. package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts +0 -35
  283. package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts.map +0 -1
  284. package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts +0 -12
  285. package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts.map +0 -1
  286. package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts +0 -5
  287. package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts.map +0 -1
  288. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +0 -16
  289. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +0 -1
  290. package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts +0 -2
  291. package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts.map +0 -1
  292. package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts +0 -9
  293. package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts.map +0 -1
  294. package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts +0 -8
  295. package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts.map +0 -1
  296. package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts +0 -2
  297. package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts.map +0 -1
  298. package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts +0 -2
  299. package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts.map +0 -1
  300. package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts +0 -8
  301. package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts.map +0 -1
  302. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts +0 -8
  303. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts.map +0 -1
  304. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts +0 -8
  305. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts.map +0 -1
  306. package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts +0 -2
  307. package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts.map +0 -1
  308. package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts +0 -9
  309. package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts.map +0 -1
  310. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +0 -9
  311. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +0 -1
  312. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +0 -15
  313. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts.map +0 -1
  314. package/dist/super-editor/super-editor/src/core/helpers/index.d.ts +0 -31
  315. package/dist/super-editor/super-editor/src/core/helpers/index.d.ts.map +0 -1
  316. package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts +0 -9
  317. package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts.map +0 -1
  318. package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts +0 -2
  319. package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts.map +0 -1
  320. package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts +0 -2
  321. package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts.map +0 -1
  322. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +0 -2
  323. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +0 -1
  324. package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts +0 -9
  325. package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts.map +0 -1
  326. package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts +0 -9
  327. package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts.map +0 -1
  328. package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts +0 -2
  329. package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts.map +0 -1
  330. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +0 -72
  331. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +0 -1
  332. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts +0 -8
  333. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +0 -1
  334. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +0 -11
  335. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +0 -1
  336. package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts +0 -21
  337. package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts.map +0 -1
  338. package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts +0 -3
  339. package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts.map +0 -1
  340. package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts +0 -2
  341. package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts.map +0 -1
  342. package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts +0 -2
  343. package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts.map +0 -1
  344. package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts +0 -2
  345. package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts.map +0 -1
  346. package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts +0 -2
  347. package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts.map +0 -1
  348. package/dist/super-editor/super-editor/src/core/index.d.ts +0 -19
  349. package/dist/super-editor/super-editor/src/core/index.d.ts.map +0 -1
  350. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts +0 -3
  351. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +0 -1
  352. package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts +0 -2
  353. package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts.map +0 -1
  354. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +0 -19
  355. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +0 -1
  356. package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts +0 -4
  357. package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts.map +0 -1
  358. package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts +0 -9
  359. package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts.map +0 -1
  360. package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts +0 -3
  361. package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts.map +0 -1
  362. package/dist/super-editor/super-editor/src/core/migrations/index.d.ts +0 -2
  363. package/dist/super-editor/super-editor/src/core/migrations/index.d.ts.map +0 -1
  364. package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts +0 -2
  365. package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts.map +0 -1
  366. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts +0 -4
  367. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts.map +0 -1
  368. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts +0 -193
  369. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +0 -1
  370. package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts +0 -4
  371. package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts.map +0 -1
  372. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts +0 -9
  373. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts.map +0 -1
  374. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts +0 -6
  375. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts.map +0 -1
  376. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts +0 -9
  377. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts.map +0 -1
  378. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +0 -2
  379. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts.map +0 -1
  380. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts +0 -4
  381. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts.map +0 -1
  382. package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +0 -7
  383. package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts.map +0 -1
  384. package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts +0 -924
  385. package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts.map +0 -1
  386. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +0 -144
  387. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +0 -1
  388. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts +0 -10
  389. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts.map +0 -1
  390. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts +0 -3
  391. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts.map +0 -1
  392. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts +0 -8
  393. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts.map +0 -1
  394. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts +0 -8
  395. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts.map +0 -1
  396. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts +0 -9
  397. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts.map +0 -1
  398. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts +0 -9
  399. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts.map +0 -1
  400. package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts +0 -2
  401. package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts.map +0 -1
  402. package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts +0 -22
  403. package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts.map +0 -1
  404. package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +0 -3
  405. package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts.map +0 -1
  406. package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts +0 -25
  407. package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts.map +0 -1
  408. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +0 -70
  409. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +0 -1
  410. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts +0 -3
  411. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts.map +0 -1
  412. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +0 -72
  413. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +0 -1
  414. package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts +0 -4
  415. package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts.map +0 -1
  416. package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts +0 -13
  417. package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts.map +0 -1
  418. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts +0 -17
  419. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts.map +0 -1
  420. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +0 -444
  421. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts.map +0 -1
  422. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts +0 -3
  423. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts.map +0 -1
  424. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +0 -8
  425. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts.map +0 -1
  426. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts +0 -2
  427. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts.map +0 -1
  428. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +0 -5
  429. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts.map +0 -1
  430. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +0 -9
  431. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +0 -1
  432. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +0 -7
  433. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts.map +0 -1
  434. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +0 -14
  435. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts.map +0 -1
  436. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +0 -7
  437. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts.map +0 -1
  438. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts +0 -18
  439. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts.map +0 -1
  440. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +0 -73
  441. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +0 -1
  442. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +0 -5
  443. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +0 -1
  444. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts +0 -3
  445. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts.map +0 -1
  446. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +0 -10
  447. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts.map +0 -1
  448. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts +0 -25
  449. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts.map +0 -1
  450. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts +0 -3
  451. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts.map +0 -1
  452. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts +0 -7
  453. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts.map +0 -1
  454. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +0 -23
  455. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +0 -1
  456. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +0 -43
  457. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +0 -1
  458. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts +0 -2
  459. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts.map +0 -1
  460. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts +0 -38
  461. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts.map +0 -1
  462. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts +0 -5
  463. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts.map +0 -1
  464. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +0 -7
  465. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +0 -1
  466. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts +0 -9
  467. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts.map +0 -1
  468. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +0 -9
  469. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts.map +0 -1
  470. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts +0 -9
  471. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts.map +0 -1
  472. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts +0 -9
  473. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts.map +0 -1
  474. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts +0 -6
  475. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts.map +0 -1
  476. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +0 -5
  477. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts.map +0 -1
  478. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts +0 -5
  479. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts.map +0 -1
  480. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts +0 -9
  481. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts.map +0 -1
  482. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts +0 -14
  483. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +0 -1
  484. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +0 -84
  485. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts.map +0 -1
  486. package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts +0 -15
  487. package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts.map +0 -1
  488. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +0 -2
  489. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts.map +0 -1
  490. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +0 -2
  491. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts.map +0 -1
  492. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts +0 -2
  493. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts.map +0 -1
  494. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts +0 -4
  495. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +0 -1
  496. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts +0 -18
  497. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts.map +0 -1
  498. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts +0 -2
  499. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts.map +0 -1
  500. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts +0 -8
  501. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts.map +0 -1
  502. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts +0 -2
  503. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts.map +0 -1
  504. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts +0 -2
  505. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts.map +0 -1
  506. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts +0 -8
  507. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts.map +0 -1
  508. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts +0 -2
  509. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts.map +0 -1
  510. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts +0 -11
  511. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts.map +0 -1
  512. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts +0 -2
  513. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts.map +0 -1
  514. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts +0 -8
  515. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts.map +0 -1
  516. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts +0 -2
  517. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts.map +0 -1
  518. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +0 -81
  519. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +0 -1
  520. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +0 -7
  521. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +0 -1
  522. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +0 -2
  523. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +0 -1
  524. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +0 -7
  525. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +0 -1
  526. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +0 -2
  527. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +0 -1
  528. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +0 -7
  529. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +0 -1
  530. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +0 -2
  531. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +0 -1
  532. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +0 -7
  533. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +0 -1
  534. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts +0 -2
  535. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts.map +0 -1
  536. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +0 -7
  537. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +0 -1
  538. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +0 -2
  539. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +0 -1
  540. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +0 -7
  541. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +0 -1
  542. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +0 -2
  543. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +0 -1
  544. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +0 -7
  545. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +0 -1
  546. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +0 -2
  547. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +0 -1
  548. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +0 -7
  549. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +0 -1
  550. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +0 -2
  551. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +0 -1
  552. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +0 -7
  553. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts.map +0 -1
  554. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +0 -2
  555. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts.map +0 -1
  556. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +0 -3
  557. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts.map +0 -1
  558. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +0 -5
  559. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts.map +0 -1
  560. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +0 -5
  561. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts.map +0 -1
  562. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +0 -8
  563. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts.map +0 -1
  564. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +0 -2
  565. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts.map +0 -1
  566. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +0 -3
  567. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts.map +0 -1
  568. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +0 -5
  569. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts.map +0 -1
  570. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +0 -5
  571. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts.map +0 -1
  572. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +0 -5
  573. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts.map +0 -1
  574. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +0 -5
  575. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts.map +0 -1
  576. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +0 -5
  577. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts.map +0 -1
  578. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +0 -8
  579. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts.map +0 -1
  580. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +0 -2
  581. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts.map +0 -1
  582. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +0 -7
  583. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts.map +0 -1
  584. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +0 -3
  585. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts.map +0 -1
  586. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +0 -7
  587. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts.map +0 -1
  588. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +0 -3
  589. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts.map +0 -1
  590. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +0 -5
  591. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts.map +0 -1
  592. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +0 -5
  593. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts.map +0 -1
  594. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts +0 -8
  595. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts.map +0 -1
  596. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts +0 -2
  597. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts.map +0 -1
  598. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +0 -7
  599. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts.map +0 -1
  600. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +0 -2
  601. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts.map +0 -1
  602. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +0 -7
  603. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +0 -1
  604. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +0 -8
  605. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts.map +0 -1
  606. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +0 -2
  607. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts.map +0 -1
  608. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +0 -7
  609. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +0 -1
  610. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts +0 -2
  611. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts.map +0 -1
  612. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts +0 -4
  613. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts.map +0 -1
  614. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts +0 -4
  615. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts.map +0 -1
  616. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts +0 -2
  617. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts.map +0 -1
  618. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +0 -7
  619. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +0 -1
  620. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +0 -2
  621. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +0 -1
  622. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts +0 -8
  623. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts.map +0 -1
  624. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts +0 -2
  625. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts.map +0 -1
  626. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +0 -7
  627. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts.map +0 -1
  628. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts +0 -2
  629. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts.map +0 -1
  630. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +0 -7
  631. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts.map +0 -1
  632. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +0 -2
  633. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts.map +0 -1
  634. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +0 -7
  635. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +0 -1
  636. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +0 -7
  637. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts.map +0 -1
  638. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +0 -3
  639. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts.map +0 -1
  640. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +0 -7
  641. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts.map +0 -1
  642. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +0 -7
  643. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +0 -1
  644. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +0 -2
  645. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +0 -1
  646. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +0 -7
  647. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts.map +0 -1
  648. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +0 -2
  649. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts.map +0 -1
  650. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +0 -7
  651. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts.map +0 -1
  652. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +0 -2
  653. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts.map +0 -1
  654. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +0 -7
  655. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts.map +0 -1
  656. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +0 -2
  657. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts.map +0 -1
  658. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts +0 -7
  659. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts.map +0 -1
  660. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts +0 -2
  661. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts.map +0 -1
  662. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts +0 -7
  663. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts.map +0 -1
  664. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts +0 -2
  665. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts.map +0 -1
  666. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +0 -6
  667. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +0 -1
  668. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts +0 -2
  669. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts.map +0 -1
  670. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +0 -7
  671. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts.map +0 -1
  672. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts +0 -2
  673. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts.map +0 -1
  674. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts +0 -7
  675. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts.map +0 -1
  676. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts +0 -2
  677. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts.map +0 -1
  678. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +0 -3
  679. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts.map +0 -1
  680. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +0 -5
  681. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts.map +0 -1
  682. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +0 -5
  683. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts.map +0 -1
  684. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +0 -8
  685. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts.map +0 -1
  686. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +0 -2
  687. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts.map +0 -1
  688. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +0 -7
  689. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +0 -1
  690. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +0 -7
  691. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +0 -1
  692. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +0 -2
  693. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +0 -1
  694. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +0 -7
  695. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +0 -1
  696. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +0 -2
  697. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +0 -1
  698. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts +0 -2
  699. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts.map +0 -1
  700. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts +0 -8
  701. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts.map +0 -1
  702. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +0 -2
  703. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts.map +0 -1
  704. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +0 -7
  705. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts.map +0 -1
  706. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +0 -2
  707. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts.map +0 -1
  708. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +0 -7
  709. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts.map +0 -1
  710. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts +0 -2
  711. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts.map +0 -1
  712. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +0 -7
  713. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts.map +0 -1
  714. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +0 -2
  715. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +0 -1
  716. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +0 -7
  717. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +0 -1
  718. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +0 -2
  719. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +0 -1
  720. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +0 -7
  721. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +0 -1
  722. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +0 -2
  723. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +0 -1
  724. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +0 -7
  725. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +0 -1
  726. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +0 -2
  727. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +0 -1
  728. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +0 -7
  729. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +0 -1
  730. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +0 -3
  731. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts.map +0 -1
  732. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +0 -7
  733. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts.map +0 -1
  734. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +0 -7
  735. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts.map +0 -1
  736. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +0 -2
  737. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +0 -1
  738. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +0 -7
  739. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +0 -1
  740. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts +0 -2
  741. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts.map +0 -1
  742. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts +0 -7
  743. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts.map +0 -1
  744. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +0 -2
  745. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +0 -1
  746. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +0 -7
  747. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +0 -1
  748. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +0 -2
  749. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +0 -1
  750. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +0 -6
  751. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +0 -1
  752. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +0 -2
  753. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +0 -1
  754. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +0 -7
  755. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +0 -1
  756. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +0 -2
  757. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +0 -1
  758. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +0 -7
  759. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +0 -1
  760. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +0 -3
  761. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts.map +0 -1
  762. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +0 -5
  763. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts.map +0 -1
  764. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +0 -5
  765. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts.map +0 -1
  766. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +0 -5
  767. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts.map +0 -1
  768. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +0 -5
  769. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts.map +0 -1
  770. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +0 -5
  771. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts.map +0 -1
  772. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +0 -5
  773. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts.map +0 -1
  774. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +0 -5
  775. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts.map +0 -1
  776. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts +0 -8
  777. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts.map +0 -1
  778. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -1
  779. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts.map +0 -1
  780. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +0 -2
  781. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +0 -1
  782. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts +0 -8
  783. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts.map +0 -1
  784. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +0 -2
  785. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts.map +0 -1
  786. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +0 -8
  787. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts.map +0 -1
  788. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +0 -2
  789. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +0 -1
  790. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +0 -6
  791. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +0 -1
  792. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +0 -2
  793. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +0 -1
  794. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +0 -6
  795. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +0 -1
  796. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +0 -2
  797. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +0 -1
  798. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +0 -7
  799. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +0 -1
  800. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +0 -2
  801. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +0 -1
  802. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +0 -7
  803. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +0 -1
  804. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts +0 -6
  805. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts.map +0 -1
  806. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +0 -13
  807. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +0 -1
  808. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts +0 -6
  809. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts.map +0 -1
  810. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts +0 -6
  811. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts.map +0 -1
  812. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts +0 -11
  813. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts.map +0 -1
  814. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts +0 -6
  815. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts.map +0 -1
  816. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts +0 -6
  817. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts.map +0 -1
  818. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts +0 -2
  819. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts.map +0 -1
  820. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts +0 -7
  821. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts.map +0 -1
  822. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +0 -3
  823. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts.map +0 -1
  824. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +0 -5
  825. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts.map +0 -1
  826. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +0 -5
  827. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts.map +0 -1
  828. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +0 -5
  829. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts.map +0 -1
  830. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +0 -5
  831. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +0 -1
  832. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -3
  833. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts.map +0 -1
  834. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +0 -6
  835. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts.map +0 -1
  836. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts +0 -2
  837. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts.map +0 -1
  838. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts +0 -5
  839. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +0 -1
  840. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts +0 -2
  841. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts.map +0 -1
  842. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +0 -7
  843. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +0 -1
  844. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts +0 -2
  845. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts.map +0 -1
  846. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +0 -7
  847. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +0 -1
  848. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +0 -3
  849. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts.map +0 -1
  850. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +0 -7
  851. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts.map +0 -1
  852. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +0 -7
  853. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts.map +0 -1
  854. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts +0 -2
  855. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts.map +0 -1
  856. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +0 -8
  857. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +0 -1
  858. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts +0 -7
  859. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts.map +0 -1
  860. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +0 -25
  861. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts.map +0 -1
  862. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +0 -15
  863. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts.map +0 -1
  864. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +0 -7
  865. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts.map +0 -1
  866. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +0 -6
  867. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts.map +0 -1
  868. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +0 -6
  869. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts.map +0 -1
  870. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +0 -10
  871. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts.map +0 -1
  872. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts +0 -7
  873. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts.map +0 -1
  874. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +0 -8
  875. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts.map +0 -1
  876. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +0 -81
  877. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +0 -1
  878. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +0 -6
  879. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts.map +0 -1
  880. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts +0 -2
  881. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts.map +0 -1
  882. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +0 -7
  883. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts.map +0 -1
  884. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +0 -2
  885. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts.map +0 -1
  886. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +0 -7
  887. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts.map +0 -1
  888. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +0 -2
  889. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +0 -1
  890. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +0 -7
  891. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +0 -1
  892. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +0 -2
  893. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +0 -1
  894. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +0 -7
  895. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +0 -1
  896. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +0 -7
  897. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +0 -1
  898. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +0 -3
  899. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts.map +0 -1
  900. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +0 -7
  901. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts.map +0 -1
  902. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +0 -7
  903. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts.map +0 -1
  904. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +0 -7
  905. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +0 -1
  906. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +0 -2
  907. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +0 -1
  908. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +0 -7
  909. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +0 -1
  910. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +0 -2
  911. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +0 -1
  912. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +0 -7
  913. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +0 -1
  914. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +0 -2
  915. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +0 -1
  916. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +0 -7
  917. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +0 -1
  918. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +0 -7
  919. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +0 -1
  920. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +0 -3
  921. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts.map +0 -1
  922. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +0 -5
  923. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts.map +0 -1
  924. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +0 -7
  925. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +0 -1
  926. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts +0 -5
  927. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts.map +0 -1
  928. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +0 -2
  929. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts.map +0 -1
  930. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +0 -8
  931. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts.map +0 -1
  932. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +0 -3
  933. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts.map +0 -1
  934. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +0 -5
  935. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts.map +0 -1
  936. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +0 -5
  937. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +0 -1
  938. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts +0 -5
  939. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +0 -1
  940. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts +0 -2
  941. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts.map +0 -1
  942. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +0 -8
  943. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +0 -1
  944. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +0 -2
  945. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +0 -1
  946. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +0 -6
  947. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +0 -1
  948. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +0 -2
  949. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts.map +0 -1
  950. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +0 -33
  951. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +0 -1
  952. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +0 -2
  953. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts.map +0 -1
  954. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +0 -7
  955. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts.map +0 -1
  956. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +0 -2
  957. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts.map +0 -1
  958. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +0 -7
  959. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts.map +0 -1
  960. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +0 -2
  961. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts.map +0 -1
  962. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +0 -3
  963. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts.map +0 -1
  964. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +0 -2
  965. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts.map +0 -1
  966. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +0 -7
  967. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts.map +0 -1
  968. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +0 -2
  969. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts.map +0 -1
  970. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +0 -7
  971. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts.map +0 -1
  972. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +0 -2
  973. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts.map +0 -1
  974. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +0 -6
  975. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts.map +0 -1
  976. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +0 -6
  977. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +0 -1
  978. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +0 -2
  979. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts.map +0 -1
  980. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +0 -7
  981. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts.map +0 -1
  982. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +0 -2
  983. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts.map +0 -1
  984. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +0 -7
  985. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts.map +0 -1
  986. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +0 -2
  987. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts.map +0 -1
  988. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +0 -7
  989. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts.map +0 -1
  990. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +0 -2
  991. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts.map +0 -1
  992. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +0 -7
  993. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts.map +0 -1
  994. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +0 -2
  995. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts.map +0 -1
  996. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +0 -7
  997. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts.map +0 -1
  998. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +0 -2
  999. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts.map +0 -1
  1000. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +0 -6
  1001. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts.map +0 -1
  1002. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +0 -2
  1003. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts.map +0 -1
  1004. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +0 -7
  1005. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts.map +0 -1
  1006. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +0 -2
  1007. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts.map +0 -1
  1008. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +0 -7
  1009. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts.map +0 -1
  1010. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +0 -2
  1011. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts.map +0 -1
  1012. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +0 -7
  1013. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts.map +0 -1
  1014. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +0 -2
  1015. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts.map +0 -1
  1016. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +0 -7
  1017. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts.map +0 -1
  1018. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +0 -2
  1019. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts.map +0 -1
  1020. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +0 -7
  1021. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts.map +0 -1
  1022. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +0 -10
  1023. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts.map +0 -1
  1024. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +0 -13
  1025. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts.map +0 -1
  1026. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +0 -2
  1027. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts.map +0 -1
  1028. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +0 -7
  1029. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts.map +0 -1
  1030. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts +0 -2
  1031. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts.map +0 -1
  1032. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts +0 -7
  1033. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts.map +0 -1
  1034. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts +0 -2
  1035. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts.map +0 -1
  1036. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts +0 -7
  1037. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts.map +0 -1
  1038. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts +0 -2
  1039. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts.map +0 -1
  1040. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts +0 -7
  1041. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts.map +0 -1
  1042. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts +0 -2
  1043. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts.map +0 -1
  1044. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts +0 -6
  1045. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts.map +0 -1
  1046. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts +0 -2
  1047. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts.map +0 -1
  1048. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts +0 -7
  1049. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts.map +0 -1
  1050. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +0 -2
  1051. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +0 -1
  1052. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +0 -7
  1053. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +0 -1
  1054. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts +0 -2
  1055. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts.map +0 -1
  1056. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts +0 -7
  1057. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts.map +0 -1
  1058. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +0 -2
  1059. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +0 -1
  1060. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +0 -7
  1061. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +0 -1
  1062. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts +0 -2
  1063. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts.map +0 -1
  1064. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts +0 -7
  1065. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts.map +0 -1
  1066. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +0 -3
  1067. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts.map +0 -1
  1068. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +0 -7
  1069. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts.map +0 -1
  1070. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +0 -7
  1071. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts.map +0 -1
  1072. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +0 -2
  1073. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +0 -1
  1074. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +0 -7
  1075. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +0 -1
  1076. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts +0 -2
  1077. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts.map +0 -1
  1078. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts +0 -17
  1079. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts.map +0 -1
  1080. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +0 -8
  1081. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +0 -1
  1082. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts +0 -2
  1083. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts.map +0 -1
  1084. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts +0 -7
  1085. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts.map +0 -1
  1086. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts +0 -2
  1087. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts.map +0 -1
  1088. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +0 -7
  1089. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts.map +0 -1
  1090. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts +0 -2
  1091. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts.map +0 -1
  1092. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +0 -6
  1093. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts.map +0 -1
  1094. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +0 -3
  1095. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts.map +0 -1
  1096. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +0 -5
  1097. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts.map +0 -1
  1098. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +0 -5
  1099. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts.map +0 -1
  1100. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +0 -5
  1101. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts.map +0 -1
  1102. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +0 -5
  1103. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts.map +0 -1
  1104. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +0 -5
  1105. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts.map +0 -1
  1106. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts +0 -8
  1107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts.map +0 -1
  1108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts +0 -2
  1109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts.map +0 -1
  1110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts +0 -7
  1111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts.map +0 -1
  1112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts +0 -2
  1113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts.map +0 -1
  1114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts +0 -7
  1115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts.map +0 -1
  1116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts +0 -2
  1117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts.map +0 -1
  1118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +0 -7
  1119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts.map +0 -1
  1120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts +0 -2
  1121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts.map +0 -1
  1122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +0 -7
  1123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts.map +0 -1
  1124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +0 -2
  1125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +0 -1
  1126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +0 -7
  1127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +0 -1
  1128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +0 -2
  1129. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +0 -1
  1130. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +0 -7
  1131. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +0 -1
  1132. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +0 -7
  1133. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts.map +0 -1
  1134. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +0 -7
  1135. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts.map +0 -1
  1136. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +0 -7
  1137. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts.map +0 -1
  1138. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +0 -2
  1139. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts.map +0 -1
  1140. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +0 -31
  1141. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts.map +0 -1
  1142. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +0 -19
  1143. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts.map +0 -1
  1144. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts +0 -39
  1145. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts.map +0 -1
  1146. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +0 -7
  1147. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts.map +0 -1
  1148. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +0 -7
  1149. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts.map +0 -1
  1150. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +0 -2
  1151. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts.map +0 -1
  1152. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +0 -7
  1153. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts.map +0 -1
  1154. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts +0 -2
  1155. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts.map +0 -1
  1156. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +0 -223
  1157. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts.map +0 -1
  1158. package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts +0 -8
  1159. package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts.map +0 -1
  1160. package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts +0 -2
  1161. package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts.map +0 -1
  1162. package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts +0 -2
  1163. package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts.map +0 -1
  1164. package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts +0 -8
  1165. package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts.map +0 -1
  1166. package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts +0 -59
  1167. package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts.map +0 -1
  1168. package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts +0 -62
  1169. package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts.map +0 -1
  1170. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts +0 -17
  1171. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts.map +0 -1
  1172. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts +0 -27
  1173. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts.map +0 -1
  1174. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts +0 -2
  1175. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts.map +0 -1
  1176. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +0 -23
  1177. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts.map +0 -1
  1178. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts +0 -2
  1179. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts.map +0 -1
  1180. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts +0 -2
  1181. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts.map +0 -1
  1182. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts +0 -25
  1183. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts.map +0 -1
  1184. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts +0 -2
  1185. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts.map +0 -1
  1186. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +0 -25
  1187. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts.map +0 -1
  1188. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts +0 -13
  1189. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts.map +0 -1
  1190. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +0 -14
  1191. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts.map +0 -1
  1192. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +0 -32
  1193. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts.map +0 -1
  1194. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts +0 -118
  1195. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts.map +0 -1
  1196. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts +0 -265
  1197. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts.map +0 -1
  1198. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts +0 -144
  1199. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts.map +0 -1
  1200. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts +0 -35
  1201. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts.map +0 -1
  1202. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts +0 -73
  1203. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts.map +0 -1
  1204. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts +0 -2
  1205. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts.map +0 -1
  1206. package/dist/super-editor/super-editor/src/core/types/index.d.ts +0 -129
  1207. package/dist/super-editor/super-editor/src/core/types/index.d.ts.map +0 -1
  1208. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +0 -13
  1209. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +0 -1
  1210. package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts +0 -2
  1211. package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts.map +0 -1
  1212. package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts +0 -17
  1213. package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts.map +0 -1
  1214. package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts +0 -7
  1215. package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts.map +0 -1
  1216. package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts +0 -7
  1217. package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts.map +0 -1
  1218. package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts +0 -2
  1219. package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts.map +0 -1
  1220. package/dist/super-editor/super-editor/src/core/utilities/index.d.ts +0 -11
  1221. package/dist/super-editor/super-editor/src/core/utilities/index.d.ts.map +0 -1
  1222. package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts +0 -6
  1223. package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts.map +0 -1
  1224. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts +0 -2
  1225. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +0 -1
  1226. package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts +0 -2
  1227. package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts.map +0 -1
  1228. package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts +0 -2
  1229. package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts.map +0 -1
  1230. package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts +0 -2
  1231. package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts.map +0 -1
  1232. package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts +0 -9
  1233. package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts.map +0 -1
  1234. package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts +0 -7
  1235. package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts.map +0 -1
  1236. package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts +0 -4
  1237. package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts.map +0 -1
  1238. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +0 -10
  1239. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +0 -1
  1240. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +0 -9
  1241. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +0 -1
  1242. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +0 -5
  1243. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +0 -1
  1244. package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts +0 -5
  1245. package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts.map +0 -1
  1246. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +0 -57
  1247. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +0 -1
  1248. package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts +0 -2
  1249. package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts.map +0 -1
  1250. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +0 -32
  1251. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +0 -1
  1252. package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts +0 -2
  1253. package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts.map +0 -1
  1254. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +0 -7
  1255. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +0 -1
  1256. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +0 -27
  1257. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +0 -1
  1258. package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts +0 -3
  1259. package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts.map +0 -1
  1260. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts +0 -2
  1261. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +0 -1
  1262. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +0 -13
  1263. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +0 -1
  1264. package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts +0 -2
  1265. package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts.map +0 -1
  1266. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +0 -11
  1267. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +0 -1
  1268. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts +0 -2
  1269. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts.map +0 -1
  1270. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +0 -45
  1271. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +0 -1
  1272. package/dist/super-editor/super-editor/src/extensions/color/index.d.ts +0 -2
  1273. package/dist/super-editor/super-editor/src/extensions/color/index.d.ts.map +0 -1
  1274. package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts +0 -16
  1275. package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts.map +0 -1
  1276. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +0 -20
  1277. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +0 -1
  1278. package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts +0 -2
  1279. package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts.map +0 -1
  1280. package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts +0 -15
  1281. package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts.map +0 -1
  1282. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +0 -7
  1283. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +0 -1
  1284. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +0 -66
  1285. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +0 -1
  1286. package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts +0 -3
  1287. package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts.map +0 -1
  1288. package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts +0 -2
  1289. package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts.map +0 -1
  1290. package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts +0 -8
  1291. package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts.map +0 -1
  1292. package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts +0 -4
  1293. package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts.map +0 -1
  1294. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +0 -91
  1295. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +0 -1
  1296. package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts +0 -2
  1297. package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts.map +0 -1
  1298. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +0 -59
  1299. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +0 -1
  1300. package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts +0 -2
  1301. package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts.map +0 -1
  1302. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +0 -34
  1303. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +0 -1
  1304. package/dist/super-editor/super-editor/src/extensions/document/index.d.ts +0 -2
  1305. package/dist/super-editor/super-editor/src/extensions/document/index.d.ts.map +0 -1
  1306. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +0 -38
  1307. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +0 -1
  1308. package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts +0 -2
  1309. package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts.map +0 -1
  1310. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts +0 -7
  1311. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts.map +0 -1
  1312. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts +0 -33
  1313. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts.map +0 -1
  1314. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +0 -2
  1315. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +0 -1
  1316. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +0 -2
  1317. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts.map +0 -1
  1318. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts +0 -7
  1319. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +0 -1
  1320. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +0 -6
  1321. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +0 -1
  1322. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +0 -2
  1323. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts.map +0 -1
  1324. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +0 -9
  1325. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts.map +0 -1
  1326. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +0 -8
  1327. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts.map +0 -1
  1328. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +0 -8
  1329. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts.map +0 -1
  1330. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +0 -8
  1331. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts.map +0 -1
  1332. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +0 -2
  1333. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +0 -1
  1334. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +0 -7
  1335. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts.map +0 -1
  1336. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +0 -31
  1337. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts.map +0 -1
  1338. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +0 -2
  1339. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts.map +0 -1
  1340. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +0 -11
  1341. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts.map +0 -1
  1342. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +0 -2
  1343. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts.map +0 -1
  1344. package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts +0 -3
  1345. package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts.map +0 -1
  1346. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +0 -48
  1347. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +0 -1
  1348. package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts +0 -2
  1349. package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts.map +0 -1
  1350. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +0 -82
  1351. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +0 -1
  1352. package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts +0 -2
  1353. package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts.map +0 -1
  1354. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +0 -43
  1355. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +0 -1
  1356. package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts +0 -2
  1357. package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts.map +0 -1
  1358. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +0 -17
  1359. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +0 -1
  1360. package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts +0 -2
  1361. package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts.map +0 -1
  1362. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +0 -36
  1363. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +0 -1
  1364. package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts +0 -2
  1365. package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts.map +0 -1
  1366. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +0 -31
  1367. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +0 -1
  1368. package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts +0 -2
  1369. package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts.map +0 -1
  1370. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +0 -25
  1371. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +0 -1
  1372. package/dist/super-editor/super-editor/src/extensions/history/index.d.ts +0 -2
  1373. package/dist/super-editor/super-editor/src/extensions/history/index.d.ts.map +0 -1
  1374. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +0 -86
  1375. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +0 -1
  1376. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +0 -4
  1377. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts.map +0 -1
  1378. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +0 -2
  1379. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts.map +0 -1
  1380. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +0 -6
  1381. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts.map +0 -1
  1382. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +0 -2
  1383. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts.map +0 -1
  1384. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +0 -3
  1385. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts.map +0 -1
  1386. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +0 -7
  1387. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts.map +0 -1
  1388. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +0 -13
  1389. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts.map +0 -1
  1390. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts +0 -10
  1391. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts.map +0 -1
  1392. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts +0 -18
  1393. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts.map +0 -1
  1394. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +0 -3
  1395. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts.map +0 -1
  1396. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +0 -5
  1397. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts.map +0 -1
  1398. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +0 -28
  1399. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts.map +0 -1
  1400. package/dist/super-editor/super-editor/src/extensions/image/index.d.ts +0 -3
  1401. package/dist/super-editor/super-editor/src/extensions/image/index.d.ts.map +0 -1
  1402. package/dist/super-editor/super-editor/src/extensions/index.d.ts +0 -85
  1403. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +0 -1
  1404. package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts +0 -2
  1405. package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts.map +0 -1
  1406. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +0 -22
  1407. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +0 -1
  1408. package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts +0 -2
  1409. package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts.map +0 -1
  1410. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +0 -57
  1411. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +0 -1
  1412. package/dist/super-editor/super-editor/src/extensions/link/index.d.ts +0 -2
  1413. package/dist/super-editor/super-editor/src/extensions/link/index.d.ts.map +0 -1
  1414. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +0 -78
  1415. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +0 -1
  1416. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +0 -9
  1417. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +0 -1
  1418. package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts +0 -5
  1419. package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts.map +0 -1
  1420. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +0 -41
  1421. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +0 -1
  1422. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts +0 -7
  1423. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +0 -1
  1424. package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts +0 -18
  1425. package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts.map +0 -1
  1426. package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts +0 -2
  1427. package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts.map +0 -1
  1428. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +0 -34
  1429. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +0 -1
  1430. package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts +0 -2
  1431. package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts.map +0 -1
  1432. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +0 -19
  1433. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +0 -1
  1434. package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts +0 -2
  1435. package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts.map +0 -1
  1436. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +0 -66
  1437. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +0 -1
  1438. package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts +0 -2
  1439. package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts.map +0 -1
  1440. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +0 -10
  1441. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +0 -1
  1442. package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts +0 -2
  1443. package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts.map +0 -1
  1444. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts +0 -26
  1445. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts.map +0 -1
  1446. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +0 -7
  1447. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +0 -1
  1448. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +0 -30
  1449. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +0 -1
  1450. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +0 -37
  1451. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +0 -1
  1452. package/dist/super-editor/super-editor/src/extensions/paragraph/dropcapPlugin.d.ts +0 -4
  1453. package/dist/super-editor/super-editor/src/extensions/paragraph/dropcapPlugin.d.ts.map +0 -1
  1454. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +0 -7
  1455. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts.map +0 -1
  1456. package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts +0 -2
  1457. package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts.map +0 -1
  1458. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +0 -9
  1459. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +0 -1
  1460. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +0 -43
  1461. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +0 -1
  1462. package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts +0 -3
  1463. package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts.map +0 -1
  1464. package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts +0 -2
  1465. package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts.map +0 -1
  1466. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +0 -20
  1467. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +0 -1
  1468. package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts +0 -2
  1469. package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts.map +0 -1
  1470. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +0 -12
  1471. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +0 -1
  1472. package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts +0 -2
  1473. package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts.map +0 -1
  1474. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +0 -3
  1475. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +0 -1
  1476. package/dist/super-editor/super-editor/src/extensions/run/index.d.ts +0 -2
  1477. package/dist/super-editor/super-editor/src/extensions/run/index.d.ts.map +0 -1
  1478. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +0 -7
  1479. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +0 -1
  1480. package/dist/super-editor/super-editor/src/extensions/search/index.d.ts +0 -2
  1481. package/dist/super-editor/super-editor/src/extensions/search/index.d.ts.map +0 -1
  1482. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts +0 -111
  1483. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map +0 -1
  1484. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +0 -46
  1485. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +0 -1
  1486. package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts +0 -2
  1487. package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts.map +0 -1
  1488. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +0 -37
  1489. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +0 -1
  1490. package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts +0 -22
  1491. package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts.map +0 -1
  1492. package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts +0 -3
  1493. package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts.map +0 -1
  1494. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts +0 -3
  1495. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts.map +0 -1
  1496. package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts +0 -2
  1497. package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts.map +0 -1
  1498. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +0 -34
  1499. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +0 -1
  1500. package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts +0 -9
  1501. package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts.map +0 -1
  1502. package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts +0 -2
  1503. package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts.map +0 -1
  1504. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +0 -14
  1505. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +0 -1
  1506. package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts +0 -2
  1507. package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts.map +0 -1
  1508. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +0 -21
  1509. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +0 -1
  1510. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +0 -10
  1511. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts.map +0 -1
  1512. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +0 -10
  1513. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts.map +0 -1
  1514. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +0 -25
  1515. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts.map +0 -1
  1516. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +0 -8
  1517. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +0 -1
  1518. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts +0 -16
  1519. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts.map +0 -1
  1520. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts +0 -12
  1521. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts.map +0 -1
  1522. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts +0 -3
  1523. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts.map +0 -1
  1524. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +0 -106
  1525. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +0 -1
  1526. package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts +0 -6
  1527. package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts.map +0 -1
  1528. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +0 -38
  1529. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +0 -1
  1530. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +0 -99
  1531. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +0 -1
  1532. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +0 -43
  1533. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +0 -1
  1534. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +0 -14
  1535. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts.map +0 -1
  1536. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts +0 -19
  1537. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts.map +0 -1
  1538. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +0 -14
  1539. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts.map +0 -1
  1540. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +0 -15
  1541. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts.map +0 -1
  1542. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +0 -14
  1543. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts.map +0 -1
  1544. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +0 -15
  1545. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts.map +0 -1
  1546. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +0 -8
  1547. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts.map +0 -1
  1548. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts +0 -53
  1549. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts.map +0 -1
  1550. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +0 -29
  1551. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +0 -1
  1552. package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts +0 -2
  1553. package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts.map +0 -1
  1554. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +0 -37
  1555. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +0 -1
  1556. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +0 -23
  1557. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +0 -1
  1558. package/dist/super-editor/super-editor/src/extensions/table/index.d.ts +0 -3
  1559. package/dist/super-editor/super-editor/src/extensions/table/index.d.ts.map +0 -1
  1560. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +0 -562
  1561. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +0 -1
  1562. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts +0 -140
  1563. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts.map +0 -1
  1564. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts +0 -2
  1565. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts.map +0 -1
  1566. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts +0 -2
  1567. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts.map +0 -1
  1568. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts +0 -2
  1569. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts.map +0 -1
  1570. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts +0 -12
  1571. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts.map +0 -1
  1572. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts +0 -2
  1573. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts.map +0 -1
  1574. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts +0 -61
  1575. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts.map +0 -1
  1576. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +0 -4
  1577. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts.map +0 -1
  1578. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +0 -2
  1579. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts.map +0 -1
  1580. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts +0 -7
  1581. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts.map +0 -1
  1582. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts +0 -2
  1583. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts.map +0 -1
  1584. package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts +0 -43
  1585. package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts.map +0 -1
  1586. package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts +0 -2
  1587. package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts.map +0 -1
  1588. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +0 -195
  1589. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +0 -1
  1590. package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts +0 -2
  1591. package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts.map +0 -1
  1592. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +0 -34
  1593. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +0 -1
  1594. package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts +0 -2
  1595. package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts.map +0 -1
  1596. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +0 -8
  1597. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +0 -1
  1598. package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts +0 -2
  1599. package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts.map +0 -1
  1600. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +0 -189
  1601. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +0 -1
  1602. package/dist/super-editor/super-editor/src/extensions/text/index.d.ts +0 -2
  1603. package/dist/super-editor/super-editor/src/extensions/text/index.d.ts.map +0 -1
  1604. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +0 -17
  1605. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +0 -1
  1606. package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts +0 -2
  1607. package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts.map +0 -1
  1608. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +0 -25
  1609. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +0 -1
  1610. package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts +0 -2
  1611. package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts.map +0 -1
  1612. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +0 -30
  1613. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +0 -1
  1614. package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts +0 -2
  1615. package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts.map +0 -1
  1616. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +0 -30
  1617. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +0 -1
  1618. package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts +0 -4
  1619. package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts.map +0 -1
  1620. package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts +0 -7
  1621. package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts.map +0 -1
  1622. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +0 -200
  1623. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +0 -1
  1624. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts +0 -2
  1625. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts.map +0 -1
  1626. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +0 -11
  1627. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts.map +0 -1
  1628. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +0 -3
  1629. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +0 -1
  1630. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +0 -7
  1631. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +0 -1
  1632. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +0 -7
  1633. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +0 -1
  1634. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +0 -7
  1635. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +0 -1
  1636. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +0 -2
  1637. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts.map +0 -1
  1638. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +0 -9
  1639. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts.map +0 -1
  1640. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +0 -9
  1641. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts.map +0 -1
  1642. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +0 -2
  1643. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts.map +0 -1
  1644. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts +0 -13
  1645. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts.map +0 -1
  1646. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +0 -2
  1647. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts.map +0 -1
  1648. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +0 -2
  1649. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts.map +0 -1
  1650. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +0 -2
  1651. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts.map +0 -1
  1652. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +0 -2
  1653. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts.map +0 -1
  1654. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +0 -2
  1655. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts.map +0 -1
  1656. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +0 -2
  1657. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts.map +0 -1
  1658. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +0 -2
  1659. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts.map +0 -1
  1660. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +0 -6
  1661. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +0 -1
  1662. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts +0 -40
  1663. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts.map +0 -1
  1664. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts +0 -57
  1665. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts.map +0 -1
  1666. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts +0 -83
  1667. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts.map +0 -1
  1668. package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts +0 -2
  1669. package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts.map +0 -1
  1670. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +0 -46
  1671. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +0 -1
  1672. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts +0 -28
  1673. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts.map +0 -1
  1674. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts +0 -2
  1675. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts.map +0 -1
  1676. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +0 -3
  1677. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +0 -1
  1678. package/dist/super-editor/super-editor/src/index.d.ts +0 -38
  1679. package/dist/super-editor/super-editor/src/index.d.ts.map +0 -1
  1680. package/dist/super-editor/super-editor/src/main.d.ts +0 -2
  1681. package/dist/super-editor/super-editor/src/main.d.ts.map +0 -1
  1682. package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts +0 -482
  1683. package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts.map +0 -1
  1684. package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts +0 -2
  1685. package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts.map +0 -1
  1686. package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts +0 -33
  1687. package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts.map +0 -1
  1688. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +0 -9
  1689. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +0 -1
  1690. package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts +0 -3
  1691. package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts.map +0 -1
  1692. package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts +0 -24
  1693. package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts.map +0 -1
  1694. package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts +0 -15
  1695. package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts.map +0 -1
  1696. package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts +0 -3
  1697. package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts.map +0 -1
  1698. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts +0 -8
  1699. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts.map +0 -1
  1700. package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts +0 -2
  1701. package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts.map +0 -1
  1702. package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts +0 -25
  1703. package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts.map +0 -1
  1704. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts +0 -3
  1705. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts.map +0 -1
  1706. package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts +0 -3
  1707. package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts.map +0 -1
  1708. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts +0 -158
  1709. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts.map +0 -1
@@ -1,391 +0,0 @@
1
- import type { EditorState, Plugin } from 'prosemirror-state';
2
- import type { Node as PmNode, Schema } from 'prosemirror-model';
3
- import type { EditorOptions, User, FieldValue, DocxFileEntry } from './types/EditorConfig.js';
4
- import type { EditorHelpers, ExtensionStorage, ProseMirrorJSON, PageStyles, Toolbar } from './types/EditorTypes.js';
5
- import type { ChainableCommandObject, CanObject, EditorCommands } from './types/ChainedCommands.js';
6
- import type { EditorEventMap, Comment } from './types/EditorEvents.js';
7
- import type { SchemaSummaryJSON } from './types/EditorSchema.js';
8
- import { EditorView } from 'prosemirror-view';
9
- import { EventEmitter } from './EventEmitter.js';
10
- import { ExtensionService } from './ExtensionService.js';
11
- import { SuperConverter } from '@core/super-converter/SuperConverter.js';
12
- /**
13
- * Main editor class that manages document state, extensions, and user interactions
14
- */
15
- export declare class Editor extends EventEmitter<EditorEventMap> {
16
- #private;
17
- /**
18
- * Service for managing extensions
19
- */
20
- extensionService: ExtensionService;
21
- /**
22
- * Storage for extension data
23
- */
24
- extensionStorage: ExtensionStorage;
25
- /**
26
- * ProseMirror schema for the editor
27
- */
28
- schema: Schema;
29
- /**
30
- * ProseMirror view instance
31
- */
32
- view: EditorView;
33
- /**
34
- * Whether the editor currently has focus
35
- */
36
- isFocused: boolean;
37
- /**
38
- * All the embedded fonts that were imported by the Editor
39
- */
40
- fontsImported: string[];
41
- /**
42
- * The document converter instance
43
- */
44
- converter: SuperConverter;
45
- /**
46
- * Toolbar instance (if attached)
47
- */
48
- toolbar?: Toolbar;
49
- /**
50
- * Original state for preview mode
51
- */
52
- originalState?: EditorState;
53
- /**
54
- * High contrast mode setter
55
- */
56
- setHighContrastMode?: (enabled: boolean) => void;
57
- options: EditorOptions;
58
- /**
59
- * Create a new Editor instance
60
- * @param options - Editor configuration options
61
- */
62
- constructor(options: Partial<EditorOptions>);
63
- /**
64
- * Getter which indicates if any changes happen in Editor
65
- */
66
- get docChanged(): boolean;
67
- mount(el: HTMLElement | null): void;
68
- unmount(): void;
69
- /**
70
- * Set the toolbar for this editor
71
- */
72
- setToolbar(toolbar: Toolbar): void;
73
- /**
74
- * Focus the editor.
75
- */
76
- focus(): void;
77
- /**
78
- * Get the editor state
79
- */
80
- get state(): EditorState;
81
- /**
82
- * Get the editor storage.
83
- */
84
- get storage(): ExtensionStorage;
85
- /**
86
- * Get object of registered commands.
87
- */
88
- get commands(): EditorCommands;
89
- /**
90
- * Get extension helpers.
91
- */
92
- get helpers(): EditorHelpers;
93
- /**
94
- * Check if the editor is editable.
95
- */
96
- get isEditable(): boolean;
97
- /**
98
- * Check if editor is destroyed.
99
- */
100
- get isDestroyed(): boolean;
101
- /**
102
- * Get the editor element
103
- */
104
- get element(): HTMLElement | null;
105
- /**
106
- * Get possible users of the editor.
107
- */
108
- get users(): User[];
109
- /**
110
- * Create a chain of commands to call multiple commands at once.
111
- */
112
- chain(): ChainableCommandObject;
113
- /**
114
- * Check if a command or a chain of commands can be executed. Without executing it.
115
- */
116
- can(): CanObject;
117
- /**
118
- * Set the document mode
119
- * @param documentMode - The document mode ('editing', 'viewing', 'suggesting')
120
- * @param caller - Calling context
121
- */
122
- setDocumentMode(documentMode: string, caller?: string): void;
123
- /**
124
- * Export the yjs binary from the current state.
125
- */
126
- generateCollaborationUpdate(): Promise<Uint8Array>;
127
- /**
128
- * Initialize data for collaborative editing
129
- * If we are replacing data and have a valid provider, listen for synced event
130
- * so that we can initialize the data
131
- */
132
- initializeCollaborationData(): void;
133
- /**
134
- * Replace content of editor that was created with loadFromSchema option
135
- * Used to replace content of other header/footer when one of it was edited
136
- *
137
- * @param content - new editor content json (retrieved from editor.getUpdatedJson)
138
- */
139
- replaceContent(content: ProseMirrorJSON): void;
140
- /**
141
- * Set editor options and update state.
142
- */
143
- setOptions(options?: Partial<EditorOptions>): void;
144
- /**
145
- * Set whether the editor is editable
146
- */
147
- setEditable(editable?: boolean, emitUpdate?: boolean): void;
148
- /**
149
- * Register PM plugin.
150
- * @param plugin PM plugin.
151
- * @param handlePlugins Optional function for handling plugin merge.
152
- */
153
- registerPlugin(plugin: Plugin, handlePlugins?: (plugin: Plugin, plugins: Plugin[]) => Plugin[]): void;
154
- /**
155
- * Unregister a PM plugin
156
- */
157
- unregisterPlugin(nameOrPluginKey: string | {
158
- key?: string;
159
- }): void;
160
- /**
161
- * Load the data from DOCX to be used in the schema.
162
- * Expects a DOCX file.
163
- * @param fileSource - The DOCX file to load (File/Blob in browser, Buffer in Node.js)
164
- * @param isNode - Whether the method is being called in a Node.js environment
165
- * @returns A promise that resolves to an array containing:
166
- * - [0] xmlFiles - Array of XML files extracted from the DOCX
167
- * - [1] mediaFiles - Object containing media files with URLs (browser only)
168
- * - [2] mediaFiles - Object containing media files with base64 data
169
- * - [3] fonts - Object containing font files from the DOCX
170
- */
171
- static loadXmlData(fileSource: File | Blob | Buffer, isNode?: boolean): Promise<[DocxFileEntry[], Record<string, unknown>, Record<string, unknown>, Record<string, unknown>] | undefined>;
172
- /**
173
- * Get the document version
174
- */
175
- static getDocumentVersion(doc: DocxFileEntry[]): string;
176
- /**
177
- * Set the document version
178
- */
179
- static setDocumentVersion(doc: DocxFileEntry[], version: string): string;
180
- /**
181
- * Get the document GUID
182
- */
183
- static getDocumentGuid(doc: DocxFileEntry[]): string | null;
184
- /**
185
- * @deprecated use setDocumentVersion instead
186
- */
187
- static updateDocumentVersion(doc: DocxFileEntry[], version: string): string;
188
- /**
189
- * Generates a schema summary for the current runtime schema.
190
- */
191
- getSchemaSummaryJSON(): Promise<SchemaSummaryJSON>;
192
- /**
193
- * Validates a ProseMirror JSON document against the current schema.
194
- */
195
- validateJSON(doc: ProseMirrorJSON | ProseMirrorJSON[]): PmNode;
196
- /**
197
- * Creates all node views.
198
- */
199
- createNodeViews(): void;
200
- /**
201
- * Get the maximum content size
202
- */
203
- getMaxContentSize(): {
204
- width?: number;
205
- height?: number;
206
- };
207
- /**
208
- * Attach styles and attributes to the editor element
209
- */
210
- updateEditorStyles(element: HTMLElement, proseMirror: HTMLElement, hasPaginationEnabled?: boolean): void;
211
- /**
212
- * Initialize default styles for the editor container and ProseMirror.
213
- * Get page size and margins from the converter.
214
- * Set document default font and font size.
215
- *
216
- * @param element - The DOM element to apply styles to
217
- */
218
- initDefaultStyles(element?: HTMLElement | null, isPaginationEnabled?: boolean): void;
219
- /**
220
- * Initializes responsive styles for mobile devices.
221
- * Sets up scaling based on viewport width and handles orientation changes.
222
- */
223
- initMobileStyles(element: HTMLElement | null): void;
224
- /**
225
- * Get document identifier for telemetry (async - may generate hash)
226
- */
227
- getDocumentIdentifier(): Promise<string | null>;
228
- /**
229
- * Get permanent document GUID (sync - only for modified documents)
230
- */
231
- getDocumentGuid(): string | null;
232
- /**
233
- * Check if document has been modified
234
- */
235
- isDocumentModified(): boolean;
236
- /**
237
- * Get telemetry data (async because of lazy hash generation)
238
- */
239
- getTelemetryData(): Promise<{
240
- documentId: string | null;
241
- isModified: boolean;
242
- isPermanentId: boolean;
243
- version: string | null;
244
- }>;
245
- /**
246
- * @deprecated use getDocumentGuid instead
247
- */
248
- getDocumentId(): string | null;
249
- /**
250
- * Get attrs of the currently selected node or mark.
251
- * @example
252
- * editor.getAttributes('textStyle').color
253
- */
254
- getAttributes(nameOrType: string): Record<string, unknown>;
255
- /**
256
- * Returns if the currently selected node or mark is active.
257
- * @param nameOrAttributes - The name of the node/mark or an attributes object
258
- * @param attributesOrUndefined - Optional attributes to check when first parameter is a name
259
- * @example
260
- * editor.isActive('bold')
261
- * editor.isActive('textStyle', { color: 'purple' })
262
- * editor.isActive({ textAlign: 'center' })
263
- */
264
- isActive(nameOrAttributes: string | Record<string, unknown>, attributesOrUndefined?: Record<string, unknown>): boolean;
265
- /**
266
- * Get the editor content as JSON
267
- */
268
- getJSON(): ProseMirrorJSON;
269
- /**
270
- * Get document metadata including GUID, modification status, and version
271
- */
272
- getMetadata(): {
273
- documentGuid: string | null;
274
- isModified: boolean;
275
- version: string | null;
276
- };
277
- /**
278
- * Get the editor content as HTML
279
- */
280
- getHTML({ unflattenLists }?: {
281
- unflattenLists?: boolean;
282
- }): string;
283
- /**
284
- * Get the editor content as Markdown
285
- */
286
- getMarkdown(): Promise<string>;
287
- /**
288
- * Get the document version from the converter
289
- */
290
- getDocumentVersion(): string | null;
291
- /**
292
- * Create a child editor linked to this editor.
293
- * This is useful for creating header/footer editors that are linked to the main editor.
294
- * Or paragraph fields that rely on the same underlying document and list defintions
295
- */
296
- createChildEditor(options: Partial<EditorOptions>): Editor;
297
- /**
298
- * Get page styles
299
- */
300
- getPageStyles(): PageStyles;
301
- /**
302
- * Update page styles
303
- */
304
- updatePageStyle({ pageMargins }: {
305
- pageMargins?: Record<string, unknown>;
306
- }): void;
307
- migrateListsToV2(): any[];
308
- getUpdatedJson(): ProseMirrorJSON;
309
- /**
310
- * Export the editor document to DOCX.
311
- */
312
- exportDocx({ isFinalDoc, commentsType, exportJsonOnly, exportXmlOnly, comments, getUpdatedDocs, fieldsHighlightColor, }?: {
313
- isFinalDoc?: boolean;
314
- commentsType?: string;
315
- exportJsonOnly?: boolean;
316
- exportXmlOnly?: boolean;
317
- comments?: Comment[];
318
- getUpdatedDocs?: boolean;
319
- fieldsHighlightColor?: string | null;
320
- }): Promise<Blob | ArrayBuffer | Buffer | Record<string, string> | ProseMirrorJSON | string | undefined>;
321
- /**
322
- * Destroy the editor and clean up resources
323
- */
324
- destroy(): void;
325
- destroyHeaderFooterEditors(): void;
326
- /**
327
- * Check if migrations are needed for the data
328
- */
329
- static checkIfMigrationsNeeded(): boolean;
330
- /**
331
- * Process collaboration migrations
332
- */
333
- processCollaborationMigrations(): unknown | void;
334
- /**
335
- * Replace the current file
336
- */
337
- replaceFile(newFile: File | Blob | Buffer): Promise<void>;
338
- /**
339
- * Get internal docx file content
340
- * @param name - File name
341
- * @param type - type of result (json, string)
342
- */
343
- getInternalXmlFile(name: string, type?: 'json' | 'string'): unknown | string | null;
344
- /**
345
- * Update internal docx file content
346
- * @param name - File name
347
- * @param updatedContent - new file content
348
- */
349
- updateInternalXmlFile(name: string, updatedContent: string | unknown): void;
350
- /**
351
- * Get all nodes of a specific type
352
- */
353
- getNodesOfType(type: string): Array<{
354
- node: PmNode;
355
- pos: number;
356
- }>;
357
- /**
358
- * Replace a node with HTML content
359
- */
360
- replaceNodeWithHTML(targetNode: {
361
- node: PmNode;
362
- pos: number;
363
- }, html: string): void;
364
- /**
365
- * A command to prepare the editor to receive annotations. This will
366
- * pre-process the document as needed prior to running in the annotator.
367
- *
368
- * Currently this is only used for table generation but additional pre-processing can be done here.
369
- */
370
- prepareForAnnotations(annotationValues?: FieldValue[]): void;
371
- /**
372
- * Migrate paragraph fields to lists V2 structure if necessary.
373
- * @param annotationValues - List of field values to migrate.
374
- * @returns Returns a promise that resolves to the migrated values
375
- */
376
- migrateParagraphFields(annotationValues?: FieldValue[]): Promise<FieldValue[]>;
377
- /**
378
- * Annotate the document with the given annotation values.
379
- */
380
- annotate(annotationValues?: FieldValue[], hiddenIds?: string[], removeEmptyFields?: boolean): void;
381
- /**
382
- * Preview annotations in the editor. It stores a copy of the original state.
383
- * This can be reverted via closePreview()
384
- */
385
- previewAnnotations(annotationValues?: FieldValue[], hiddenIds?: string[]): void;
386
- /**
387
- * If there is a preview active, this will revert the editor to the original state.
388
- */
389
- closePreview(): void;
390
- }
391
- //# sourceMappingURL=Editor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../src/core/Editor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAe,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAE1E,OAAO,KAAK,EAAiB,IAAI,IAAI,MAAM,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,UAAU,EAA8B,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC1H,OAAO,KAAK,EACV,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,UAAU,EAEV,OAAO,EACR,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,EAAE,sBAAsB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACpG,OAAO,KAAK,EAAE,cAAc,EAAwB,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAC7F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAGjE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAI9C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAGzD,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAwCzE;;GAEG;AACH,qBAAa,MAAO,SAAQ,YAAY,CAAC,cAAc,CAAC;;IAMtD;;OAEG;IACH,gBAAgB,EAAG,gBAAgB,CAAC;IAEpC;;OAEG;IACH,gBAAgB,EAAE,gBAAgB,CAAM;IAExC;;OAEG;IACH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IACH,IAAI,EAAG,UAAU,CAAC;IAElB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAS;IAE3B;;OAEG;IACH,aAAa,EAAE,MAAM,EAAE,CAAM;IAE7B;;OAEG;IACH,SAAS,EAAG,cAAc,CAAC;IAE3B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAE5B;;OAEG;IACH,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAEjD,OAAO,EAAE,aAAa,CAsFpB;IAEF;;;OAGG;gBACS,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC;IAuB3C;;OAEG;IACH,IAAI,UAAU,IAAI,OAAO,CAMxB;IAuID,KAAK,CAAC,EAAE,EAAE,WAAW,GAAG,IAAI,GAAG,IAAI;IASnC,OAAO,IAAI,IAAI;IAgBf;;OAEG;IACH,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IA0BlC;;OAEG;IACH,KAAK,IAAI,IAAI;IAIb;;OAEG;IACH,IAAI,KAAK,IAAI,WAAW,CAEvB;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,gBAAgB,CAE9B;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,cAAc,CAE7B;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,aAAa,CAE3B;IAED;;OAEG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED;;OAEG;IACH,IAAI,OAAO,IAAI,WAAW,GAAG,IAAI,CAEhC;IAED;;OAEG;IACH,IAAI,KAAK,IAAI,IAAI,EAAE,CAElB;IAED;;OAEG;IACH,KAAK,IAAI,sBAAsB;IAI/B;;OAEG;IACH,GAAG,IAAI,SAAS;IAIhB;;;;OAIG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI;IAwE5D;;OAEG;IACG,2BAA2B,IAAI,OAAO,CAAC,UAAU,CAAC;IAIxD;;;;OAIG;IACH,2BAA2B,IAAI,IAAI;IAcnC;;;;;OAKG;IACH,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG,IAAI;IAmC9C;;OAEG;IACH,UAAU,CAAC,OAAO,GAAE,OAAO,CAAC,aAAa,CAAM,GAAG,IAAI;IAqBtD;;OAEG;IACH,WAAW,CAAC,QAAQ,GAAE,OAAc,EAAE,UAAU,GAAE,OAAc,GAAG,IAAI;IAQvE;;;;OAIG;IACH,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,MAAM,EAAE,GAAG,IAAI;IAmBrG;;OAEG;IACH,gBAAgB,CAAC,eAAe,EAAE,MAAM,GAAG;QAAE,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;IAuJlE;;;;;;;;;;OAUG;WACU,WAAW,CACtB,UAAU,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,EAChC,MAAM,GAAE,OAAe,GACtB,OAAO,CAAC,CAAC,aAAa,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAUpH;;OAEG;IACH,MAAM,CAAC,kBAAkB,CAAC,GAAG,EAAE,aAAa,EAAE,GAAG,MAAM;IAIvD;;OAEG;IACH,MAAM,CAAC,kBAAkB,CAAC,GAAG,EAAE,aAAa,EAAE,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM;IAIxE;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,aAAa,EAAE,GAAG,MAAM,GAAG,IAAI;IAI3D;;OAEG;IACH,MAAM,CAAC,qBAAqB,CAAC,GAAG,EAAE,aAAa,EAAE,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM;IAK3E;;OAEG;IACG,oBAAoB,IAAI,OAAO,CAAC,iBAAiB,CAAC;IA8BxD;;OAEG;IACH,YAAY,CAAC,GAAG,EAAE,eAAe,GAAG,eAAe,EAAE,GAAG,MAAM;IA+J9D;;OAEG;IACH,eAAe,IAAI,IAAI;IAMvB;;OAEG;IACH,iBAAiB,IAAI;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE;IAiBxD;;OAEG;IACH,kBAAkB,CAAC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAoB,GAAE,OAAc,GAAG,IAAI;IA+D9G;;;;;;OAMG;IACH,iBAAiB,CAAC,OAAO,GAAE,WAAW,GAAG,IAAmB,EAAE,mBAAmB,GAAE,OAAc,GAAG,IAAI;IAUxG;;;OAGG;IACH,gBAAgB,CAAC,OAAO,EAAE,WAAW,GAAG,IAAI,GAAG,IAAI;IAiNnD;;OAEG;IACG,qBAAqB,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAIrD;;OAEG;IACH,eAAe,IAAI,MAAM,GAAG,IAAI;IAIhC;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAI7B;;OAEG;IACG,gBAAgB,IAAI,OAAO,CAAC;QAChC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,UAAU,EAAE,OAAO,CAAC;QACpB,aAAa,EAAE,OAAO,CAAC;QACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;KACxB,CAAC;IASF;;OAEG;IACH,aAAa,IAAI,MAAM,GAAG,IAAI;IAK9B;;;;OAIG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAI1D;;;;;;;;OAQG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO;IAMtH;;OAEG;IACH,OAAO,IAAI,eAAe;IAI1B;;OAEG;IACH,WAAW,IAAI;QACb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,UAAU,EAAE,OAAO,CAAC;QACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;KACxB;IAQD;;OAEG;IACH,OAAO,CAAC,EAAE,cAAsB,EAAE,GAAE;QAAE,cAAc,CAAC,EAAE,OAAO,CAAA;KAAO,GAAG,MAAM;IAY9E;;OAEG;IACG,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAgCpC;;OAEG;IACH,kBAAkB,IAAI,MAAM,GAAG,IAAI;IAInC;;;;OAIG;IACH,iBAAiB,CAAC,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,MAAM;IAI1D;;OAEG;IACH,aAAa,IAAI,UAAU;IAI3B;;OAEG;IACH,eAAe,CAAC,EAAE,WAAW,EAAE,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,GAAG,IAAI;IAmDjF,gBAAgB,IAAI,GAAG,EAAE;IAyBzB,cAAc,IAAI,eAAe;IAIjC;;OAEG;IACG,UAAU,CAAC,EACf,UAAkB,EAClB,YAAyB,EACzB,cAAsB,EACtB,aAAqB,EACrB,QAAa,EACb,cAAsB,EACtB,oBAA2B,GAC5B,GAAE;QACD,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;QACrB,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACjC,GAAG,OAAO,CAAC,IAAI,GAAG,WAAW,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,eAAe,GAAG,MAAM,GAAG,SAAS,CAAC;IAiI7G;;OAEG;IACH,OAAO,IAAI,IAAI;IAUf,0BAA0B,IAAI,IAAI;IAmBlC;;OAEG;IACH,MAAM,CAAC,uBAAuB,IAAI,OAAO;IAOzC;;OAEG;IACH,8BAA8B,IAAI,OAAO,GAAG,IAAI;IA8BhD;;OAEG;IACG,WAAW,CAAC,OAAO,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IA+B/D;;;;OAIG;IACH,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,GAAE,MAAM,GAAG,QAAiB,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI;IAY3F;;;;OAIG;IACH,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAU3E;;OAEG;IACH,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IAKlE;;OAEG;IACH,mBAAmB,CAAC,UAAU,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAYlF;;;;;OAKG;IACH,qBAAqB,CAAC,gBAAgB,GAAE,UAAU,EAAO,GAAG,IAAI;IAMhE;;;;OAIG;IACG,sBAAsB,CAAC,gBAAgB,GAAE,UAAU,EAAO,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;IAMxF;;OAEG;IACH,QAAQ,CAAC,gBAAgB,GAAE,UAAU,EAAO,EAAE,SAAS,GAAE,MAAM,EAAO,EAAE,iBAAiB,GAAE,OAAe,GAAG,IAAI;IAkBjH;;;OAGG;IACH,kBAAkB,CAAC,gBAAgB,GAAE,UAAU,EAAO,EAAE,SAAS,GAAE,MAAM,EAAO,GAAG,IAAI;IAKvF;;OAEG;IACH,YAAY,IAAI,IAAI;CAmCrB"}
@@ -1,49 +0,0 @@
1
- /**
2
- * Default event map with string keys and any arguments.
3
- */
4
- export type DefaultEventMap = Record<string, any[]>;
5
- /**
6
- * Event callback function type.
7
- */
8
- export type EventCallback<Args extends any[] = any[]> = (...args: Args) => void;
9
- /**
10
- * EventEmitter class is used to emit and subscribe to events.
11
- * @template EventMap - Map of event names to their argument types
12
- */
13
- export declare class EventEmitter<EventMap extends DefaultEventMap = DefaultEventMap> {
14
- #private;
15
- /**
16
- * Subscribe to the event.
17
- * @param name Event name.
18
- * @param fn Callback.
19
- * @returns {void}
20
- */
21
- on<K extends keyof EventMap>(name: K, fn: EventCallback<EventMap[K]>): void;
22
- /**
23
- * Emit event.
24
- * @param name Event name.
25
- * @param args Arguments to pass to each listener.
26
- * @returns {void}
27
- */
28
- emit<K extends keyof EventMap>(name: K, ...args: EventMap[K]): void;
29
- /**
30
- * Remove a specific callback from event
31
- * or all event subscriptions.
32
- * @param name Event name.
33
- * @param fn Callback.
34
- * @returns {void}
35
- */
36
- off<K extends keyof EventMap>(name: K, fn?: EventCallback<EventMap[K]>): void;
37
- /**
38
- * Subscribe to an event that will be called only once.
39
- * @param name Event name.
40
- * @param fn Callback.
41
- * @returns {void}
42
- */
43
- once<K extends keyof EventMap>(name: K, fn: EventCallback<EventMap[K]>): void;
44
- /**
45
- * Remove all registered events and subscriptions.
46
- */
47
- removeAllListeners(): void;
48
- }
49
- //# sourceMappingURL=EventEmitter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EventEmitter.d.ts","sourceRoot":"","sources":["../../../../src/core/EventEmitter.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,aAAa,CAAC,IAAI,SAAS,GAAG,EAAE,GAAG,GAAG,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;AAEhF;;;GAGG;AACH,qBAAa,YAAY,CAAC,QAAQ,SAAS,eAAe,GAAG,eAAe;;IAG1E;;;;;OAKG;IACH,EAAE,CAAC,CAAC,SAAS,MAAM,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;IAM3E;;;;;OAKG;IACH,IAAI,CAAC,CAAC,SAAS,MAAM,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE,GAAG,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG,IAAI;IAQnE;;;;;;OAMG;IACH,GAAG,CAAC,CAAC,SAAS,MAAM,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;IAa7E;;;;;OAKG;IACH,IAAI,CAAC,CAAC,SAAS,MAAM,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;IAQ7E;;OAEG;IACH,kBAAkB,IAAI,IAAI;CAG3B"}
@@ -1,33 +0,0 @@
1
- import type { MaybeGetter } from './utilities/callOrGet.js';
2
- /**
3
- * Base configuration for extensions.
4
- */
5
- export interface ExtensionConfig<Options extends Record<string, unknown> = Record<string, never>, Storage extends Record<string, unknown> = Record<string, never>> {
6
- /** The unique name of the extension */
7
- name: string;
8
- /** Function to define extension options */
9
- addOptions?: MaybeGetter<Options>;
10
- /** Function to define extension storage */
11
- addStorage?: MaybeGetter<Storage>;
12
- /** Additional config fields - use with caution */
13
- [key: string]: unknown;
14
- }
15
- /**
16
- * Extension class is used to create extensions.
17
- * @template Options - Type for extension options
18
- * @template Storage - Type for extension storage
19
- */
20
- export declare class Extension<Options extends Record<string, unknown> = Record<string, never>, Storage extends Record<string, unknown> = Record<string, never>> {
21
- type: "extension";
22
- name: string;
23
- options: Options;
24
- storage: Storage;
25
- config: ExtensionConfig<Options, Storage>;
26
- constructor(config: ExtensionConfig<Options, Storage>);
27
- /**
28
- * Static method for creating an extension.
29
- * @param config Configuration for the extension.
30
- */
31
- static create<O extends Record<string, unknown> = Record<string, never>, S extends Record<string, unknown> = Record<string, never>>(config: ExtensionConfig<O, S>): Extension<O, S>;
32
- }
33
- //# sourceMappingURL=Extension.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Extension.d.ts","sourceRoot":"","sources":["../../../../src/core/Extension.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,eAAe,CAC9B,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAC/D,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC;IAE/D,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IAEb,2CAA2C;IAC3C,UAAU,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAElC,2CAA2C;IAC3C,UAAU,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAElC,kDAAkD;IAClD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;;;GAIG;AACH,qBAAa,SAAS,CACpB,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAC/D,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC;IAE/D,IAAI,EAAG,WAAW,CAAU;IAE5B,IAAI,EAAE,MAAM,CAAe;IAE3B,OAAO,EAAE,OAAO,CAAC;IAEjB,OAAO,EAAE,OAAO,CAAC;IAEjB,MAAM,EAAE,eAAe,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAE9B,MAAM,EAAE,eAAe,CAAC,OAAO,EAAE,OAAO,CAAC;IA2BrD;;;OAGG;IACH,MAAM,CAAC,MAAM,CACX,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EACzD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EACzD,MAAM,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC;CAGlD"}
@@ -1,60 +0,0 @@
1
- /**
2
- * ExtensionService is the main class to work with extensions.
3
- */
4
- export class ExtensionService {
5
- /**
6
- * Static method for creating ExtensionService.
7
- * @param args Arguments for the constructor.
8
- */
9
- static create(...args: any[]): ExtensionService;
10
- /**
11
- * Get an array of resolved extensions (e.g. sorted by priority).
12
- * @param extensions Array of extensions.
13
- * @returns Array of resolved extensions.
14
- */
15
- static getResolvedExtensions(extensions: any): any;
16
- /**
17
- * Sort extensions by priority.
18
- * @param extensions Array of extensions.
19
- * @returns Array of sorted extensions by priority.
20
- */
21
- static sortByPriority(extensions: any): any;
22
- constructor(extensions: any, userExtensions: any, editor: any);
23
- editor: any;
24
- schema: import("prosemirror-model").Schema<string, string>;
25
- extensions: any;
26
- externalExtensions: any[];
27
- splittableMarks: any[];
28
- /**
29
- * Get all attributes defined in the extensions.
30
- * @returns Array of attributes.
31
- */
32
- get attributes(): import("./Attribute.js").ExtensionAttribute[];
33
- /**
34
- * Get all commands defined in the extensions.
35
- * @returns Object with commands (key - command name, value - function).
36
- */
37
- get commands(): {};
38
- /**
39
- * Get all helper methods defined in the extensions.
40
- * Each extension can define its own helper methods.
41
- * Example: editor.helpers.linkedStyles.getStyles()
42
- * @returns {Object} Object with helper methods for extensions.
43
- */
44
- get helpers(): any;
45
- /**
46
- * Get all PM plugins defined in the extensions.
47
- * And also keyboard shortcuts.
48
- * @returns Array of PM plugins.
49
- */
50
- get plugins(): any[];
51
- /**
52
- * Get all node views from the extensions.
53
- * @returns An object with all node views.
54
- */
55
- get nodeViews(): {
56
- [k: string]: any;
57
- };
58
- #private;
59
- }
60
- //# sourceMappingURL=ExtensionService.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExtensionService.d.ts","sourceRoot":"","sources":["../../../../src/core/ExtensionService.js"],"names":[],"mappings":"AAUA;;GAEG;AACH;IA4BE;;;OAGG;IACH,gDAEC;IAED;;;;OAIG;IACH,mDAGC;IAED;;;;OAIG;IACH,4CASC;IAjDD,+DAeC;IAzBD,YAAO;IAEP,2DAAO;IAEP,gBAAW;IAEX,0BAAwB;IAExB,uBAAqB;IAqDrB;;;OAGG;IACH,gEAEC;IAED;;;OAGG;IACH,mBAsBC;IAED;;;;;OAKG;IACH,mBAuBC;IAED;;;;OAIG;IACH,qBAuDC;IAED;;;OAGG;IACH;;MA4CC;;CA6DF"}
@@ -1,61 +0,0 @@
1
- export function isWordHtml(html: any): boolean;
2
- /**
3
- * Handle HTML paste events.
4
- *
5
- * @param {String} html The HTML string to be pasted.
6
- * @param {Editor} editor The editor instance.
7
- * @param {String} source HTML content source
8
- * @returns {Boolean} Returns true if the paste was handled.
9
- */
10
- export function handleHtmlPaste(html: string, editor: Editor, source: string): boolean;
11
- /**
12
- * Handle HTML content before it is inserted into the editor.
13
- * This function is used to clean and sanitize HTML content,
14
- * converting em units to pt and removing unnecessary tags.
15
- * @param {String} html The HTML string to be processed.
16
- * @param {Editor} editor The editor instance.
17
- * @returns {DocumentFragment} The processed HTML string.
18
- */
19
- export function htmlHandler(html: string, editor: Editor): DocumentFragment;
20
- /**
21
- * Cleans and sanitizes HTML content by removing unnecessary tags, entities, and extra whitespace.
22
- *
23
- * @param {String} html The HTML string to be processed.
24
- * @returns {String} The processed HTML string with em units converted to pt units.
25
- */
26
- export function cleanHtmlUnnecessaryTags(html: string): string;
27
- /**
28
- * Recursive function to sanitize HTML and remove forbidden tags.
29
- * @param {string} html The HTML string to be sanitized.
30
- * @param {string[]} forbiddenTags The list of forbidden tags to remove from the HTML.
31
- * @returns {DocumentFragment} The sanitized HTML as a DocumentFragment.
32
- */
33
- export function sanitizeHtml(html: string, forbiddenTags?: string[]): DocumentFragment;
34
- /**
35
- * Reusable paste-handling utility that replicates the logic formerly held only
36
- * inside the `inputRulesPlugin` paste handler. This allows other components
37
- * (e.g. slash-menu items) to invoke the same paste logic without duplicating
38
- * code.
39
- *
40
- * @param {Object} params
41
- * @param {Editor} params.editor The SuperEditor instance.
42
- * @param {View} params.view The ProseMirror view associated with the editor.
43
- * @param {String} html HTML clipboard content (may be empty).
44
- * @returns {Boolean} Whether the paste was handled.
45
- */
46
- export function handleClipboardPaste({ editor, view }: {
47
- editor: Editor;
48
- view: View;
49
- }, html: string): boolean;
50
- export class InputRule {
51
- constructor(config: any);
52
- match: any;
53
- handler: any;
54
- }
55
- export function inputRulesPlugin({ editor, rules }: {
56
- editor: any;
57
- rules: any;
58
- }): Plugin<any>;
59
- export function convertEmToPt(html: string): string;
60
- import { Plugin } from 'prosemirror-state';
61
- //# sourceMappingURL=InputRule.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputRule.d.ts","sourceRoot":"","sources":["../../../../src/core/InputRule.js"],"names":[],"mappings":"AAoOA,+CAIC;AAMD;;;;;;;GAOG;AACH,sDAJW,MAAM,2BAuDhB;AACD;;;;;;;GAOG;AACH,kDAHW,MAAM,GACJ,gBAAgB,CAM5B;AAgBD;;;;;GAKG;AACH,+DAOC;AAED;;;;;GAKG;AACH,mCAJW,MAAM,kBACN,MAAM,EAAE,GACN,gBAAgB,CAwB5B;AAED;;;;;;;;;;;GAWG;AACH,uDALG;IAAyB,MAAM,EAAvB,MAAM;IACW,IAAI,EAArB,IAAI;CACZ,yBAkCF;AAnZD;IAIE,yBAGC;IAND,WAAM;IACN,aAAQ;CAMT;AA4GM;;;gBAmGN;AA4FM,oDAMN;uBApUiC,mBAAmB"}
@@ -1,36 +0,0 @@
1
- import type { MaybeGetter } from './utilities/callOrGet.js';
2
- /**
3
- * Configuration for Mark extensions.
4
- */
5
- export interface MarkConfig<Options extends Record<string, unknown> = Record<string, never>, Storage extends Record<string, unknown> = Record<string, never>> {
6
- /** The unique name of the mark */
7
- name: string;
8
- /** Whether this mark is from an external package */
9
- isExternal?: boolean;
10
- /** Function to define mark options */
11
- addOptions?: MaybeGetter<Options>;
12
- /** Function to define mark storage */
13
- addStorage?: MaybeGetter<Storage>;
14
- /** Additional config fields - use with caution */
15
- [key: string]: unknown;
16
- }
17
- /**
18
- * Mark class is used to create Mark extensions.
19
- * @template Options - Type for mark options
20
- * @template Storage - Type for mark storage
21
- */
22
- export declare class Mark<Options extends Record<string, unknown> = Record<string, never>, Storage extends Record<string, unknown> = Record<string, never>> {
23
- type: "mark";
24
- name: string;
25
- options: Options;
26
- storage: Storage;
27
- isExternal: boolean;
28
- config: MarkConfig<Options, Storage>;
29
- constructor(config: MarkConfig<Options, Storage>);
30
- /**
31
- * Static method for creating Mark extension.
32
- * @param config Configuration for the mark.
33
- */
34
- static create<O extends Record<string, unknown> = Record<string, never>, S extends Record<string, unknown> = Record<string, never>>(config: MarkConfig<O, S>): Mark<O, S>;
35
- }
36
- //# sourceMappingURL=Mark.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Mark.d.ts","sourceRoot":"","sources":["../../../../src/core/Mark.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAG5D;;GAEG;AACH,MAAM,WAAW,UAAU,CACzB,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAC/D,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC;IAE/D,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IAEb,oDAAoD;IACpD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,sCAAsC;IACtC,UAAU,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAElC,sCAAsC;IACtC,UAAU,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAElC,kDAAkD;IAClD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED;;;;GAIG;AACH,qBAAa,IAAI,CACf,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAC/D,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC;IAE/D,IAAI,EAAG,MAAM,CAAU;IAEvB,IAAI,EAAE,MAAM,CAAU;IAEtB,OAAO,EAAE,OAAO,CAAC;IAEjB,OAAO,EAAE,OAAO,CAAC;IAEjB,UAAU,EAAE,OAAO,CAAC;IAEpB,MAAM,EAAE,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAEzB,MAAM,EAAE,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC;IA6BhD;;;OAGG;IACH,MAAM,CAAC,MAAM,CACX,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EACzD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EACzD,MAAM,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC;CAGxC"}