@harbour-enterprises/superdoc 1.0.0-beta.1 → 1.0.0-beta.3

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 (1714) hide show
  1. package/README.md +16 -0
  2. package/dist/chunks/{PdfViewer-2trl719d.es.js → PdfViewer-CKzs9Ct5.es.js} +3 -3
  3. package/dist/chunks/{PdfViewer-C4ilYw1S.cjs → PdfViewer-CxHbcDGx.cjs} +2 -2
  4. package/dist/chunks/{eventemitter3-BZXKb7j7.es.js → eventemitter3-ByBH0NYV.es.js} +1 -1
  5. package/dist/chunks/{index-tvya7CfE-DF5ylbKU.cjs → index-CJUy3fVi-BGLfCP5B.cjs} +1 -1
  6. package/dist/chunks/{index-tvya7CfE-CGwoeCGp.es.js → index-CJUy3fVi-D8zt9F3Z.es.js} +1 -1
  7. package/dist/chunks/{index-CEA-d7Y_.cjs → index-Dp3rVMnX.cjs} +203 -63
  8. package/dist/chunks/{index-DLOjOQRL.es.js → index-DukSDI8_.es.js} +206 -66
  9. package/dist/chunks/{jszip-Duxs2YMV.es.js → jszip-BwsONqK5.es.js} +1 -1
  10. package/dist/chunks/{super-editor.es-CtZI-Vuw.es.js → super-editor.es-BRKZG90h.es.js} +34907 -20488
  11. package/dist/chunks/{super-editor.es-DvdAXVMu.cjs → super-editor.es-CDiTp9Fe.cjs} +34905 -20486
  12. package/dist/chunks/{vue-B5QAf5pA.es.js → vue-CztqUvm1.es.js} +17 -17
  13. package/dist/chunks/xml-js-BZPSMmVo.es.js +2 -0
  14. package/dist/packages/superdoc/src/components/CommentsLayer/comment-schemas.d.ts +10 -10
  15. package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts +5 -5
  16. package/dist/packages/superdoc/src/components/CommentsLayer/commentsList/super-comments-list.d.ts.map +1 -1
  17. package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts +4 -4
  18. package/dist/packages/superdoc/src/components/CommentsLayer/types.d.ts.map +1 -1
  19. package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts +1 -1
  20. package/dist/packages/superdoc/src/components/CommentsLayer/use-comment.d.ts.map +1 -1
  21. package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts +3 -3
  22. package/dist/packages/superdoc/src/components/CommentsLayer/use-conversation.d.ts.map +1 -1
  23. package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts +20 -10
  24. package/dist/packages/superdoc/src/components/PdfViewer/pdf/pdf-adapter.d.ts.map +1 -1
  25. package/dist/packages/superdoc/src/composables/use-ai.d.ts +2 -2
  26. package/dist/packages/superdoc/src/composables/use-ai.d.ts.map +1 -1
  27. package/dist/packages/superdoc/src/composables/use-document.d.ts +6 -4
  28. package/dist/packages/superdoc/src/composables/use-document.d.ts.map +1 -1
  29. package/dist/packages/superdoc/src/composables/use-selected-text.d.ts +1 -1
  30. package/dist/packages/superdoc/src/composables/use-selected-text.d.ts.map +1 -1
  31. package/dist/packages/superdoc/src/core/SuperDoc.d.ts +146 -87
  32. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  33. package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts +4 -4
  34. package/dist/packages/superdoc/src/core/collaboration/collaboration.d.ts.map +1 -1
  35. package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts +4 -4
  36. package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -1
  37. package/dist/packages/superdoc/src/core/collaboration/permissions.d.ts +5 -5
  38. package/dist/packages/superdoc/src/core/create-app.d.ts +1 -1
  39. package/dist/packages/superdoc/src/core/create-app.d.ts.map +1 -1
  40. package/dist/packages/superdoc/src/core/helpers/file.d.ts +10 -10
  41. package/dist/packages/superdoc/src/core/helpers/file.d.ts.map +1 -1
  42. package/dist/packages/superdoc/src/core/types/index.d.ts +179 -151
  43. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  44. package/dist/packages/superdoc/src/stores/comments-store.d.ts +57 -57
  45. package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
  46. package/dist/packages/superdoc/src/stores/superdoc-store.d.ts +207 -207
  47. package/dist/style.css +137 -151
  48. package/dist/super-editor/ai-writer.es.js +2 -2
  49. package/dist/super-editor/chunks/{converter-CxQmuaq-.js → converter-B9YfBdcc.js} +333 -240
  50. package/dist/super-editor/chunks/{docx-zipper-BOUAmGYe.js → docx-zipper-V16OzZ7a.js} +1 -1
  51. package/dist/super-editor/chunks/{editor-OEgrlSXo.js → editor-DlvlVSbc.js} +34143 -20141
  52. package/dist/super-editor/chunks/{index-tvya7CfE.js → index-CJUy3fVi.js} +1 -1
  53. package/dist/super-editor/chunks/{toolbar-D_8gl9oa.js → toolbar-cNDvtryE.js} +11 -12
  54. package/dist/super-editor/converter.es.js +2 -2
  55. package/dist/super-editor/docx-zipper.es.js +2 -2
  56. package/dist/super-editor/editor.es.js +3 -3
  57. package/dist/super-editor/file-zipper.es.js +1 -1
  58. package/dist/super-editor/style.css +110 -109
  59. package/dist/super-editor/super-editor.es.js +912 -301
  60. package/dist/super-editor/toolbar.es.js +2 -2
  61. package/dist/super-editor.cjs +4 -3
  62. package/dist/super-editor.es.js +3 -2
  63. package/dist/superdoc.cjs +2 -2
  64. package/dist/superdoc.es.js +2 -2
  65. package/dist/superdoc.umd.js +30147 -15867
  66. package/dist/superdoc.umd.js.map +1 -1
  67. package/package.json +1 -1
  68. package/dist/chunks/xml-js-CVyfrKaV.es.js +0 -2
  69. package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts +0 -25
  70. package/dist/super-editor/super-editor/src/components/cursor-helpers.d.ts.map +0 -1
  71. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts +0 -9
  72. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts.map +0 -1
  73. package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts +0 -72
  74. package/dist/super-editor/super-editor/src/components/slash-menu/constants.d.ts.map +0 -1
  75. package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts +0 -9
  76. package/dist/super-editor/super-editor/src/components/slash-menu/menuItems.d.ts.map +0 -1
  77. package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts +0 -461
  78. package/dist/super-editor/super-editor/src/components/slash-menu/tests/testHelpers.d.ts.map +0 -1
  79. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts +0 -17
  80. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +0 -1
  81. package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts +0 -77
  82. package/dist/super-editor/super-editor/src/components/toolbar/ai-helpers.d.ts.map +0 -1
  83. package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts +0 -15
  84. package/dist/super-editor/super-editor/src/components/toolbar/color-dropdown-helpers.d.ts.map +0 -1
  85. package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts +0 -19
  86. package/dist/super-editor/super-editor/src/components/toolbar/constants.d.ts.map +0 -1
  87. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts +0 -7
  88. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +0 -1
  89. package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts +0 -6
  90. package/dist/super-editor/super-editor/src/components/toolbar/format-negation.d.ts.map +0 -1
  91. package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts +0 -6
  92. package/dist/super-editor/super-editor/src/components/toolbar/helpers.d.ts.map +0 -1
  93. package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts +0 -5
  94. package/dist/super-editor/super-editor/src/components/toolbar/scroll-helpers.d.ts.map +0 -1
  95. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts +0 -507
  96. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +0 -1
  97. package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts +0 -62
  98. package/dist/super-editor/super-editor/src/components/toolbar/toolbarIcons.d.ts.map +0 -1
  99. package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts +0 -54
  100. package/dist/super-editor/super-editor/src/components/toolbar/toolbarTexts.d.ts.map +0 -1
  101. package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts +0 -46
  102. package/dist/super-editor/super-editor/src/components/toolbar/use-toolbar-item.d.ts.map +0 -1
  103. package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts +0 -5
  104. package/dist/super-editor/super-editor/src/composables/use-high-contrast-mode.d.ts.map +0 -1
  105. package/dist/super-editor/super-editor/src/core/Attribute.d.ts +0 -126
  106. package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +0 -1
  107. package/dist/super-editor/super-editor/src/core/CommandService.d.ts +0 -64
  108. package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +0 -1
  109. package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts +0 -63
  110. package/dist/super-editor/super-editor/src/core/DocxZipper.d.ts.map +0 -1
  111. package/dist/super-editor/super-editor/src/core/Editor.d.ts +0 -391
  112. package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +0 -1
  113. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +0 -49
  114. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +0 -1
  115. package/dist/super-editor/super-editor/src/core/Extension.d.ts +0 -33
  116. package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +0 -1
  117. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +0 -60
  118. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +0 -1
  119. package/dist/super-editor/super-editor/src/core/InputRule.d.ts +0 -61
  120. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +0 -1
  121. package/dist/super-editor/super-editor/src/core/Mark.d.ts +0 -36
  122. package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +0 -1
  123. package/dist/super-editor/super-editor/src/core/Node.d.ts +0 -92
  124. package/dist/super-editor/super-editor/src/core/Node.d.ts.map +0 -1
  125. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +0 -27
  126. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +0 -1
  127. package/dist/super-editor/super-editor/src/core/Schema.d.ts +0 -34
  128. package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +0 -1
  129. package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts +0 -3
  130. package/dist/super-editor/super-editor/src/core/child-editor/child-editor.d.ts.map +0 -1
  131. package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts +0 -2
  132. package/dist/super-editor/super-editor/src/core/child-editor/index.d.ts.map +0 -1
  133. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +0 -3
  134. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts.map +0 -1
  135. package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts +0 -5
  136. package/dist/super-editor/super-editor/src/core/commands/__tests__/testHelpers.d.ts.map +0 -1
  137. package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts +0 -3
  138. package/dist/super-editor/super-editor/src/core/commands/__tests__/testSchema.d.ts.map +0 -1
  139. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +0 -15
  140. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +0 -1
  141. package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts +0 -6
  142. package/dist/super-editor/super-editor/src/core/commands/clearNodes.d.ts.map +0 -1
  143. package/dist/super-editor/super-editor/src/core/commands/command.d.ts +0 -2
  144. package/dist/super-editor/super-editor/src/core/commands/command.d.ts.map +0 -1
  145. package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts +0 -5
  146. package/dist/super-editor/super-editor/src/core/commands/createParagraphNear.d.ts.map +0 -1
  147. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +0 -2
  148. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +0 -1
  149. package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts +0 -6
  150. package/dist/super-editor/super-editor/src/core/commands/deleteSelection.d.ts.map +0 -1
  151. package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts +0 -5
  152. package/dist/super-editor/super-editor/src/core/commands/exitCode.d.ts.map +0 -1
  153. package/dist/super-editor/super-editor/src/core/commands/first.d.ts +0 -2
  154. package/dist/super-editor/super-editor/src/core/commands/first.d.ts.map +0 -1
  155. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +0 -2
  156. package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts.map +0 -1
  157. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +0 -6
  158. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +0 -1
  159. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +0 -44
  160. package/dist/super-editor/super-editor/src/core/commands/index.d.ts.map +0 -1
  161. package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts +0 -5
  162. package/dist/super-editor/super-editor/src/core/commands/insertContent.d.ts.map +0 -1
  163. package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts +0 -9
  164. package/dist/super-editor/super-editor/src/core/commands/insertContentAt.d.ts.map +0 -1
  165. package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts +0 -4
  166. package/dist/super-editor/super-editor/src/core/commands/insertTabChar.d.ts.map +0 -1
  167. package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts +0 -11
  168. package/dist/super-editor/super-editor/src/core/commands/insertTabNode.d.ts.map +0 -1
  169. package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts +0 -5
  170. package/dist/super-editor/super-editor/src/core/commands/joinBackward.d.ts.map +0 -1
  171. package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts +0 -5
  172. package/dist/super-editor/super-editor/src/core/commands/joinDown.d.ts.map +0 -1
  173. package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts +0 -5
  174. package/dist/super-editor/super-editor/src/core/commands/joinForward.d.ts.map +0 -1
  175. package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts +0 -5
  176. package/dist/super-editor/super-editor/src/core/commands/joinUp.d.ts.map +0 -1
  177. package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts +0 -5
  178. package/dist/super-editor/super-editor/src/core/commands/liftEmptyBlock.d.ts.map +0 -1
  179. package/dist/super-editor/super-editor/src/core/commands/lineHeight.d.ts +0 -7
  180. package/dist/super-editor/super-editor/src/core/commands/lineHeight.d.ts.map +0 -1
  181. package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts +0 -2
  182. package/dist/super-editor/super-editor/src/core/commands/list-helpers/find-node-position.d.ts.map +0 -1
  183. package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts +0 -3
  184. package/dist/super-editor/super-editor/src/core/commands/list-helpers/index.d.ts.map +0 -1
  185. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +0 -2
  186. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +0 -1
  187. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +0 -3
  188. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +0 -1
  189. package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts +0 -127
  190. package/dist/super-editor/super-editor/src/core/commands/list-helpers/test-helpers.d.ts.map +0 -1
  191. package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts +0 -5
  192. package/dist/super-editor/super-editor/src/core/commands/newlineInCode.d.ts.map +0 -1
  193. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +0 -4
  194. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +0 -1
  195. package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts +0 -6
  196. package/dist/super-editor/super-editor/src/core/commands/resetAttributes.d.ts.map +0 -1
  197. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +0 -7
  198. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +0 -1
  199. package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts +0 -6
  200. package/dist/super-editor/super-editor/src/core/commands/restoreSelection.d.ts.map +0 -1
  201. package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts +0 -5
  202. package/dist/super-editor/super-editor/src/core/commands/selectAll.d.ts.map +0 -1
  203. package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts +0 -5
  204. package/dist/super-editor/super-editor/src/core/commands/selectNodeBackward.d.ts.map +0 -1
  205. package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts +0 -5
  206. package/dist/super-editor/super-editor/src/core/commands/selectNodeForward.d.ts.map +0 -1
  207. package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts +0 -5
  208. package/dist/super-editor/super-editor/src/core/commands/selectTextblockEnd.d.ts.map +0 -1
  209. package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts +0 -5
  210. package/dist/super-editor/super-editor/src/core/commands/selectTextblockStart.d.ts.map +0 -1
  211. package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts +0 -7
  212. package/dist/super-editor/super-editor/src/core/commands/setMark.d.ts.map +0 -1
  213. package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts +0 -4
  214. package/dist/super-editor/super-editor/src/core/commands/setMeta.d.ts.map +0 -1
  215. package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts +0 -6
  216. package/dist/super-editor/super-editor/src/core/commands/setNode.d.ts.map +0 -1
  217. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +0 -5
  218. package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts.map +0 -1
  219. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +0 -5
  220. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +0 -1
  221. package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts +0 -8
  222. package/dist/super-editor/super-editor/src/core/commands/tests/commandTestUtils.d.ts.map +0 -1
  223. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +0 -3
  224. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts.map +0 -1
  225. package/dist/super-editor/super-editor/src/core/commands/textIndent.d.ts +0 -5
  226. package/dist/super-editor/super-editor/src/core/commands/textIndent.d.ts.map +0 -1
  227. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +0 -7
  228. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +0 -1
  229. package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts +0 -5
  230. package/dist/super-editor/super-editor/src/core/commands/toggleMark.d.ts.map +0 -1
  231. package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts +0 -43
  232. package/dist/super-editor/super-editor/src/core/commands/toggleMarkCascade.d.ts.map +0 -1
  233. package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts +0 -5
  234. package/dist/super-editor/super-editor/src/core/commands/toggleNode.d.ts.map +0 -1
  235. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +0 -12
  236. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +0 -1
  237. package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts +0 -5
  238. package/dist/super-editor/super-editor/src/core/commands/undoInputRule.d.ts.map +0 -1
  239. package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts +0 -6
  240. package/dist/super-editor/super-editor/src/core/commands/unsetAllMarks.d.ts.map +0 -1
  241. package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts +0 -7
  242. package/dist/super-editor/super-editor/src/core/commands/unsetMark.d.ts.map +0 -1
  243. package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts +0 -6
  244. package/dist/super-editor/super-editor/src/core/commands/updateAttributes.d.ts.map +0 -1
  245. package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts +0 -28
  246. package/dist/super-editor/super-editor/src/core/encoding-helpers.d.ts.map +0 -1
  247. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +0 -3
  248. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +0 -1
  249. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +0 -3
  250. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +0 -1
  251. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +0 -7
  252. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +0 -1
  253. package/dist/super-editor/super-editor/src/core/extensions/index.d.ts +0 -5
  254. package/dist/super-editor/super-editor/src/core/extensions/index.d.ts.map +0 -1
  255. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +0 -10
  256. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +0 -1
  257. package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts +0 -21
  258. package/dist/super-editor/super-editor/src/core/helpers/ErrorWithDetails.d.ts.map +0 -1
  259. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +0 -53
  260. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +0 -1
  261. package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts +0 -444
  262. package/dist/super-editor/super-editor/src/core/helpers/baseListDefinitions.d.ts.map +0 -1
  263. package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts +0 -13
  264. package/dist/super-editor/super-editor/src/core/helpers/canRenderFont.d.ts.map +0 -1
  265. package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts +0 -9
  266. package/dist/super-editor/super-editor/src/core/helpers/chainableEditorState.d.ts.map +0 -1
  267. package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts +0 -9
  268. package/dist/super-editor/super-editor/src/core/helpers/cleanSchemaItem.d.ts.map +0 -1
  269. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +0 -14
  270. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts.map +0 -1
  271. package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts +0 -11
  272. package/dist/super-editor/super-editor/src/core/helpers/createDocument.d.ts.map +0 -1
  273. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +0 -3
  274. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +0 -1
  275. package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts +0 -9
  276. package/dist/super-editor/super-editor/src/core/helpers/defaultBlockAt.d.ts.map +0 -1
  277. package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts +0 -8
  278. package/dist/super-editor/super-editor/src/core/helpers/findChildren.d.ts.map +0 -1
  279. package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts +0 -2
  280. package/dist/super-editor/super-editor/src/core/helpers/findMark.d.ts.map +0 -1
  281. package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts +0 -3
  282. package/dist/super-editor/super-editor/src/core/helpers/findParentNode.d.ts.map +0 -1
  283. package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts +0 -20
  284. package/dist/super-editor/super-editor/src/core/helpers/findParentNodeClosestToPos.d.ts.map +0 -1
  285. package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts +0 -5
  286. package/dist/super-editor/super-editor/src/core/helpers/findWordBounds.d.ts.map +0 -1
  287. package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts +0 -35
  288. package/dist/super-editor/super-editor/src/core/helpers/generateDocxListAttributes.d.ts.map +0 -1
  289. package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts +0 -12
  290. package/dist/super-editor/super-editor/src/core/helpers/generateDocxRandomId.d.ts.map +0 -1
  291. package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts +0 -5
  292. package/dist/super-editor/super-editor/src/core/helpers/getActiveFormatting.d.ts.map +0 -1
  293. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +0 -16
  294. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +0 -1
  295. package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts +0 -2
  296. package/dist/super-editor/super-editor/src/core/helpers/getHTMLFromFragment.d.ts.map +0 -1
  297. package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts +0 -9
  298. package/dist/super-editor/super-editor/src/core/helpers/getMarkRange.d.ts.map +0 -1
  299. package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts +0 -8
  300. package/dist/super-editor/super-editor/src/core/helpers/getMarkType.d.ts.map +0 -1
  301. package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts +0 -2
  302. package/dist/super-editor/super-editor/src/core/helpers/getMarksBetween.d.ts.map +0 -1
  303. package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts +0 -2
  304. package/dist/super-editor/super-editor/src/core/helpers/getMarksFromSelection.d.ts.map +0 -1
  305. package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts +0 -8
  306. package/dist/super-editor/super-editor/src/core/helpers/getNodeType.d.ts.map +0 -1
  307. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts +0 -8
  308. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeByName.d.ts.map +0 -1
  309. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts +0 -8
  310. package/dist/super-editor/super-editor/src/core/helpers/getSchemaTypeNameByName.d.ts.map +0 -1
  311. package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts +0 -2
  312. package/dist/super-editor/super-editor/src/core/helpers/getTextContentFromNodes.d.ts.map +0 -1
  313. package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts +0 -9
  314. package/dist/super-editor/super-editor/src/core/helpers/htmlSanitizer.d.ts.map +0 -1
  315. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +0 -9
  316. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +0 -1
  317. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +0 -15
  318. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts.map +0 -1
  319. package/dist/super-editor/super-editor/src/core/helpers/index.d.ts +0 -31
  320. package/dist/super-editor/super-editor/src/core/helpers/index.d.ts.map +0 -1
  321. package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts +0 -9
  322. package/dist/super-editor/super-editor/src/core/helpers/isActive.d.ts.map +0 -1
  323. package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts +0 -2
  324. package/dist/super-editor/super-editor/src/core/helpers/isExtentionRulesEnabled.d.ts.map +0 -1
  325. package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts +0 -2
  326. package/dist/super-editor/super-editor/src/core/helpers/isInTable.d.ts.map +0 -1
  327. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +0 -2
  328. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +0 -1
  329. package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts +0 -9
  330. package/dist/super-editor/super-editor/src/core/helpers/isMarkActive.d.ts.map +0 -1
  331. package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts +0 -9
  332. package/dist/super-editor/super-editor/src/core/helpers/isNodeActive.d.ts.map +0 -1
  333. package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts +0 -2
  334. package/dist/super-editor/super-editor/src/core/helpers/isTextSelection.d.ts.map +0 -1
  335. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +0 -72
  336. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +0 -1
  337. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts +0 -8
  338. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +0 -1
  339. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +0 -11
  340. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +0 -1
  341. package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts +0 -21
  342. package/dist/super-editor/super-editor/src/core/helpers/posToDOMRect.d.ts.map +0 -1
  343. package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts +0 -3
  344. package/dist/super-editor/super-editor/src/core/helpers/rangeUtils.d.ts.map +0 -1
  345. package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts +0 -2
  346. package/dist/super-editor/super-editor/src/core/helpers/selectionToInsertionEnd.d.ts.map +0 -1
  347. package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts +0 -2
  348. package/dist/super-editor/super-editor/src/core/helpers/setImageNodeSelection.d.ts.map +0 -1
  349. package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts +0 -2
  350. package/dist/super-editor/super-editor/src/core/helpers/setWordSelection.d.ts.map +0 -1
  351. package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts +0 -2
  352. package/dist/super-editor/super-editor/src/core/helpers/updateDOMAttributes.d.ts.map +0 -1
  353. package/dist/super-editor/super-editor/src/core/index.d.ts +0 -19
  354. package/dist/super-editor/super-editor/src/core/index.d.ts.map +0 -1
  355. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts +0 -3
  356. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +0 -1
  357. package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts +0 -2
  358. package/dist/super-editor/super-editor/src/core/inputRules/google-docs-paste/google-docs-paste.d.ts.map +0 -1
  359. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +0 -19
  360. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +0 -1
  361. package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts +0 -4
  362. package/dist/super-editor/super-editor/src/core/inputRules/html/transform-copied-lists.d.ts.map +0 -1
  363. package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts +0 -9
  364. package/dist/super-editor/super-editor/src/core/inputRules/wrappingInputRule.d.ts.map +0 -1
  365. package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts +0 -3
  366. package/dist/super-editor/super-editor/src/core/migrations/0.14-listsv2/listsv2migration.d.ts.map +0 -1
  367. package/dist/super-editor/super-editor/src/core/migrations/index.d.ts +0 -2
  368. package/dist/super-editor/super-editor/src/core/migrations/index.d.ts.map +0 -1
  369. package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts +0 -2
  370. package/dist/super-editor/super-editor/src/core/migrations/migration_after_0_4_14.d.ts.map +0 -1
  371. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts +0 -4
  372. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts.map +0 -1
  373. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts +0 -193
  374. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +0 -1
  375. package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts +0 -4
  376. package/dist/super-editor/super-editor/src/core/super-converter/constants.d.ts.map +0 -1
  377. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts +0 -9
  378. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/document-rels.d.ts.map +0 -1
  379. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts +0 -6
  380. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-constants.d.ts.map +0 -1
  381. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts +0 -9
  382. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/docx-helpers.d.ts.map +0 -1
  383. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +0 -2
  384. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts.map +0 -1
  385. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts +0 -4
  386. package/dist/super-editor/super-editor/src/core/super-converter/docx-helpers/index.d.ts.map +0 -1
  387. package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts +0 -7
  388. package/dist/super-editor/super-editor/src/core/super-converter/export-helpers/pre-process-vertical-merge-cells.d.ts.map +0 -1
  389. package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts +0 -924
  390. package/dist/super-editor/super-editor/src/core/super-converter/exporter-docx-defs.d.ts.map +0 -1
  391. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +0 -144
  392. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +0 -1
  393. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts +0 -10
  394. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/hyperlink-preprocessor.d.ts.map +0 -1
  395. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts +0 -3
  396. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/index.d.ts.map +0 -1
  397. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts +0 -8
  398. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/num-pages-preprocessor.d.ts.map +0 -1
  399. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts +0 -8
  400. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-preprocessor.d.ts.map +0 -1
  401. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts +0 -9
  402. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/page-ref-preprocessor.d.ts.map +0 -1
  403. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts +0 -9
  404. package/dist/super-editor/super-editor/src/core/super-converter/field-references/fld-preprocessors/toc-preprocessor.d.ts.map +0 -1
  405. package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts +0 -2
  406. package/dist/super-editor/super-editor/src/core/super-converter/field-references/index.d.ts.map +0 -1
  407. package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts +0 -22
  408. package/dist/super-editor/super-editor/src/core/super-converter/field-references/preProcessNodesForFldChar.d.ts.map +0 -1
  409. package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts +0 -3
  410. package/dist/super-editor/super-editor/src/core/super-converter/helpers/mediaHelpers.d.ts.map +0 -1
  411. package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts +0 -25
  412. package/dist/super-editor/super-editor/src/core/super-converter/helpers/tableFallbackHelpers.d.ts.map +0 -1
  413. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +0 -70
  414. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +0 -1
  415. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts +0 -3
  416. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts.map +0 -1
  417. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +0 -72
  418. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +0 -1
  419. package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts +0 -4
  420. package/dist/super-editor/super-editor/src/core/super-converter/types.d.ts.map +0 -1
  421. package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts +0 -13
  422. package/dist/super-editor/super-editor/src/core/super-converter/v2/docxHelper.d.ts.map +0 -1
  423. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts +0 -17
  424. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/commentsExporter.d.ts.map +0 -1
  425. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts +0 -444
  426. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/base-list.definitions.d.ts.map +0 -1
  427. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts +0 -3
  428. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/index.d.ts.map +0 -1
  429. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts +0 -8
  430. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/helpers/translateChildNodes.d.ts.map +0 -1
  431. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts +0 -2
  432. package/dist/super-editor/super-editor/src/core/super-converter/v2/exporter/index.d.ts.map +0 -1
  433. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts +0 -5
  434. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/alternateChoiceImporter.d.ts.map +0 -1
  435. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts +0 -9
  436. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +0 -1
  437. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +0 -7
  438. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts.map +0 -1
  439. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +0 -14
  440. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts.map +0 -1
  441. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +0 -7
  442. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts.map +0 -1
  443. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts +0 -18
  444. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/documentCommentsImporter.d.ts.map +0 -1
  445. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +0 -73
  446. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +0 -1
  447. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +0 -5
  448. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +0 -1
  449. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts +0 -3
  450. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/ignoredNodes.d.ts.map +0 -1
  451. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +0 -10
  452. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts.map +0 -1
  453. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts +0 -25
  454. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/importerHelpers.d.ts.map +0 -1
  455. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts +0 -3
  456. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/index.d.ts.map +0 -1
  457. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts +0 -7
  458. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/lineBreakImporter.d.ts.map +0 -1
  459. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +0 -23
  460. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +0 -1
  461. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +0 -43
  462. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +0 -1
  463. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts +0 -2
  464. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/mergeTextNodes.d.ts.map +0 -1
  465. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts +0 -38
  466. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/numberingCache.d.ts.map +0 -1
  467. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts +0 -5
  468. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pageReferenceImporter.d.ts.map +0 -1
  469. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +0 -7
  470. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +0 -1
  471. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts +0 -9
  472. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/pictNodeImporter.d.ts.map +0 -1
  473. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +0 -9
  474. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts.map +0 -1
  475. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts +0 -9
  476. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/sdtNodeImporter.d.ts.map +0 -1
  477. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts +0 -9
  478. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/standardNodeImporter.d.ts.map +0 -1
  479. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts +0 -6
  480. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tabImporter.d.ts.map +0 -1
  481. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +0 -5
  482. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts.map +0 -1
  483. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts +0 -5
  484. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableOfContentsImporter.d.ts.map +0 -1
  485. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts +0 -9
  486. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/textNodeImporter.d.ts.map +0 -1
  487. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts +0 -14
  488. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +0 -1
  489. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +0 -84
  490. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/types/index.d.ts.map +0 -1
  491. package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts +0 -15
  492. package/dist/super-editor/super-editor/src/core/super-converter/v2/types/index.d.ts.map +0 -1
  493. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +0 -2
  494. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts.map +0 -1
  495. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +0 -2
  496. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts.map +0 -1
  497. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts +0 -2
  498. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/helpers.d.ts.map +0 -1
  499. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts +0 -4
  500. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +0 -1
  501. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts +0 -18
  502. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts.map +0 -1
  503. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts +0 -2
  504. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/index.d.ts.map +0 -1
  505. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts +0 -8
  506. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts.map +0 -1
  507. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts +0 -2
  508. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts.map +0 -1
  509. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts +0 -2
  510. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/index.d.ts.map +0 -1
  511. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts +0 -8
  512. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/pageReference/pageReference-translator.d.ts.map +0 -1
  513. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts +0 -2
  514. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/index.d.ts.map +0 -1
  515. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts +0 -11
  516. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/tableOfContents/tableOfContents-translator.d.ts.map +0 -1
  517. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts +0 -2
  518. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts.map +0 -1
  519. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts +0 -8
  520. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts.map +0 -1
  521. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts +0 -2
  522. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/types/index.d.ts.map +0 -1
  523. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +0 -81
  524. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +0 -1
  525. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +0 -7
  526. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +0 -1
  527. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +0 -2
  528. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +0 -1
  529. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +0 -7
  530. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +0 -1
  531. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +0 -2
  532. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +0 -1
  533. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +0 -7
  534. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +0 -1
  535. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +0 -2
  536. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +0 -1
  537. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +0 -7
  538. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +0 -1
  539. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts +0 -2
  540. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts.map +0 -1
  541. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +0 -7
  542. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +0 -1
  543. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +0 -2
  544. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +0 -1
  545. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +0 -7
  546. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +0 -1
  547. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +0 -2
  548. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +0 -1
  549. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +0 -7
  550. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +0 -1
  551. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +0 -2
  552. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +0 -1
  553. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +0 -7
  554. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +0 -1
  555. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +0 -2
  556. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +0 -1
  557. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +0 -7
  558. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts.map +0 -1
  559. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +0 -2
  560. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts.map +0 -1
  561. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +0 -3
  562. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts.map +0 -1
  563. 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
  564. 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
  565. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +0 -5
  566. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts.map +0 -1
  567. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +0 -8
  568. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts.map +0 -1
  569. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +0 -2
  570. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts.map +0 -1
  571. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +0 -3
  572. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts.map +0 -1
  573. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +0 -5
  574. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts.map +0 -1
  575. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +0 -5
  576. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts.map +0 -1
  577. 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
  578. 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
  579. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +0 -5
  580. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts.map +0 -1
  581. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +0 -5
  582. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts.map +0 -1
  583. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +0 -8
  584. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts.map +0 -1
  585. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +0 -2
  586. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts.map +0 -1
  587. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +0 -7
  588. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts.map +0 -1
  589. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +0 -3
  590. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts.map +0 -1
  591. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +0 -7
  592. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts.map +0 -1
  593. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +0 -3
  594. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts.map +0 -1
  595. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +0 -5
  596. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts.map +0 -1
  597. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +0 -5
  598. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts.map +0 -1
  599. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts +0 -8
  600. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/br-translator.d.ts.map +0 -1
  601. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts +0 -2
  602. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/br/index.d.ts.map +0 -1
  603. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts +0 -7
  604. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/cantSplit-translator.d.ts.map +0 -1
  605. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts +0 -2
  606. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cantSplit/index.d.ts.map +0 -1
  607. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +0 -7
  608. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +0 -1
  609. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts +0 -8
  610. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/cnfStyle-translator.d.ts.map +0 -1
  611. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts +0 -2
  612. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/cnfStyle/index.d.ts.map +0 -1
  613. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +0 -7
  614. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +0 -1
  615. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts +0 -2
  616. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/index.d.ts.map +0 -1
  617. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts +0 -4
  618. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/attributes/w-id.d.ts.map +0 -1
  619. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts +0 -4
  620. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/comment-range-translator.d.ts.map +0 -1
  621. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts +0 -2
  622. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/commentRange/index.d.ts.map +0 -1
  623. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +0 -7
  624. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +0 -1
  625. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +0 -2
  626. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +0 -1
  627. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts +0 -8
  628. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/del-translator.d.ts.map +0 -1
  629. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts +0 -2
  630. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/del/index.d.ts.map +0 -1
  631. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts +0 -7
  632. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/divId-translator.d.ts.map +0 -1
  633. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts +0 -2
  634. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/divId/index.d.ts.map +0 -1
  635. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +0 -7
  636. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts.map +0 -1
  637. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +0 -2
  638. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts.map +0 -1
  639. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +0 -7
  640. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +0 -1
  641. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +0 -7
  642. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts.map +0 -1
  643. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +0 -3
  644. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts.map +0 -1
  645. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +0 -7
  646. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts.map +0 -1
  647. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +0 -7
  648. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +0 -1
  649. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +0 -2
  650. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +0 -1
  651. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts +0 -7
  652. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/gridAfter-translator.d.ts.map +0 -1
  653. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts +0 -2
  654. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridAfter/index.d.ts.map +0 -1
  655. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts +0 -7
  656. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/gridBefore-translator.d.ts.map +0 -1
  657. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts +0 -2
  658. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridBefore/index.d.ts.map +0 -1
  659. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +0 -7
  660. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts.map +0 -1
  661. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +0 -2
  662. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts.map +0 -1
  663. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts +0 -7
  664. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/gridSpan-translator.d.ts.map +0 -1
  665. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts +0 -2
  666. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/gridSpan/index.d.ts.map +0 -1
  667. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts +0 -7
  668. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/header-translator.d.ts.map +0 -1
  669. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts +0 -2
  670. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/header/index.d.ts.map +0 -1
  671. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +0 -6
  672. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +0 -1
  673. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts +0 -2
  674. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/index.d.ts.map +0 -1
  675. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts +0 -7
  676. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/hidden-translator.d.ts.map +0 -1
  677. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts +0 -2
  678. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hidden/index.d.ts.map +0 -1
  679. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts +0 -7
  680. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/hideMark-translator.d.ts.map +0 -1
  681. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts +0 -2
  682. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hideMark/index.d.ts.map +0 -1
  683. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +0 -3
  684. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts.map +0 -1
  685. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +0 -5
  686. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts.map +0 -1
  687. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +0 -5
  688. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts.map +0 -1
  689. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +0 -8
  690. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts.map +0 -1
  691. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +0 -2
  692. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts.map +0 -1
  693. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +0 -7
  694. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +0 -1
  695. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +0 -7
  696. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +0 -1
  697. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +0 -2
  698. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +0 -1
  699. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +0 -7
  700. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +0 -1
  701. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +0 -2
  702. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +0 -1
  703. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts +0 -2
  704. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/index.d.ts.map +0 -1
  705. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts +0 -8
  706. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ins/ins-translator.d.ts.map +0 -1
  707. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +0 -2
  708. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts.map +0 -1
  709. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +0 -7
  710. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts.map +0 -1
  711. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +0 -2
  712. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts.map +0 -1
  713. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +0 -7
  714. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts.map +0 -1
  715. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts +0 -2
  716. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/index.d.ts.map +0 -1
  717. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts +0 -7
  718. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/jc/jc-translator.d.ts.map +0 -1
  719. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +0 -2
  720. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +0 -1
  721. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +0 -7
  722. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +0 -1
  723. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +0 -2
  724. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +0 -1
  725. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +0 -7
  726. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +0 -1
  727. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +0 -2
  728. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +0 -1
  729. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +0 -7
  730. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +0 -1
  731. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +0 -2
  732. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +0 -1
  733. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +0 -7
  734. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +0 -1
  735. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +0 -3
  736. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts.map +0 -1
  737. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +0 -7
  738. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts.map +0 -1
  739. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +0 -7
  740. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts.map +0 -1
  741. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +0 -2
  742. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +0 -1
  743. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +0 -7
  744. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +0 -1
  745. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts +0 -2
  746. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/index.d.ts.map +0 -1
  747. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts +0 -7
  748. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/noWrap/noWrap-translator.d.ts.map +0 -1
  749. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +0 -2
  750. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +0 -1
  751. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +0 -7
  752. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +0 -1
  753. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +0 -2
  754. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +0 -1
  755. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +0 -6
  756. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +0 -1
  757. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +0 -2
  758. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +0 -1
  759. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +0 -7
  760. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +0 -1
  761. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +0 -2
  762. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +0 -1
  763. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +0 -7
  764. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +0 -1
  765. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +0 -3
  766. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts.map +0 -1
  767. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +0 -5
  768. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts.map +0 -1
  769. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +0 -5
  770. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts.map +0 -1
  771. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +0 -5
  772. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts.map +0 -1
  773. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +0 -5
  774. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts.map +0 -1
  775. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +0 -5
  776. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts.map +0 -1
  777. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +0 -5
  778. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts.map +0 -1
  779. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +0 -5
  780. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts.map +0 -1
  781. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts +0 -8
  782. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts.map +0 -1
  783. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -1
  784. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts.map +0 -1
  785. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +0 -2
  786. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +0 -1
  787. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts +0 -8
  788. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts.map +0 -1
  789. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +0 -2
  790. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts.map +0 -1
  791. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +0 -8
  792. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts.map +0 -1
  793. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +0 -2
  794. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +0 -1
  795. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +0 -6
  796. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +0 -1
  797. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +0 -2
  798. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +0 -1
  799. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +0 -6
  800. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +0 -1
  801. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +0 -2
  802. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +0 -1
  803. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +0 -7
  804. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +0 -1
  805. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +0 -2
  806. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +0 -1
  807. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +0 -7
  808. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +0 -1
  809. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts +0 -6
  810. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-shape-textbox-import.d.ts.map +0 -1
  811. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +0 -13
  812. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +0 -1
  813. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts +0 -6
  814. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/parse-inline-styles.d.ts.map +0 -1
  815. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts +0 -6
  816. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/pict-node-type-strategy.d.ts.map +0 -1
  817. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts +0 -11
  818. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-content-block.d.ts.map +0 -1
  819. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts +0 -6
  820. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-container.d.ts.map +0 -1
  821. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts +0 -6
  822. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/translate-shape-textbox.d.ts.map +0 -1
  823. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts +0 -2
  824. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/index.d.ts.map +0 -1
  825. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts +0 -7
  826. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/pict-translator.d.ts.map +0 -1
  827. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +0 -3
  828. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts.map +0 -1
  829. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +0 -5
  830. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts.map +0 -1
  831. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +0 -5
  832. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts.map +0 -1
  833. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +0 -5
  834. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts.map +0 -1
  835. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +0 -5
  836. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +0 -1
  837. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -3
  838. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts.map +0 -1
  839. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +0 -6
  840. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts.map +0 -1
  841. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts +0 -2
  842. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts.map +0 -1
  843. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts +0 -5
  844. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +0 -1
  845. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts +0 -2
  846. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts.map +0 -1
  847. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +0 -7
  848. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +0 -1
  849. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts +0 -2
  850. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts.map +0 -1
  851. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +0 -7
  852. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +0 -1
  853. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +0 -3
  854. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts.map +0 -1
  855. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +0 -7
  856. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts.map +0 -1
  857. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +0 -7
  858. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts.map +0 -1
  859. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts +0 -2
  860. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts.map +0 -1
  861. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +0 -8
  862. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +0 -1
  863. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts +0 -7
  864. 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
  865. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts +0 -25
  866. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-annotation-node.d.ts.map +0 -1
  867. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts +0 -15
  868. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-doc-part-obj.d.ts.map +0 -1
  869. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts +0 -7
  870. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-document-section-node.d.ts.map +0 -1
  871. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts +0 -6
  872. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/handle-structured-content-node.d.ts.map +0 -1
  873. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts +0 -6
  874. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/parse-tag-value-json.d.ts.map +0 -1
  875. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts +0 -10
  876. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/sdt-node-type-strategy.d.ts.map +0 -1
  877. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts +0 -7
  878. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-part-obj.d.ts.map +0 -1
  879. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts +0 -8
  880. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-document-section.d.ts.map +0 -1
  881. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts +0 -81
  882. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +0 -1
  883. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts +0 -6
  884. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-structured-content.d.ts.map +0 -1
  885. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts +0 -2
  886. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/index.d.ts.map +0 -1
  887. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts +0 -7
  888. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/sdt-translator.d.ts.map +0 -1
  889. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +0 -2
  890. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts.map +0 -1
  891. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +0 -7
  892. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts.map +0 -1
  893. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +0 -2
  894. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +0 -1
  895. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +0 -7
  896. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +0 -1
  897. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +0 -2
  898. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +0 -1
  899. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +0 -7
  900. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +0 -1
  901. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +0 -7
  902. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +0 -1
  903. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +0 -3
  904. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts.map +0 -1
  905. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +0 -7
  906. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts.map +0 -1
  907. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +0 -7
  908. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts.map +0 -1
  909. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +0 -7
  910. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +0 -1
  911. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +0 -2
  912. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +0 -1
  913. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +0 -7
  914. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +0 -1
  915. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +0 -2
  916. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +0 -1
  917. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +0 -7
  918. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +0 -1
  919. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +0 -2
  920. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +0 -1
  921. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +0 -7
  922. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +0 -1
  923. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +0 -7
  924. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +0 -1
  925. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +0 -3
  926. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts.map +0 -1
  927. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +0 -5
  928. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts.map +0 -1
  929. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +0 -7
  930. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +0 -1
  931. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts +0 -5
  932. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts.map +0 -1
  933. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts +0 -2
  934. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/index.d.ts.map +0 -1
  935. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts +0 -8
  936. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/t-translator.d.ts.map +0 -1
  937. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +0 -3
  938. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts.map +0 -1
  939. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +0 -5
  940. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts.map +0 -1
  941. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +0 -5
  942. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +0 -1
  943. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts +0 -5
  944. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +0 -1
  945. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts +0 -2
  946. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/index.d.ts.map +0 -1
  947. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts +0 -8
  948. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +0 -1
  949. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +0 -2
  950. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +0 -1
  951. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +0 -6
  952. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +0 -1
  953. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +0 -2
  954. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts.map +0 -1
  955. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +0 -33
  956. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +0 -1
  957. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +0 -2
  958. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts.map +0 -1
  959. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +0 -7
  960. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts.map +0 -1
  961. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +0 -2
  962. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts.map +0 -1
  963. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +0 -7
  964. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts.map +0 -1
  965. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +0 -2
  966. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts.map +0 -1
  967. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +0 -3
  968. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts.map +0 -1
  969. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts +0 -2
  970. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/index.d.ts.map +0 -1
  971. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts +0 -7
  972. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblCellSpacing/tblCellSpacing-translator.d.ts.map +0 -1
  973. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +0 -2
  974. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts.map +0 -1
  975. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +0 -7
  976. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts.map +0 -1
  977. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +0 -2
  978. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts.map +0 -1
  979. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +0 -6
  980. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts.map +0 -1
  981. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +0 -6
  982. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +0 -1
  983. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts +0 -2
  984. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/index.d.ts.map +0 -1
  985. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts +0 -7
  986. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblHeader/tblHeader-translator.d.ts.map +0 -1
  987. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +0 -2
  988. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts.map +0 -1
  989. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +0 -7
  990. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts.map +0 -1
  991. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +0 -2
  992. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts.map +0 -1
  993. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +0 -7
  994. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts.map +0 -1
  995. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +0 -2
  996. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts.map +0 -1
  997. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +0 -7
  998. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts.map +0 -1
  999. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +0 -2
  1000. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts.map +0 -1
  1001. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +0 -7
  1002. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts.map +0 -1
  1003. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +0 -2
  1004. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts.map +0 -1
  1005. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +0 -6
  1006. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts.map +0 -1
  1007. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +0 -2
  1008. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts.map +0 -1
  1009. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +0 -7
  1010. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts.map +0 -1
  1011. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +0 -2
  1012. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts.map +0 -1
  1013. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +0 -7
  1014. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts.map +0 -1
  1015. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +0 -2
  1016. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts.map +0 -1
  1017. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +0 -7
  1018. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts.map +0 -1
  1019. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +0 -2
  1020. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts.map +0 -1
  1021. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +0 -7
  1022. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts.map +0 -1
  1023. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +0 -2
  1024. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts.map +0 -1
  1025. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +0 -7
  1026. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts.map +0 -1
  1027. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +0 -10
  1028. 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
  1029. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +0 -13
  1030. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts.map +0 -1
  1031. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +0 -2
  1032. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts.map +0 -1
  1033. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +0 -7
  1034. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts.map +0 -1
  1035. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts +0 -2
  1036. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/index.d.ts.map +0 -1
  1037. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts +0 -7
  1038. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcBorders/tcBorders-translator.d.ts.map +0 -1
  1039. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts +0 -2
  1040. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/index.d.ts.map +0 -1
  1041. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts +0 -7
  1042. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcFitText/tcFitText-translator.d.ts.map +0 -1
  1043. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts +0 -2
  1044. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/index.d.ts.map +0 -1
  1045. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts +0 -7
  1046. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcMar/tcMar-translator.d.ts.map +0 -1
  1047. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts +0 -2
  1048. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/index.d.ts.map +0 -1
  1049. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts +0 -6
  1050. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcPr/tcPr-translator.d.ts.map +0 -1
  1051. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts +0 -2
  1052. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/index.d.ts.map +0 -1
  1053. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts +0 -7
  1054. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tcW/tcW-translator.d.ts.map +0 -1
  1055. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +0 -2
  1056. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +0 -1
  1057. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +0 -7
  1058. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +0 -1
  1059. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts +0 -2
  1060. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/index.d.ts.map +0 -1
  1061. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts +0 -7
  1062. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textDirection/textDirection-translator.d.ts.map +0 -1
  1063. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +0 -2
  1064. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +0 -1
  1065. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +0 -7
  1066. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +0 -1
  1067. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts +0 -2
  1068. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/index.d.ts.map +0 -1
  1069. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts +0 -7
  1070. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tl2br/tl2br-translator.d.ts.map +0 -1
  1071. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +0 -3
  1072. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts.map +0 -1
  1073. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +0 -7
  1074. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts.map +0 -1
  1075. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +0 -7
  1076. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts.map +0 -1
  1077. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +0 -2
  1078. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +0 -1
  1079. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +0 -7
  1080. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +0 -1
  1081. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts +0 -2
  1082. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/index.d.ts.map +0 -1
  1083. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts +0 -17
  1084. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-helpers.d.ts.map +0 -1
  1085. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts +0 -8
  1086. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +0 -1
  1087. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts +0 -2
  1088. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/index.d.ts.map +0 -1
  1089. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts +0 -7
  1090. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr2bl/tr2bl-translator.d.ts.map +0 -1
  1091. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts +0 -2
  1092. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/index.d.ts.map +0 -1
  1093. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts +0 -7
  1094. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trHeight/trHeight-translator.d.ts.map +0 -1
  1095. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts +0 -2
  1096. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/index.d.ts.map +0 -1
  1097. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts +0 -6
  1098. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/trPr/trPr-translator.d.ts.map +0 -1
  1099. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +0 -3
  1100. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts.map +0 -1
  1101. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +0 -5
  1102. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts.map +0 -1
  1103. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +0 -5
  1104. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts.map +0 -1
  1105. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +0 -5
  1106. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts.map +0 -1
  1107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +0 -5
  1108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts.map +0 -1
  1109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +0 -5
  1110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts.map +0 -1
  1111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts +0 -8
  1112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts.map +0 -1
  1113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts +0 -2
  1114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/index.d.ts.map +0 -1
  1115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts +0 -7
  1116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vAlign/vAlign-translator.d.ts.map +0 -1
  1117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts +0 -2
  1118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/index.d.ts.map +0 -1
  1119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts +0 -7
  1120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/vMerge/vMerge-translator.d.ts.map +0 -1
  1121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts +0 -2
  1122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/index.d.ts.map +0 -1
  1123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts +0 -7
  1124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wAfter/wAfter-translator.d.ts.map +0 -1
  1125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts +0 -2
  1126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/index.d.ts.map +0 -1
  1127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts +0 -7
  1128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wBefore/wBefore-translator.d.ts.map +0 -1
  1129. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +0 -2
  1130. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +0 -1
  1131. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +0 -7
  1132. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +0 -1
  1133. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +0 -2
  1134. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +0 -1
  1135. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +0 -7
  1136. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +0 -1
  1137. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +0 -7
  1138. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts.map +0 -1
  1139. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +0 -7
  1140. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts.map +0 -1
  1141. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +0 -7
  1142. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts.map +0 -1
  1143. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +0 -2
  1144. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts.map +0 -1
  1145. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +0 -31
  1146. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts.map +0 -1
  1147. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +0 -19
  1148. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts.map +0 -1
  1149. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts +0 -39
  1150. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts.map +0 -1
  1151. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +0 -7
  1152. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts.map +0 -1
  1153. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +0 -7
  1154. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts.map +0 -1
  1155. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +0 -2
  1156. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts.map +0 -1
  1157. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +0 -7
  1158. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts.map +0 -1
  1159. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts +0 -2
  1160. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/index.d.ts.map +0 -1
  1161. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +0 -223
  1162. package/dist/super-editor/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts.map +0 -1
  1163. package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts +0 -8
  1164. package/dist/super-editor/super-editor/src/core/super-converter/zipper.d.ts.map +0 -1
  1165. package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts +0 -2
  1166. package/dist/super-editor/super-editor/src/core/super-validator/index.d.ts.map +0 -1
  1167. package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts +0 -2
  1168. package/dist/super-editor/super-editor/src/core/super-validator/logger/index.d.ts.map +0 -1
  1169. package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts +0 -8
  1170. package/dist/super-editor/super-editor/src/core/super-validator/logger/logger.d.ts.map +0 -1
  1171. package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts +0 -59
  1172. package/dist/super-editor/super-editor/src/core/super-validator/super-validator.d.ts.map +0 -1
  1173. package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts +0 -62
  1174. package/dist/super-editor/super-editor/src/core/super-validator/types.d.ts.map +0 -1
  1175. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts +0 -17
  1176. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/index.d.ts.map +0 -1
  1177. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts +0 -27
  1178. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/image-validator.d.ts.map +0 -1
  1179. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts +0 -2
  1180. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/index.d.ts.map +0 -1
  1181. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +0 -23
  1182. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts.map +0 -1
  1183. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts +0 -2
  1184. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/image/rules/index.d.ts.map +0 -1
  1185. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts +0 -2
  1186. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/index.d.ts.map +0 -1
  1187. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts +0 -25
  1188. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/link-validator.d.ts.map +0 -1
  1189. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts +0 -2
  1190. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/index.d.ts.map +0 -1
  1191. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +0 -25
  1192. package/dist/super-editor/super-editor/src/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts.map +0 -1
  1193. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts +0 -13
  1194. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/index.d.ts.map +0 -1
  1195. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts +0 -14
  1196. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/numbering/numbering-validator.d.ts.map +0 -1
  1197. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +0 -32
  1198. package/dist/super-editor/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts.map +0 -1
  1199. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts +0 -118
  1200. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts.map +0 -1
  1201. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts +0 -265
  1202. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts.map +0 -1
  1203. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts +0 -144
  1204. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts.map +0 -1
  1205. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts +0 -35
  1206. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts.map +0 -1
  1207. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts +0 -73
  1208. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts.map +0 -1
  1209. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts +0 -2
  1210. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts.map +0 -1
  1211. package/dist/super-editor/super-editor/src/core/types/index.d.ts +0 -129
  1212. package/dist/super-editor/super-editor/src/core/types/index.d.ts.map +0 -1
  1213. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +0 -13
  1214. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +0 -1
  1215. package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts +0 -2
  1216. package/dist/super-editor/super-editor/src/core/utilities/carbonCopy.d.ts.map +0 -1
  1217. package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts +0 -17
  1218. package/dist/super-editor/super-editor/src/core/utilities/clipboardUtils.d.ts.map +0 -1
  1219. package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts +0 -7
  1220. package/dist/super-editor/super-editor/src/core/utilities/createStyleTag.d.ts.map +0 -1
  1221. package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts +0 -7
  1222. package/dist/super-editor/super-editor/src/core/utilities/deleteProps.d.ts.map +0 -1
  1223. package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts +0 -2
  1224. package/dist/super-editor/super-editor/src/core/utilities/imageBlobs.d.ts.map +0 -1
  1225. package/dist/super-editor/super-editor/src/core/utilities/index.d.ts +0 -11
  1226. package/dist/super-editor/super-editor/src/core/utilities/index.d.ts.map +0 -1
  1227. package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts +0 -6
  1228. package/dist/super-editor/super-editor/src/core/utilities/isEmptyObject.d.ts.map +0 -1
  1229. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts +0 -2
  1230. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +0 -1
  1231. package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts +0 -2
  1232. package/dist/super-editor/super-editor/src/core/utilities/isMacOS.d.ts.map +0 -1
  1233. package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts +0 -2
  1234. package/dist/super-editor/super-editor/src/core/utilities/isRegExp.d.ts.map +0 -1
  1235. package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts +0 -2
  1236. package/dist/super-editor/super-editor/src/core/utilities/minMax.d.ts.map +0 -1
  1237. package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts +0 -9
  1238. package/dist/super-editor/super-editor/src/core/utilities/objectIncludes.d.ts.map +0 -1
  1239. package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts +0 -7
  1240. package/dist/super-editor/super-editor/src/core/utilities/parseSizeUnit.d.ts.map +0 -1
  1241. package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts +0 -4
  1242. package/dist/super-editor/super-editor/src/extensions/ai/ai-constants.d.ts.map +0 -1
  1243. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +0 -10
  1244. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +0 -1
  1245. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +0 -9
  1246. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +0 -1
  1247. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +0 -5
  1248. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +0 -1
  1249. package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts +0 -5
  1250. package/dist/super-editor/super-editor/src/extensions/ai/index.d.ts.map +0 -1
  1251. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +0 -57
  1252. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +0 -1
  1253. package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts +0 -2
  1254. package/dist/super-editor/super-editor/src/extensions/block-node/index.d.ts.map +0 -1
  1255. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +0 -32
  1256. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +0 -1
  1257. package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts +0 -2
  1258. package/dist/super-editor/super-editor/src/extensions/bold/index.d.ts.map +0 -1
  1259. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +0 -7
  1260. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +0 -1
  1261. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +0 -27
  1262. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +0 -1
  1263. package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts +0 -3
  1264. package/dist/super-editor/super-editor/src/extensions/bookmarks/index.d.ts.map +0 -1
  1265. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts +0 -2
  1266. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +0 -1
  1267. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +0 -13
  1268. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +0 -1
  1269. package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts +0 -2
  1270. package/dist/super-editor/super-editor/src/extensions/collaboration/index.d.ts.map +0 -1
  1271. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +0 -11
  1272. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +0 -1
  1273. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts +0 -2
  1274. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/index.d.ts.map +0 -1
  1275. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +0 -45
  1276. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +0 -1
  1277. package/dist/super-editor/super-editor/src/extensions/color/index.d.ts +0 -2
  1278. package/dist/super-editor/super-editor/src/extensions/color/index.d.ts.map +0 -1
  1279. package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts +0 -16
  1280. package/dist/super-editor/super-editor/src/extensions/comment/comment-import-helpers.d.ts.map +0 -1
  1281. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +0 -20
  1282. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +0 -1
  1283. package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts +0 -2
  1284. package/dist/super-editor/super-editor/src/extensions/comment/comments-constants.d.ts.map +0 -1
  1285. package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts +0 -15
  1286. package/dist/super-editor/super-editor/src/extensions/comment/comments-helpers.d.ts.map +0 -1
  1287. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +0 -7
  1288. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +0 -1
  1289. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +0 -66
  1290. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +0 -1
  1291. package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts +0 -3
  1292. package/dist/super-editor/super-editor/src/extensions/comment/helpers/index.d.ts.map +0 -1
  1293. package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts +0 -2
  1294. package/dist/super-editor/super-editor/src/extensions/comment/helpers/normalize-comment-event-payload.d.ts.map +0 -1
  1295. package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts +0 -8
  1296. package/dist/super-editor/super-editor/src/extensions/comment/helpers/update-position.d.ts.map +0 -1
  1297. package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts +0 -4
  1298. package/dist/super-editor/super-editor/src/extensions/comment/index.d.ts.map +0 -1
  1299. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +0 -91
  1300. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +0 -1
  1301. package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts +0 -2
  1302. package/dist/super-editor/super-editor/src/extensions/content-block/index.d.ts.map +0 -1
  1303. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +0 -59
  1304. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +0 -1
  1305. package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts +0 -2
  1306. package/dist/super-editor/super-editor/src/extensions/custom-selection/index.d.ts.map +0 -1
  1307. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +0 -34
  1308. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +0 -1
  1309. package/dist/super-editor/super-editor/src/extensions/document/index.d.ts +0 -2
  1310. package/dist/super-editor/super-editor/src/extensions/document/index.d.ts.map +0 -1
  1311. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +0 -38
  1312. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +0 -1
  1313. package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts +0 -2
  1314. package/dist/super-editor/super-editor/src/extensions/dropcursor/index.d.ts.map +0 -1
  1315. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts +0 -7
  1316. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationPlugin.d.ts.map +0 -1
  1317. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts +0 -33
  1318. package/dist/super-editor/super-editor/src/extensions/field-annotation/FieldAnnotationView.d.ts.map +0 -1
  1319. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts +0 -2
  1320. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +0 -1
  1321. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts +0 -2
  1322. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpParagraphWithAnnotations.d.ts.map +0 -1
  1323. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts +0 -7
  1324. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +0 -1
  1325. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +0 -6
  1326. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +0 -1
  1327. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts +0 -2
  1328. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotations.d.ts.map +0 -1
  1329. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts +0 -9
  1330. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsBetween.d.ts.map +0 -1
  1331. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts +0 -8
  1332. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFieldAnnotationsByFieldId.d.ts.map +0 -1
  1333. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts +0 -8
  1334. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findFirstFieldAnnotationByFieldId.d.ts.map +0 -1
  1335. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts +0 -8
  1336. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findHeaderFooterAnnotationsByFieldId.d.ts.map +0 -1
  1337. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts +0 -2
  1338. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +0 -1
  1339. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts +0 -7
  1340. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotations.d.ts.map +0 -1
  1341. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts +0 -31
  1342. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getAllFieldAnnotationsWithRect.d.ts.map +0 -1
  1343. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts +0 -2
  1344. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/getHeaderFooterAnnotations.d.ts.map +0 -1
  1345. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts +0 -11
  1346. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/index.d.ts.map +0 -1
  1347. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts +0 -2
  1348. package/dist/super-editor/super-editor/src/extensions/field-annotation/fieldAnnotationHelpers/trackFieldAnnotationsDeletion.d.ts.map +0 -1
  1349. package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts +0 -3
  1350. package/dist/super-editor/super-editor/src/extensions/field-annotation/index.d.ts.map +0 -1
  1351. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +0 -48
  1352. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +0 -1
  1353. package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts +0 -2
  1354. package/dist/super-editor/super-editor/src/extensions/font-family/index.d.ts.map +0 -1
  1355. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +0 -82
  1356. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +0 -1
  1357. package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts +0 -2
  1358. package/dist/super-editor/super-editor/src/extensions/font-size/index.d.ts.map +0 -1
  1359. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +0 -43
  1360. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +0 -1
  1361. package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts +0 -2
  1362. package/dist/super-editor/super-editor/src/extensions/format-commands/index.d.ts.map +0 -1
  1363. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +0 -17
  1364. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +0 -1
  1365. package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts +0 -2
  1366. package/dist/super-editor/super-editor/src/extensions/gapcursor/index.d.ts.map +0 -1
  1367. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +0 -36
  1368. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +0 -1
  1369. package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts +0 -2
  1370. package/dist/super-editor/super-editor/src/extensions/heading/index.d.ts.map +0 -1
  1371. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +0 -31
  1372. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +0 -1
  1373. package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts +0 -2
  1374. package/dist/super-editor/super-editor/src/extensions/highlight/index.d.ts.map +0 -1
  1375. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +0 -25
  1376. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +0 -1
  1377. package/dist/super-editor/super-editor/src/extensions/history/index.d.ts +0 -2
  1378. package/dist/super-editor/super-editor/src/extensions/history/index.d.ts.map +0 -1
  1379. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +0 -86
  1380. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +0 -1
  1381. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +0 -4
  1382. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts.map +0 -1
  1383. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +0 -2
  1384. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts.map +0 -1
  1385. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +0 -6
  1386. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts.map +0 -1
  1387. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +0 -2
  1388. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts.map +0 -1
  1389. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +0 -3
  1390. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts.map +0 -1
  1391. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +0 -7
  1392. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts.map +0 -1
  1393. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +0 -13
  1394. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts.map +0 -1
  1395. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts +0 -10
  1396. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/index.d.ts.map +0 -1
  1397. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts +0 -18
  1398. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/legacyAttributes.d.ts.map +0 -1
  1399. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +0 -3
  1400. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts.map +0 -1
  1401. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +0 -5
  1402. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/rotation.d.ts.map +0 -1
  1403. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +0 -28
  1404. package/dist/super-editor/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts.map +0 -1
  1405. package/dist/super-editor/super-editor/src/extensions/image/index.d.ts +0 -3
  1406. package/dist/super-editor/super-editor/src/extensions/image/index.d.ts.map +0 -1
  1407. package/dist/super-editor/super-editor/src/extensions/index.d.ts +0 -85
  1408. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +0 -1
  1409. package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts +0 -2
  1410. package/dist/super-editor/super-editor/src/extensions/italic/index.d.ts.map +0 -1
  1411. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +0 -22
  1412. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +0 -1
  1413. package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts +0 -2
  1414. package/dist/super-editor/super-editor/src/extensions/line-break/index.d.ts.map +0 -1
  1415. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +0 -57
  1416. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +0 -1
  1417. package/dist/super-editor/super-editor/src/extensions/link/index.d.ts +0 -2
  1418. package/dist/super-editor/super-editor/src/extensions/link/index.d.ts.map +0 -1
  1419. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +0 -78
  1420. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +0 -1
  1421. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +0 -9
  1422. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +0 -1
  1423. package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts +0 -5
  1424. package/dist/super-editor/super-editor/src/extensions/linked-styles/index.d.ts.map +0 -1
  1425. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +0 -41
  1426. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +0 -1
  1427. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts +0 -7
  1428. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +0 -1
  1429. package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts +0 -18
  1430. package/dist/super-editor/super-editor/src/extensions/linked-styles/underline-css.d.ts.map +0 -1
  1431. package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts +0 -2
  1432. package/dist/super-editor/super-editor/src/extensions/mention/index.d.ts.map +0 -1
  1433. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +0 -34
  1434. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +0 -1
  1435. package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts +0 -2
  1436. package/dist/super-editor/super-editor/src/extensions/noderesizer/index.d.ts.map +0 -1
  1437. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +0 -19
  1438. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +0 -1
  1439. package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts +0 -2
  1440. package/dist/super-editor/super-editor/src/extensions/page-number/index.d.ts.map +0 -1
  1441. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +0 -66
  1442. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +0 -1
  1443. package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts +0 -2
  1444. package/dist/super-editor/super-editor/src/extensions/page-reference/index.d.ts.map +0 -1
  1445. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +0 -10
  1446. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +0 -1
  1447. package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts +0 -2
  1448. package/dist/super-editor/super-editor/src/extensions/pagination/index.d.ts.map +0 -1
  1449. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts +0 -26
  1450. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts.map +0 -1
  1451. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +0 -7
  1452. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +0 -1
  1453. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +0 -30
  1454. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +0 -1
  1455. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +0 -37
  1456. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +0 -1
  1457. package/dist/super-editor/super-editor/src/extensions/paragraph/dropcapPlugin.d.ts +0 -4
  1458. package/dist/super-editor/super-editor/src/extensions/paragraph/dropcapPlugin.d.ts.map +0 -1
  1459. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +0 -7
  1460. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts.map +0 -1
  1461. package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts +0 -2
  1462. package/dist/super-editor/super-editor/src/extensions/paragraph/index.d.ts.map +0 -1
  1463. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +0 -9
  1464. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +0 -1
  1465. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +0 -43
  1466. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +0 -1
  1467. package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts +0 -3
  1468. package/dist/super-editor/super-editor/src/extensions/paragraph/resolvedPropertiesCache.d.ts.map +0 -1
  1469. package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts +0 -2
  1470. package/dist/super-editor/super-editor/src/extensions/placeholder/index.d.ts.map +0 -1
  1471. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +0 -20
  1472. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +0 -1
  1473. package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts +0 -2
  1474. package/dist/super-editor/super-editor/src/extensions/popover-plugin/index.d.ts.map +0 -1
  1475. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +0 -12
  1476. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +0 -1
  1477. package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts +0 -2
  1478. package/dist/super-editor/super-editor/src/extensions/run/commands/index.d.ts.map +0 -1
  1479. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +0 -3
  1480. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +0 -1
  1481. package/dist/super-editor/super-editor/src/extensions/run/index.d.ts +0 -2
  1482. package/dist/super-editor/super-editor/src/extensions/run/index.d.ts.map +0 -1
  1483. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +0 -7
  1484. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +0 -1
  1485. package/dist/super-editor/super-editor/src/extensions/search/index.d.ts +0 -2
  1486. package/dist/super-editor/super-editor/src/extensions/search/index.d.ts.map +0 -1
  1487. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts +0 -111
  1488. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map +0 -1
  1489. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +0 -46
  1490. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +0 -1
  1491. package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts +0 -2
  1492. package/dist/super-editor/super-editor/src/extensions/shape-container/index.d.ts.map +0 -1
  1493. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +0 -37
  1494. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +0 -1
  1495. package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts +0 -22
  1496. package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts.map +0 -1
  1497. package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts +0 -3
  1498. package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts.map +0 -1
  1499. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts +0 -3
  1500. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts.map +0 -1
  1501. package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts +0 -2
  1502. package/dist/super-editor/super-editor/src/extensions/shape-textbox/index.d.ts.map +0 -1
  1503. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +0 -34
  1504. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +0 -1
  1505. package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts +0 -9
  1506. package/dist/super-editor/super-editor/src/extensions/shared/cascade-toggle.d.ts.map +0 -1
  1507. package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts +0 -2
  1508. package/dist/super-editor/super-editor/src/extensions/slash-menu/index.d.ts.map +0 -1
  1509. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +0 -14
  1510. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +0 -1
  1511. package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts +0 -2
  1512. package/dist/super-editor/super-editor/src/extensions/strike/index.d.ts.map +0 -1
  1513. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +0 -21
  1514. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +0 -1
  1515. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +0 -10
  1516. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts.map +0 -1
  1517. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +0 -10
  1518. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts.map +0 -1
  1519. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +0 -25
  1520. package/dist/super-editor/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts.map +0 -1
  1521. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +0 -8
  1522. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +0 -1
  1523. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts +0 -16
  1524. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/DocumentSectionView.d.ts.map +0 -1
  1525. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts +0 -12
  1526. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/helpers.d.ts.map +0 -1
  1527. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts +0 -3
  1528. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section/index.d.ts.map +0 -1
  1529. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +0 -106
  1530. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +0 -1
  1531. package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts +0 -6
  1532. package/dist/super-editor/super-editor/src/extensions/structured-content/index.d.ts.map +0 -1
  1533. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +0 -38
  1534. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +0 -1
  1535. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +0 -99
  1536. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +0 -1
  1537. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +0 -43
  1538. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +0 -1
  1539. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts +0 -14
  1540. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentBlockTags.d.ts.map +0 -1
  1541. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts +0 -19
  1542. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts.map +0 -1
  1543. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts +0 -14
  1544. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentInlineTags.d.ts.map +0 -1
  1545. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts +0 -15
  1546. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTablesById.d.ts.map +0 -1
  1547. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts +0 -14
  1548. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTags.d.ts.map +0 -1
  1549. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts +0 -15
  1550. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentTagsById.d.ts.map +0 -1
  1551. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +0 -8
  1552. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts.map +0 -1
  1553. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts +0 -53
  1554. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts.map +0 -1
  1555. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +0 -29
  1556. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +0 -1
  1557. package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts +0 -2
  1558. package/dist/super-editor/super-editor/src/extensions/tab/index.d.ts.map +0 -1
  1559. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +0 -37
  1560. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +0 -1
  1561. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +0 -23
  1562. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +0 -1
  1563. package/dist/super-editor/super-editor/src/extensions/table/index.d.ts +0 -3
  1564. package/dist/super-editor/super-editor/src/extensions/table/index.d.ts.map +0 -1
  1565. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +0 -562
  1566. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +0 -1
  1567. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts +0 -140
  1568. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/appendRows.d.ts.map +0 -1
  1569. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts +0 -2
  1570. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellAround.d.ts.map +0 -1
  1571. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts +0 -2
  1572. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/cellWrapping.d.ts.map +0 -1
  1573. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts +0 -2
  1574. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createCell.d.ts.map +0 -1
  1575. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts +0 -12
  1576. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createColGroup.d.ts.map +0 -1
  1577. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts +0 -2
  1578. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTable.d.ts.map +0 -1
  1579. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts +0 -61
  1580. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/createTableBorders.d.ts.map +0 -1
  1581. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts +0 -4
  1582. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/deleteTableWhenSelected.d.ts.map +0 -1
  1583. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts +0 -2
  1584. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/getColStyleDeclaration.d.ts.map +0 -1
  1585. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts +0 -7
  1586. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/index.d.ts.map +0 -1
  1587. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts +0 -2
  1588. package/dist/super-editor/super-editor/src/extensions/table/tableHelpers/isCellSelection.d.ts.map +0 -1
  1589. package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts +0 -43
  1590. package/dist/super-editor/super-editor/src/extensions/table-cell/helpers/createCellBorders.d.ts.map +0 -1
  1591. package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts +0 -2
  1592. package/dist/super-editor/super-editor/src/extensions/table-cell/index.d.ts.map +0 -1
  1593. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +0 -195
  1594. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +0 -1
  1595. package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts +0 -2
  1596. package/dist/super-editor/super-editor/src/extensions/table-header/index.d.ts.map +0 -1
  1597. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +0 -34
  1598. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +0 -1
  1599. package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts +0 -2
  1600. package/dist/super-editor/super-editor/src/extensions/table-of-contents/index.d.ts.map +0 -1
  1601. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +0 -8
  1602. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +0 -1
  1603. package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts +0 -2
  1604. package/dist/super-editor/super-editor/src/extensions/table-row/index.d.ts.map +0 -1
  1605. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +0 -189
  1606. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +0 -1
  1607. package/dist/super-editor/super-editor/src/extensions/text/index.d.ts +0 -2
  1608. package/dist/super-editor/super-editor/src/extensions/text/index.d.ts.map +0 -1
  1609. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +0 -17
  1610. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +0 -1
  1611. package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts +0 -2
  1612. package/dist/super-editor/super-editor/src/extensions/text-align/index.d.ts.map +0 -1
  1613. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +0 -25
  1614. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +0 -1
  1615. package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts +0 -2
  1616. package/dist/super-editor/super-editor/src/extensions/text-style/index.d.ts.map +0 -1
  1617. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +0 -30
  1618. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +0 -1
  1619. package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts +0 -2
  1620. package/dist/super-editor/super-editor/src/extensions/text-transform/index.d.ts.map +0 -1
  1621. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +0 -30
  1622. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +0 -1
  1623. package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts +0 -4
  1624. package/dist/super-editor/super-editor/src/extensions/track-changes/constants.d.ts.map +0 -1
  1625. package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts +0 -7
  1626. package/dist/super-editor/super-editor/src/extensions/track-changes/index.d.ts.map +0 -1
  1627. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +0 -200
  1628. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +0 -1
  1629. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts +0 -2
  1630. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/index.d.ts.map +0 -1
  1631. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts +0 -11
  1632. package/dist/super-editor/super-editor/src/extensions/track-changes/plugins/trackChangesBasePlugin.d.ts.map +0 -1
  1633. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +0 -3
  1634. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +0 -1
  1635. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +0 -7
  1636. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +0 -1
  1637. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +0 -7
  1638. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +0 -1
  1639. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +0 -7
  1640. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +0 -1
  1641. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts +0 -2
  1642. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.d.ts.map +0 -1
  1643. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts +0 -9
  1644. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/documentHelpers.d.ts.map +0 -1
  1645. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts +0 -9
  1646. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/findTrackedMarkBetween.d.ts.map +0 -1
  1647. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts +0 -2
  1648. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/getTrackChanges.d.ts.map +0 -1
  1649. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts +0 -13
  1650. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/index.d.ts.map +0 -1
  1651. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts +0 -2
  1652. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markDeletion.d.ts.map +0 -1
  1653. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts +0 -2
  1654. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markInsertion.d.ts.map +0 -1
  1655. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts +0 -2
  1656. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/markWrapping.d.ts.map +0 -1
  1657. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts +0 -2
  1658. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/parseFormatList.d.ts.map +0 -1
  1659. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts +0 -2
  1660. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/removeMarkStep.d.ts.map +0 -1
  1661. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts +0 -2
  1662. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceAroundStep.d.ts.map +0 -1
  1663. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts +0 -2
  1664. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/replaceStep.d.ts.map +0 -1
  1665. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +0 -6
  1666. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +0 -1
  1667. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts +0 -40
  1668. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts.map +0 -1
  1669. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts +0 -57
  1670. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts.map +0 -1
  1671. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts +0 -83
  1672. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts.map +0 -1
  1673. package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts +0 -2
  1674. package/dist/super-editor/super-editor/src/extensions/underline/index.d.ts.map +0 -1
  1675. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +0 -46
  1676. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +0 -1
  1677. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts +0 -28
  1678. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts.map +0 -1
  1679. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts +0 -2
  1680. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts.map +0 -1
  1681. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +0 -3
  1682. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +0 -1
  1683. package/dist/super-editor/super-editor/src/index.d.ts +0 -38
  1684. package/dist/super-editor/super-editor/src/index.d.ts.map +0 -1
  1685. package/dist/super-editor/super-editor/src/main.d.ts +0 -2
  1686. package/dist/super-editor/super-editor/src/main.d.ts.map +0 -1
  1687. package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts +0 -482
  1688. package/dist/super-editor/super-editor/src/tests/data/annotations_doc_content.d.ts.map +0 -1
  1689. package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts +0 -2
  1690. package/dist/super-editor/super-editor/src/tests/editor/data/imageBase64.d.ts.map +0 -1
  1691. package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts +0 -33
  1692. package/dist/super-editor/super-editor/src/tests/export/data/comments/basic-resolved-comment.d.ts.map +0 -1
  1693. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +0 -9
  1694. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +0 -1
  1695. package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts +0 -3
  1696. package/dist/super-editor/super-editor/src/tests/export/export-helpers/index.d.ts.map +0 -1
  1697. package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts +0 -24
  1698. package/dist/super-editor/super-editor/src/tests/export/export-helpers/list-export-helpers.d.ts.map +0 -1
  1699. package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts +0 -15
  1700. package/dist/super-editor/super-editor/src/tests/helpers/editor-test-utils.d.ts.map +0 -1
  1701. package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts +0 -3
  1702. package/dist/super-editor/super-editor/src/tests/helpers/getParagraphText.d.ts.map +0 -1
  1703. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts +0 -8
  1704. package/dist/super-editor/super-editor/src/tests/helpers/helpers.d.ts.map +0 -1
  1705. package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts +0 -2
  1706. package/dist/super-editor/super-editor/src/tests/import/testUtils.d.ts.map +0 -1
  1707. package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts +0 -25
  1708. package/dist/super-editor/super-editor/src/utils/contextmenu-helpers.d.ts.map +0 -1
  1709. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts +0 -3
  1710. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts.map +0 -1
  1711. package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts +0 -3
  1712. package/dist/super-editor/super-editor/src/utils/styleIsolation.d.ts.map +0 -1
  1713. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts +0 -158
  1714. package/dist/super-editor/superdoc/src/components/CommentsLayer/types.d.ts.map +0 -1
@@ -30,38 +30,39 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
30
30
  provider: import("@hocuspocus/provider").HocuspocusProvider | undefined;
31
31
  /** @type {Config} */
32
32
  config: Config;
33
- userColorMap: Map<any, any>;
34
- colorIndex: number;
33
+ userColorMap: Map<any, any> | undefined;
34
+ colorIndex: number | undefined;
35
35
  superdocId: any;
36
- colors: string[];
37
- user: import("./types").User;
36
+ colors: string[] | undefined;
37
+ user: import("./types").User | undefined;
38
38
  socket: any;
39
- isDev: boolean;
39
+ isDev: boolean | undefined;
40
40
  activeEditor: {
41
41
  extensionStorage: {};
42
+ presentationEditor: any;
42
43
  isFocused: boolean;
43
44
  fontsImported: any[];
44
45
  options: {
45
- element: any;
46
- selector: any;
46
+ element: null;
47
+ selector: null;
47
48
  isHeadless: boolean;
48
- mockDocument: any;
49
- mockWindow: any;
49
+ mockDocument: null;
50
+ mockWindow: null;
50
51
  content: string;
51
- user: any;
52
- users: any[];
52
+ user: null;
53
+ users: never[];
53
54
  media: {};
54
55
  mediaFiles: {};
55
56
  fonts: {};
56
57
  documentMode: string;
57
58
  mode: string;
58
59
  role: string;
59
- colors: any[];
60
- converter: any;
61
- fileSource: any;
62
- initialState: any;
63
- documentId: any;
64
- extensions: any[];
60
+ colors: never[];
61
+ converter: null;
62
+ fileSource: null;
63
+ initialState: null;
64
+ documentId: null;
65
+ extensions: never[];
65
66
  editable: boolean;
66
67
  editorProps: {};
67
68
  parseOptions: {};
@@ -72,52 +73,51 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
72
73
  scale: number;
73
74
  annotations: boolean;
74
75
  isInternal: boolean;
75
- externalExtensions: any[];
76
+ externalExtensions: never[];
76
77
  isChildEditor: boolean;
77
78
  numbering: {};
78
79
  isHeaderOrFooter: boolean;
79
- pagination: any;
80
- lastSelection: any;
80
+ lastSelection: null;
81
81
  suppressDefaultDocxStyles: boolean;
82
- jsonOverride: any;
82
+ jsonOverride: null;
83
83
  loadFromSchema: boolean;
84
- fragment: any;
85
- onBeforeCreate: () => any;
86
- onCreate: () => any;
87
- onUpdate: () => any;
88
- onSelectionUpdate: () => any;
89
- onTransaction: () => any;
90
- onFocus: () => any;
91
- onBlur: () => any;
92
- onDestroy: () => any;
84
+ fragment: null;
85
+ skipViewCreation: boolean;
86
+ onBeforeCreate: () => null;
87
+ onCreate: () => null;
88
+ onUpdate: () => null;
89
+ onSelectionUpdate: () => null;
90
+ onTransaction: () => null;
91
+ onFocus: () => null;
92
+ onBlur: () => null;
93
+ onDestroy: () => null;
93
94
  onContentError: ({ error }: {
94
95
  error: any;
95
96
  }) => never;
96
- onTrackedChangesUpdate: () => any;
97
- onCommentsUpdate: () => any;
98
- onCommentsLoaded: () => any;
99
- onCommentClicked: () => any;
100
- onCommentLocationsUpdate: () => any;
101
- onDocumentLocked: () => any;
102
- onFirstRender: () => any;
103
- onCollaborationReady: () => any;
104
- onPaginationUpdate: () => any;
105
- onException: () => any;
106
- onListDefinitionsChange: () => any;
107
- onFontsResolved: any;
108
- handleImageUpload: any;
109
- telemetry: any;
97
+ onTrackedChangesUpdate: () => null;
98
+ onCommentsUpdate: () => null;
99
+ onCommentsLoaded: () => null;
100
+ onCommentClicked: () => null;
101
+ onCommentLocationsUpdate: () => null;
102
+ onDocumentLocked: () => null;
103
+ onFirstRender: () => null;
104
+ onCollaborationReady: () => null;
105
+ onException: () => null;
106
+ onListDefinitionsChange: () => null;
107
+ onFontsResolved: null;
108
+ handleImageUpload: null;
109
+ telemetry: null;
110
110
  customUpdatedFiles: {};
111
111
  isHeaderFooterChanged: boolean;
112
112
  isCustomXmlChanged: boolean;
113
- ydoc: any;
114
- collaborationProvider: any;
113
+ ydoc: null;
114
+ collaborationProvider: null;
115
115
  collaborationIsReady: boolean;
116
116
  shouldLoadComments: boolean;
117
117
  replacedFile: boolean;
118
- focusTarget: any;
119
- permissionResolver: any;
120
- parentEditor: any;
118
+ focusTarget: null;
119
+ permissionResolver: null;
120
+ parentEditor: null;
121
121
  };
122
122
  setHighContrastMode: (value: any) => void;
123
123
  get docChanged(): boolean;
@@ -132,11 +132,15 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
132
132
  readonly helpers: any;
133
133
  get isEditable(): boolean;
134
134
  readonly isDestroyed: any;
135
- get element(): any;
136
- get users(): any[];
135
+ get element(): null;
136
+ get users(): never[];
137
137
  chain(): any;
138
138
  can(): any;
139
- setDocumentMode(documentMode: any, caller: any): void;
139
+ setDocumentMode(documentMode: any, _caller: any): void;
140
+ blur(): void;
141
+ hasFocus(): any;
142
+ coordsAtPos(pos: any): any;
143
+ posAtCoords(coords: any): any;
140
144
  generateCollaborationUpdate(): Promise<Uint8Array<ArrayBufferLike>>;
141
145
  initializeCollaborationData(): void;
142
146
  replaceContent(content: any): void;
@@ -161,8 +165,9 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
161
165
  height: number;
162
166
  };
163
167
  updateEditorStyles(element: any, proseMirror: any, hasPaginationEnabled?: boolean): void;
164
- initDefaultStyles(element?: any, isPaginationEnabled?: boolean): void;
168
+ initDefaultStyles(element?: null, isPaginationEnabled?: boolean): void;
165
169
  initMobileStyles(element: any): void;
170
+ dispatch(tr: any): void;
166
171
  getDocumentIdentifier(): Promise<any>;
167
172
  getDocumentGuid(): any;
168
173
  isDocumentModified(): any;
@@ -182,11 +187,11 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
182
187
  version: any;
183
188
  };
184
189
  getHTML({ unflattenLists }?: {
185
- unflattenLists?: boolean;
190
+ unflattenLists?: boolean | undefined;
186
191
  }): string;
187
192
  getMarkdown(): Promise<string>;
188
193
  getDocumentVersion(): any;
189
- createChildEditor(options: any): /*elided*/ any;
194
+ createChildEditor(options: any): /*elided*/ any | null;
190
195
  getPageStyles(): any;
191
196
  updatePageStyle({ pageMargins }: {
192
197
  pageMargins: any;
@@ -194,13 +199,13 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
194
199
  migrateListsToV2(): any[];
195
200
  getUpdatedJson(): any;
196
201
  exportDocx({ isFinalDoc, commentsType, exportJsonOnly, exportXmlOnly, comments, getUpdatedDocs, fieldsHighlightColor }?: {
197
- isFinalDoc?: boolean;
198
- commentsType?: string;
199
- exportJsonOnly?: boolean;
200
- exportXmlOnly?: boolean;
201
- comments?: any[];
202
- getUpdatedDocs?: boolean;
203
- fieldsHighlightColor?: any;
202
+ isFinalDoc?: boolean | undefined;
203
+ commentsType?: string | undefined;
204
+ exportJsonOnly?: boolean | undefined;
205
+ exportXmlOnly?: boolean | undefined;
206
+ comments?: never[] | undefined;
207
+ getUpdatedDocs?: boolean | undefined;
208
+ fieldsHighlightColor?: null | undefined;
204
209
  }): Promise<any>;
205
210
  destroy(): void;
206
211
  destroyHeaderFooterEditors(): void;
@@ -221,11 +226,11 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
221
226
  off(name: any, fn2: any): void;
222
227
  once(name: any, fn2: any): void;
223
228
  removeAllListeners(): void;
224
- };
225
- comments: any[];
226
- readyEditors: number;
227
- isLocked: boolean;
228
- lockedBy: import("./types").User;
229
+ } | null | undefined;
230
+ comments: any[] | undefined;
231
+ readyEditors: number | undefined;
232
+ isLocked: boolean | undefined;
233
+ lockedBy: import("./types").User | null | undefined;
229
234
  /**
230
235
  * Get the number of editors that are required for this superdoc
231
236
  * @returns {number} The number of required editors
@@ -245,20 +250,19 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
245
250
  superdocStore: any;
246
251
  commentsStore: any;
247
252
  highContrastModeStore: any;
248
- isCollaborative: boolean;
253
+ isCollaborative: boolean | undefined;
249
254
  /**
250
255
  * Add a user to the shared users list
251
256
  * @param {Object} user The user to add
252
257
  * @returns {void}
253
258
  */
254
- addSharedUser(user: any): void;
259
+ addSharedUser(user: Object): void;
255
260
  /**
256
261
  * Remove a user from the shared users list
257
262
  * @param {String} email The email of the user to remove
258
263
  * @returns {void}
259
264
  */
260
265
  removeSharedUser(email: string): void;
261
- telemetry: Telemetry;
262
266
  /**
263
267
  * Triggered when there is an error in the content
264
268
  * @param {Object} param0
@@ -313,11 +317,6 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
313
317
  * @returns {void}
314
318
  */
315
319
  toggleRuler(): void;
316
- /**
317
- * Toggle pagination for SuperEditors
318
- * @returns {void}
319
- */
320
- togglePagination(): void;
321
320
  /**
322
321
  * Determine whether the current configuration allows a given permission.
323
322
  * Used by downstream consumers (toolbar, context menu, commands) to keep
@@ -333,13 +332,47 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
333
332
  */
334
333
  canPerformPermission({ permission, role, isInternal, comment, trackedChange, }?: {
335
334
  permission: string;
336
- role?: string;
337
- isInternal?: boolean;
338
- comment?: any | null;
339
- trackedChange?: any | null;
335
+ role?: string | undefined;
336
+ isInternal?: boolean | undefined;
337
+ comment?: Object | null | undefined;
338
+ trackedChange?: Object | null | undefined;
340
339
  }): boolean;
341
340
  toolbarElement: any;
342
- toolbar: SuperToolbar;
341
+ toolbar: {
342
+ [x: string]: any;
343
+ config: any;
344
+ toolbarItems: any[];
345
+ overflowItems: any[];
346
+ documentMode: any;
347
+ isDev: any;
348
+ superdoc: any;
349
+ role: any;
350
+ toolbarContainer: any;
351
+ pendingMarkCommands: any[];
352
+ stickyStoredMarks: any;
353
+ _boundEditorHandlers: {
354
+ transaction: null;
355
+ selectionUpdate: null;
356
+ focus: null;
357
+ };
358
+ app: import("vue").App<Element> | undefined;
359
+ toolbar: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | undefined;
360
+ activeEditor: any;
361
+ findElementBySelector(selector: any): any;
362
+ log(...args: any[]): void;
363
+ setZoom(percent_int: number): void;
364
+ setActiveEditor(editor: Object | null): void;
365
+ getToolbarItemByGroup(groupName: string): ToolbarItem[];
366
+ getToolbarItemByName(name: string): ToolbarItem | undefined;
367
+ updateToolbarState(): void;
368
+ onEditorTransaction({ transaction }: {
369
+ transaction: Object;
370
+ }): void;
371
+ emitCommand({ item, argument, option }: CommandItem): any;
372
+ onEditorSelectionUpdate(): void;
373
+ onEditorFocus(): void;
374
+ isMarkToggle(item: ToolbarItem): boolean;
375
+ } | null | undefined;
343
376
  /**
344
377
  * Add a comments list to the superdoc
345
378
  * Requires the comments module to be enabled
@@ -347,12 +380,18 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
347
380
  * @returns {void}
348
381
  */
349
382
  addCommentsList(element: Element): void;
350
- commentsList: SuperComments;
383
+ commentsList: SuperComments | null | undefined;
351
384
  /**
352
385
  * Remove the comments list from the superdoc
353
386
  * @returns {void}
354
387
  */
355
388
  removeCommentsList(): void;
389
+ /**
390
+ * Toggle the custom context menu globally.
391
+ * Updates both flow editors and PresentationEditor instances so downstream listeners can short-circuit early.
392
+ * @param {boolean} disabled
393
+ */
394
+ setDisableContextMenu(disabled?: boolean): void;
356
395
  /**
357
396
  * Triggered when a toolbar command is executed
358
397
  * @param {Object} param0
@@ -360,7 +399,7 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
360
399
  * @param {string} param0.argument The argument passed to the command
361
400
  */
362
401
  onToolbarCommand({ item, argument }: {
363
- item: any;
402
+ item: Object;
364
403
  argument: string;
365
404
  }): void;
366
405
  /**
@@ -369,18 +408,28 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
369
408
  * @returns {void}
370
409
  */
371
410
  setDocumentMode(type: DocumentMode): void;
411
+ /**
412
+ * Force PresentationEditor instances to render a specific tracked-changes mode
413
+ * or disable tracked-change metadata entirely.
414
+ *
415
+ * @param {{ mode?: 'review' | 'original' | 'final' | 'off', enabled?: boolean }} [preferences]
416
+ */
417
+ setTrackedChangesPreferences(preferences?: {
418
+ mode?: "review" | "original" | "final" | "off";
419
+ enabled?: boolean;
420
+ }): void;
372
421
  /**
373
422
  * Search for text or regex in the active editor
374
423
  * @param {string | RegExp} text The text or regex to search for
375
424
  * @returns {Object[]} The search results
376
425
  */
377
- search(text: string | RegExp): any[];
426
+ search(text: string | RegExp): Object[];
378
427
  /**
379
428
  * Go to the next search result
380
429
  * @param {Object} match The match object
381
430
  * @returns {void}
382
431
  */
383
- goToSearchResult(match: any): void;
432
+ goToSearchResult(match: Object): void;
384
433
  /**
385
434
  * Set the document to locked or unlocked
386
435
  * @param {boolean} lock
@@ -412,7 +461,7 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
412
461
  commentsType?: string;
413
462
  isFinalDoc?: boolean;
414
463
  }): Promise<Array<Blob>>;
415
- pendingCollaborationSaves: number;
464
+ pendingCollaborationSaves: number | undefined;
416
465
  /**
417
466
  * Save the superdoc if in collaboration mode
418
467
  * @returns {Promise<void[]>} Resolves when all documents have saved
@@ -434,6 +483,18 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
434
483
  * @returns {void}
435
484
  */
436
485
  setHighContrastMode(isHighContrast: boolean): void;
486
+ /**
487
+ * Capture layout pipeline events from PresentationEditor
488
+ * Forwards metrics and errors to host callbacks
489
+ * @param {Object} payload - Event payload from PresentationEditor.onTelemetry
490
+ * @param {string} payload.type - Event type: 'layout' or 'error'
491
+ * @param {Object} payload.data - Event data (metrics for layout, error details for error)
492
+ * @returns {void}
493
+ */
494
+ captureLayoutPipelineEvent(payload: {
495
+ type: string;
496
+ data: Object;
497
+ }): void;
437
498
  #private;
438
499
  }
439
500
  export type User = import("./types").User;
@@ -445,7 +506,5 @@ export type DocumentMode = import("./types").DocumentMode;
445
506
  export type Config = import("./types").Config;
446
507
  export type ExportParams = import("./types").ExportParams;
447
508
  import { EventEmitter } from 'eventemitter3';
448
- import { Telemetry } from '@superdoc/common/Telemetry';
449
- import { SuperToolbar } from '@harbour-enterprises/super-editor';
450
509
  import { SuperComments } from '../components/CommentsLayer/commentsList/super-comments-list.js';
451
510
  //# sourceMappingURL=SuperDoc.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../../../../src/core/SuperDoc.js"],"names":[],"mappings":"AAsBA,6CAA6C;AAC7C,mEAAmE;AACnE,qDAAqD;AACrD,mDAAmD;AACnD,iDAAiD;AACjD,6DAA6D;AAC7D,iDAAiD;AACjD,6DAA6D;AAE7D;;;;;;GAMG;AACH;IACE,4BAA4B;IAC5B,qBADW,KAAK,CAAC,MAAM,CAAC,CACgB;IA0ExC;;OAEG;IACH,oBAFW,MAAM,EAKhB;IA9ED,qBAAqB;IACrB,SADW,MAAM,CACT;IAER,qBAAqB;IACrB,OADW,IAAI,EAAE,CACX;IAEN,4CAA4C;IAC5C,MADW,OAAO,KAAK,EAAE,GAAG,GAAG,SAAS,CACnC;IAEL,4EAA4E;IAC5E,UADW,OAAO,sBAAsB,EAAE,kBAAkB,GAAG,SAAS,CAC/D;IAET,qBAAqB;IACrB,QADW,MAAM,CA0Df;IAmCA,4BAA6B;IAC7B,mBAAmB;IAMnB,gBAA+C;IAC/C,iBAAgC;IAehC,6BAA4B;IAE5B,YAAkB;IAElB,eAAuC;IAEvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAwB;IACxB,gBAAkB;IASlB,qBAAqB;IAErB,kBAA6C;IAC7C,iCAA4C;IAM9C;;;OAGG;IACH,+BAFa,MAAM,CAIlB;IAED;;;MAKC;IAED;;;OAGG;IACH,eAFa,WAAW,GAAG,IAAI,CAO9B;IAsFC,SAAc;IACd,WAAkB;IAKlB,mBAAkC;IAClC,mBAAkC;IAClC,2BAAkD;IAuClD,yBAA2B;IA4B7B;;;;OAIG;IACH,0BAFa,IAAI,CAKhB;IAED;;;;OAIG;IACH,iCAFa,IAAI,CAIhB;IAOC,qBAME;IAGJ;;;;;OAKG;IACH,kCAHG;QAAsB,KAAK,EAAnB,KAAK;QACU,MAAM,EAArB,MAAM;KAChB,QAKA;IAED;;;OAGG;IACH,6BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,kBAFa,IAAI,CAMhB;IAED;;;;OAIG;IACH,oCAHW,MAAM,GACJ,IAAI,CAIhB;IAED;;;;OAIG;IACH,8BAHW,MAAM,GACJ,IAAI,CAMhB;IAED;;;OAGG;IACH,0BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,iCAFW,OAAO,QAIjB;IAMD;;;;OAIG;IACH,wBAHW,MAAM,GACJ,IAAI,CAQhB;IAED;;;;OAIG;IACH,eAFa,IAAI,CAOhB;IAED;;;OAGG;IACH,oBAFa,IAAI,CAUhB;IAED;;;;;;;;;;;;OAYG;IACH,iFAPG;QAAuB,UAAU,EAAzB,MAAM;QACU,IAAI,GAApB,MAAM;QACW,UAAU,GAA3B,OAAO;QACc,OAAO,GAA5B,MAAO,IAAI;QACU,aAAa,GAAlC,MAAO,IAAI;KACnB,GAAU,OAAO,CA2BnB;IAIC,oBAAmF;IACnF,sBAAmB;IA2BrB;;;;;OAKG;IACH,yBAHW,OAAO,GACL,IAAI,CAQhB;IAFC,4BAA0E;IAI5E;;;OAGG;IACH,sBAFa,IAAI,CAQhB;IAED;;;;;OAKG;IACH,qCAHG;QAAuB,IAAI;QACJ,QAAQ,EAAvB,MAAM;KAChB,QAOA;IAED;;;;OAIG;IACH,sBAHW,YAAY,GACV,IAAI,CAehB;IAsDD;;;;OAIG;IACH,aAHW,MAAM,GAAG,MAAM,GACb,KAAQ,CAIpB;IAED;;;;OAIG;IACH,8BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,iBAFW,OAAO,QAUjB;IAED;;;OAGG;IACH,uBAFa,KAAK,CAAC,MAAM,CAAC,CAYzB;IAED;;;;OAIG;IACH,0CAFW,IAAI,QAOd;IAED;;;;OAIG;IACH,8IAHW,YAAY,GACV,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC,CA0ChC;IAED;;;;OAIG;IACH,yEAHW;QAAE,YAAY,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,GAC7C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAkChC;IAWK,kCAAkC;IAsBxC;;;OAGG;IACH,QAFa,OAAO,CAAC,IAAI,EAAE,CAAC,CAY3B;IAED;;;OAGG;IACH,WAFa,IAAI,CAiChB;IAED;;;OAGG;IACH,SAFa,IAAI,CAahB;IAED;;;;OAIG;IACH,oCAHW,OAAO,GACL,IAAI,CAMhB;;CACF;mBA36Ba,OAAO,SAAS,EAAE,IAAI;8BACtB,OAAO,SAAS,EAAE,eAAe;uBACjC,OAAO,SAAS,EAAE,QAAQ;sBAC1B,OAAO,SAAS,EAAE,OAAO;qBACzB,OAAO,SAAS,EAAE,MAAM;2BACxB,OAAO,SAAS,EAAE,YAAY;qBAC9B,OAAO,SAAS,EAAE,MAAM;2BACxB,OAAO,SAAS,EAAE,YAAY;6BA3Bf,eAAe;0BASlB,4BAA4B;6BAJd,mCAAmC;8BAC7C,iEAAiE"}
1
+ {"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../../../../src/core/SuperDoc.js"],"names":[],"mappings":"AAqBA,6CAA6C;AAC7C,mEAAmE;AACnE,qDAAqD;AACrD,mDAAmD;AACnD,iDAAiD;AACjD,6DAA6D;AAC7D,iDAAiD;AACjD,6DAA6D;AAE7D;;;;;;GAMG;AACH;IACE,4BAA4B;IAC5B,qBADW,KAAK,CAAC,MAAM,CAAC,CACgB;IA4ExC;;OAEG;IACH,oBAFW,MAAM,EAKhB;IAhFD,qBAAqB;IACrB,SADW,MAAM,CACT;IAER,qBAAqB;IACrB,OADW,IAAI,EAAE,CACX;IAEN,4CAA4C;IAC5C,MADW,OAAO,KAAK,EAAE,GAAG,GAAG,SAAS,CACnC;IAEL,4EAA4E;IAC5E,UADW,OAAO,sBAAsB,EAAE,kBAAkB,GAAG,SAAS,CAC/D;IAET,qBAAqB;IACrB,QADW,MAAM,CA4Df;IAiDA,wCAA6B;IAC7B,+BAAmB;IAMnB,gBAA+C;IAC/C,6BAAgC;IAchC,yCAA4B;IAE5B,YAAkB;IAElB,2BAAuC;IAEvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAwB;IACxB,4BAAkB;IASlB,iCAAqB;IAErB,8BAA6C;IAC7C,oDAA4C;IAM9C;;;OAGG;IACH,+BAFa,MAAM,CAIlB;IAED;;;MAKC;IAED;;;OAGG;IACH,eAFa,WAAW,GAAG,IAAI,CAO9B;IAsFC,SAAc;IACd,WAAkB;IAKlB,mBAAkC;IAClC,mBAAkC;IAClC,2BAAkD;IAuClD,qCAA2B;IA4B7B;;;;OAIG;IACH,oBAHW,MAAM,GACJ,IAAI,CAKhB;IAED;;;;OAIG;IACH,iCAFa,IAAI,CAIhB;IAED;;;;;OAKG;IACH,kCAHG;QAAsB,KAAK,EAAnB,KAAK;QACU,MAAM,EAArB,MAAM;KAChB,QAKA;IAED;;;OAGG;IACH,6BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,kBAFa,IAAI,CAMhB;IAED;;;;OAIG;IACH,oCAHW,MAAM,GACJ,IAAI,CAIhB;IAED;;;;OAIG;IACH,8BAHW,MAAM,GACJ,IAAI,CAMhB;IAED;;;OAGG;IACH,0BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,iCAFW,OAAO,QAIjB;IAMD;;;;OAIG;IACH,wBAHW,MAAM,GACJ,IAAI,CAQhB;IAED;;;;OAIG;IACH,eAFa,IAAI,CAOhB;IAED;;;;;;;;;;;;OAYG;IACH,iFAPG;QAAuB,UAAU,EAAzB,MAAM;QACU,IAAI;QACH,UAAU;QACN,OAAO;QACP,aAAa;KAC1C,GAAU,OAAO,CA2BnB;IAIC,oBAAmF;IACnF;;;;;;;;;;;;;;;;;;;;;;;;kDAies6sE,WAAW;4CAAgT,WAAW;;;;;gDAAw6K,WAAW;;;2BAA49H,WAAW;yBAjenngF;IA0BrB;;;;;OAKG;IACH,yBAHW,OAAO,GACL,IAAI,CAQhB;IAFC,+CAA0E;IAI5E;;;OAGG;IACH,sBAFa,IAAI,CAQhB;IAED;;;;OAIG;IACH,iCAFW,OAAO,QAiBjB;IAED;;;;;OAKG;IACH,qCAHG;QAAuB,IAAI,EAAnB,MAAM;QACS,QAAQ,EAAvB,MAAM;KAChB,QAOA;IAED;;;;OAIG;IACH,sBAHW,YAAY,GACV,IAAI,CAehB;IAoBD;;;;;OAKG;IACH,2CAFW;QAAE,IAAI,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,KAAK,CAAC;QAAC,OAAO,CAAC,EAAE,OAAO,CAAA;KAAE,QAc/E;IA6DD;;;;OAIG;IACH,aAHW,MAAM,GAAG,MAAM,GACb,MAAM,EAAE,CAIpB;IAED;;;;OAIG;IACH,wBAHW,MAAM,GACJ,IAAI,CAIhB;IAED;;;OAGG;IACH,iBAFW,OAAO,QAUjB;IAED;;;OAGG;IACH,uBAFa,KAAK,CAAC,MAAM,CAAC,CAYzB;IAED;;;;OAIG;IACH,0CAFW,IAAI,QAOd;IAED;;;;OAIG;IACH,8IAHW,YAAY,GACV,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC,CA0ChC;IAED;;;;OAIG;IACH,yEAHW;QAAE,YAAY,CAAC,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,GAC7C,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAkChC;IAWK,8CAAkC;IAsBxC;;;OAGG;IACH,QAFa,OAAO,CAAC,IAAI,EAAE,CAAC,CAY3B;IAED;;;OAGG;IACH,WAFa,IAAI,CAiChB;IAED;;;OAGG;IACH,SAFa,IAAI,CAahB;IAED;;;;OAIG;IACH,oCAHW,OAAO,GACL,IAAI,CAMhB;IAED;;;;;;;OAOG;IACH,oCAJG;QAAwB,IAAI,EAApB,MAAM;QACU,IAAI,EAApB,MAAM;KACd,GAAU,IAAI,CAUhB;;CACF;mBAl/Ba,OAAO,SAAS,EAAE,IAAI;8BACtB,OAAO,SAAS,EAAE,eAAe;uBACjC,OAAO,SAAS,EAAE,QAAQ;sBAC1B,OAAO,SAAS,EAAE,OAAO;qBACzB,OAAO,SAAS,EAAE,MAAM;2BACxB,OAAO,SAAS,EAAE,YAAY;qBAC9B,OAAO,SAAS,EAAE,MAAM;2BACxB,OAAO,SAAS,EAAE,YAAY;6BA1Bf,eAAe;8BAMd,iEAAiE"}
@@ -10,9 +10,9 @@
10
10
  * @returns {Object} The provider and socket
11
11
  */
12
12
  export function createProvider({ config, user, documentId, socket, superdocInstance }: {
13
- config: any;
14
- ydoc: any;
15
- user: any;
13
+ config: Object;
14
+ ydoc: Object;
15
+ user: Object;
16
16
  documentId: string;
17
- }): any;
17
+ }): Object;
18
18
  //# sourceMappingURL=collaboration.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"collaboration.d.ts","sourceRoot":"","sources":["../../../../../../src/core/collaboration/collaboration.js"],"names":[],"mappings":"AAiCA;;;;;;;;;;GAUG;AACH,uFANG;IAAsB,MAAM;IACN,IAAI;IACJ,IAAI;IACJ,UAAU,EAAxB,MAAM;CACd,OAYF"}
1
+ {"version":3,"file":"collaboration.d.ts","sourceRoot":"","sources":["../../../../../../src/core/collaboration/collaboration.js"],"names":[],"mappings":"AAiCA;;;;;;;;;;GAUG;AACH,uFANG;IAAsB,MAAM,EAApB,MAAM;IACQ,IAAI,EAAlB,MAAM;IACQ,IAAI,EAAlB,MAAM;IACQ,UAAU,EAAxB,MAAM;CACd,GAAU,MAAM,CAYlB"}
@@ -1,5 +1,5 @@
1
- export function initCollaborationComments(superdoc: any): void;
2
- export function initSuperdocYdoc(superdoc: any): void;
3
- export function makeDocumentsCollaborative(superdoc: any): any;
4
- export function syncCommentsToClients(superdoc: any, event: any): void;
1
+ export function initCollaborationComments(superdoc: Object): void;
2
+ export function initSuperdocYdoc(superdoc: Object): void;
3
+ export function makeDocumentsCollaborative(superdoc: Object): any;
4
+ export function syncCommentsToClients(superdoc: Object, event: Object): void;
5
5
  //# sourceMappingURL=helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/core/collaboration/helpers.js"],"names":[],"mappings":"AAWO,0DAFM,IAAI,CA2ChB;AASM,iDAFM,IAAI,CAmBhB;AASM,+DAoBN;AASM,kEAFM,IAAI,CAqBhB"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/core/collaboration/helpers.js"],"names":[],"mappings":"AAWO,oDAHI,MAAM,GACJ,IAAI,CA2ChB;AASM,2CAHI,MAAM,GACJ,IAAI,CAmBhB;AASM,qDAHI,MAAM,OAuBhB;AASM,gDAJI,MAAM,SACN,MAAM,GACJ,IAAI,CAqBhB"}
@@ -11,10 +11,10 @@ export const PERMISSIONS: Readonly<{
11
11
  VERSION_HISTORY: "VERSION_HISTORY";
12
12
  }>;
13
13
  export function isAllowed(permission: string, role: string, isInternal: boolean, context?: {
14
- comment?: any;
15
- superdoc?: any;
16
- currentUser?: any;
17
- permissionResolver?: Function;
18
- trackedChange?: any;
14
+ comment?: Object | undefined;
15
+ superdoc?: Object | undefined;
16
+ currentUser?: Object | undefined;
17
+ permissionResolver?: Function | undefined;
18
+ trackedChange?: Object | undefined;
19
19
  }): boolean;
20
20
  //# sourceMappingURL=permissions.d.ts.map
@@ -1,2 +1,2 @@
1
- export function createSuperdocVueApp(): any;
1
+ export function createSuperdocVueApp(): Object;
2
2
  //# sourceMappingURL=create-app.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-app.d.ts","sourceRoot":"","sources":["../../../../../src/core/create-app.js"],"names":[],"mappings":"AAaO,4CAWN"}
1
+ {"version":3,"file":"create-app.d.ts","sourceRoot":"","sources":["../../../../../src/core/create-app.js"],"names":[],"mappings":"AAaO,wCAFM,MAAM,CAalB"}
@@ -4,41 +4,41 @@ export type UploadWrapper = {
4
4
  /**
5
5
  * Underlying file reference used by some uploaders
6
6
  */
7
- originFileObj?: File | Blob;
7
+ originFileObj?: File | Blob | undefined;
8
8
  /**
9
9
  * Underlying file reference used by some uploaders
10
10
  */
11
- file?: File | Blob;
11
+ file?: File | Blob | undefined;
12
12
  /**
13
13
  * Underlying file reference used by some uploaders
14
14
  */
15
- raw?: File | Blob;
15
+ raw?: File | Blob | undefined;
16
16
  /**
17
17
  * Optional unique id from uploaders (ignored)
18
18
  */
19
- uid?: string | number;
19
+ uid?: string | number | undefined;
20
20
  /**
21
21
  * Display name (not always reliable for the native file)
22
22
  */
23
- name?: string;
23
+ name?: string | undefined;
24
24
  };
25
25
  export type DocumentEntry = {
26
26
  /**
27
27
  * Mime type or shorthand ('docx' | 'pdf' | 'html')
28
28
  */
29
- type?: string;
29
+ type?: string | undefined;
30
30
  /**
31
31
  * Filename to display
32
32
  */
33
- name?: string;
33
+ name?: string | undefined;
34
34
  /**
35
35
  * File-like data; normalized to File when available, otherwise Blob
36
36
  */
37
- data?: File | Blob | UploadWrapper;
37
+ data?: File | Blob | UploadWrapper | undefined;
38
38
  /**
39
39
  * Remote URL to fetch; left as-is for URL flows
40
40
  */
41
- url?: string;
42
- isNewFile?: boolean;
41
+ url?: string | undefined;
42
+ isNewFile?: boolean | undefined;
43
43
  };
44
44
  //# sourceMappingURL=file.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../../../../src/core/helpers/file.js"],"names":[],"mappings":"AA2BO,0CAHI,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,GAAG,GACzB,IAAI,GAAC,IAAI,GAAC,IAAI,CA2B1B;AAwBM,8CAHI,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,aAAa,GAAC,GAAG,GACvC,aAAa,GAAC,GAAG,CAgC7B;;;;;oBAtGa,IAAI,GAAC,IAAI;;;;WACT,IAAI,GAAC,IAAI;;;;UACT,IAAI,GAAC,IAAI;;;;UACT,MAAM,GAAC,MAAM;;;;WACb,MAAM;;;;;;WAKN,MAAM;;;;WACN,MAAM;;;;WACN,IAAI,GAAC,IAAI,GAAC,aAAa;;;;UACvB,MAAM;gBACN,OAAO"}
1
+ {"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../../../../../../src/core/helpers/file.js"],"names":[],"mappings":"AA2BO,0CAHI,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,GAAG,GACzB,IAAI,GAAC,IAAI,GAAC,IAAI,CA2B1B;AAwBM,8CAHI,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,aAAa,GAAC,GAAG,GACvC,aAAa,GAAC,GAAG,CAgC7B"}