superdoc 0.31.0-next.1 → 0.31.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/dist/chunks/{PdfViewer-DYfpBL2P.es.js → PdfViewer-Ck2UtdkO.es.js} +2 -2
  2. package/dist/chunks/{PdfViewer-CSZtzevK.cjs → PdfViewer-CxLHqmsp.cjs} +2 -2
  3. package/dist/chunks/{eventemitter3-hYlnBzSA.es.js → eventemitter3-BZXKb7j7.es.js} +1 -1
  4. package/dist/chunks/{eventemitter3-DmHNHvFX.cjs → eventemitter3-CFCpOk3d.cjs} +1 -1
  5. package/dist/chunks/{index-BiYSI2c3.es.js → index-S2kR904m.es.js} +6 -6
  6. package/dist/chunks/{index-0zP7LFOd-CQ5IRTwG.es.js → index-TPvf306Z-DLAdtd9g.es.js} +1 -1
  7. package/dist/chunks/{index-0zP7LFOd-PDPveafF.cjs → index-TPvf306Z-Dymhw354.cjs} +1 -1
  8. package/dist/chunks/{index-9j37gBmK.cjs → index-qZtf9OYt.cjs} +6 -6
  9. package/dist/chunks/{jszip-BP2FTbpi.cjs → jszip-B99MTu59.cjs} +1 -1
  10. package/dist/chunks/{jszip-jKrsZoMS.es.js → jszip-Duxs2YMV.es.js} +1 -1
  11. package/dist/chunks/{super-editor.es-BzhuUuJx.es.js → super-editor.es-CNPHD-mt.es.js} +2310 -1997
  12. package/dist/chunks/{super-editor.es-D8j9E-4h.cjs → super-editor.es-d0fSEchl.cjs} +2357 -2044
  13. package/dist/chunks/{vue-Cwv-wUpm.cjs → vue-ARQSyfaw.cjs} +2401 -2360
  14. package/dist/chunks/{vue-CKmzTNVs.es.js → vue-B5QAf5pA.es.js} +2401 -2360
  15. package/dist/chunks/xml-js-CVyfrKaV.es.js +2 -0
  16. package/dist/chunks/xml-js-DQa4Ye5C.cjs +3 -0
  17. package/dist/images/altText_add.svg +3 -0
  18. package/dist/images/altText_disclaimer.svg +3 -0
  19. package/dist/images/altText_done.svg +3 -0
  20. package/dist/images/altText_spinner.svg +30 -0
  21. package/dist/images/altText_warning.svg +3 -0
  22. package/dist/images/annotation-check.svg +11 -0
  23. package/dist/images/annotation-comment.svg +16 -0
  24. package/dist/images/annotation-help.svg +26 -0
  25. package/dist/images/annotation-insert.svg +10 -0
  26. package/dist/images/annotation-key.svg +11 -0
  27. package/dist/images/annotation-newparagraph.svg +11 -0
  28. package/dist/images/annotation-noicon.svg +7 -0
  29. package/dist/images/annotation-note.svg +42 -0
  30. package/dist/images/annotation-paperclip.svg +6 -0
  31. package/dist/images/annotation-paragraph.svg +16 -0
  32. package/dist/images/annotation-pushpin.svg +7 -0
  33. package/dist/images/cursor-editorFreeHighlight.svg +6 -0
  34. package/dist/images/cursor-editorFreeText.svg +3 -0
  35. package/dist/images/cursor-editorInk.svg +4 -0
  36. package/dist/images/cursor-editorTextHighlight.svg +8 -0
  37. package/dist/images/editor-toolbar-delete.svg +5 -0
  38. package/dist/images/loading-icon.gif +0 -0
  39. package/dist/images/messageBar_closingButton.svg +3 -0
  40. package/dist/images/messageBar_warning.svg +3 -0
  41. package/dist/images/toolbarButton-editorHighlight.svg +6 -0
  42. package/dist/images/toolbarButton-menuArrow.svg +3 -0
  43. package/dist/packages/superdoc/src/core/SuperDoc.d.ts +140 -52
  44. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  45. package/dist/packages/superdoc/src/core/types/index.d.ts +140 -52
  46. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  47. package/dist/style.css +12 -9
  48. package/dist/super-editor/ai-writer.es.js +2 -2
  49. package/dist/super-editor/chunks/{converter-B3mE6WPB.js → converter-CuN7BQ8r.js} +1452 -1348
  50. package/dist/super-editor/chunks/{docx-zipper-FgUekv4g.js → docx-zipper-DvU3g1QE.js} +1 -1
  51. package/dist/super-editor/chunks/{editor-B0PiO07g.js → editor-CJUnMzXV.js} +604 -459
  52. package/dist/super-editor/chunks/{index-0zP7LFOd.js → index-TPvf306Z.js} +1 -1
  53. package/dist/super-editor/chunks/{toolbar-Bj9E8rmT.js → toolbar-_AUH-ukY.js} +2 -2
  54. package/dist/super-editor/converter.es.js +1 -1
  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 +12 -9
  59. package/dist/super-editor/super-editor/src/core/Attribute.d.ts +75 -29
  60. package/dist/super-editor/super-editor/src/core/Attribute.d.ts.map +1 -1
  61. package/dist/super-editor/super-editor/src/core/CommandService.d.ts +1 -1
  62. package/dist/super-editor/super-editor/src/core/CommandService.d.ts.map +1 -1
  63. package/dist/super-editor/super-editor/src/core/Editor.d.ts +145 -673
  64. package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +1 -1
  65. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts +23 -14
  66. package/dist/super-editor/super-editor/src/core/EventEmitter.d.ts.map +1 -1
  67. package/dist/super-editor/super-editor/src/core/Extension.d.ts +25 -11
  68. package/dist/super-editor/super-editor/src/core/Extension.d.ts.map +1 -1
  69. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts +1 -1
  70. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -1
  71. package/dist/super-editor/super-editor/src/core/Mark.d.ts +28 -12
  72. package/dist/super-editor/super-editor/src/core/Mark.d.ts.map +1 -1
  73. package/dist/super-editor/super-editor/src/core/Node.d.ts +87 -25
  74. package/dist/super-editor/super-editor/src/core/Node.d.ts.map +1 -1
  75. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts +20 -13
  76. package/dist/super-editor/super-editor/src/core/OxmlNode.d.ts.map +1 -1
  77. package/dist/super-editor/super-editor/src/core/Schema.d.ts.map +1 -1
  78. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts +11 -89
  79. package/dist/super-editor/super-editor/src/core/commands/types/index.d.ts.map +1 -1
  80. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts +1 -1
  81. package/dist/super-editor/super-editor/src/core/extensions/commands.d.ts.map +1 -1
  82. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts +1 -1
  83. package/dist/super-editor/super-editor/src/core/extensions/editable.d.ts.map +1 -1
  84. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts +1 -1
  85. package/dist/super-editor/super-editor/src/core/extensions/editorFocus.d.ts.map +1 -1
  86. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts +1 -1
  87. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -1
  88. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts +3 -2
  89. package/dist/super-editor/super-editor/src/core/helpers/annotator.d.ts.map +1 -1
  90. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts +12 -5
  91. package/dist/super-editor/super-editor/src/core/helpers/getExtensionConfigField.d.ts.map +1 -1
  92. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts +1 -1
  93. package/dist/super-editor/super-editor/src/core/helpers/isList.d.ts.map +1 -1
  94. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  95. package/dist/super-editor/super-editor/src/core/index.d.ts +18 -13
  96. package/dist/super-editor/super-editor/src/core/index.d.ts.map +1 -1
  97. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts +4 -0
  98. package/dist/super-editor/super-editor/src/core/schema-summary.d.ts.map +1 -0
  99. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +0 -48
  100. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -1
  101. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +7 -0
  102. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -1
  103. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +2 -1
  104. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +1 -1
  105. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/autoPageNumberImporter.d.ts.map +1 -1
  106. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +1 -1
  107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts +8 -0
  108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/autoPageNumber-translator.d.ts.map +1 -0
  109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts +2 -0
  110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/autoPageNumber/index.d.ts.map +1 -0
  111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts +2 -0
  112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/index.d.ts.map +1 -0
  113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts +8 -0
  114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/sd/totalPageNumber/totalPageNumber-translator.d.ts.map +1 -0
  115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts +8 -0
  116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/generate-paragraph-properties.d.ts.map +1 -0
  117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -1
  118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts +8 -0
  119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/translate-paragraph-node.d.ts.map +1 -0
  120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts +7 -0
  121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/convert-sdt-content-to-runs.d.ts.map +1 -0
  122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sdt/helpers/translate-field-annotation.d.ts.map +1 -1
  123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts +5 -0
  124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/t/helpers/translate-text-node.d.ts.map +1 -0
  125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +14 -10
  126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts.map +1 -1
  127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -1
  128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tr/tr-translator.d.ts.map +1 -1
  129. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts +118 -0
  130. package/dist/super-editor/super-editor/src/core/types/ChainedCommands.d.ts.map +1 -0
  131. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts +265 -0
  132. package/dist/super-editor/super-editor/src/core/types/EditorConfig.d.ts.map +1 -0
  133. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts +144 -0
  134. package/dist/super-editor/super-editor/src/core/types/EditorEvents.d.ts.map +1 -0
  135. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts +35 -0
  136. package/dist/super-editor/super-editor/src/core/types/EditorSchema.d.ts.map +1 -0
  137. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts +73 -0
  138. package/dist/super-editor/super-editor/src/core/types/EditorTypes.d.ts.map +1 -0
  139. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts +2 -0
  140. package/dist/super-editor/super-editor/src/core/types/__tests__/command-types.d.ts.map +1 -0
  141. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts +6 -2
  142. package/dist/super-editor/super-editor/src/core/utilities/callOrGet.d.ts.map +1 -1
  143. package/dist/super-editor/super-editor/src/core/utilities/isIOS.d.ts.map +1 -1
  144. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts +8 -2
  145. package/dist/super-editor/super-editor/src/extensions/ai/ai-marks.d.ts.map +1 -1
  146. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts +7 -1
  147. package/dist/super-editor/super-editor/src/extensions/ai/ai-nodes.d.ts.map +1 -1
  148. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts +1 -1
  149. package/dist/super-editor/super-editor/src/extensions/ai/ai-plugin.d.ts.map +1 -1
  150. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts +1 -1
  151. package/dist/super-editor/super-editor/src/extensions/block-node/block-node.d.ts.map +1 -1
  152. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts +3 -1
  153. package/dist/super-editor/super-editor/src/extensions/bold/bold.d.ts.map +1 -1
  154. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +1 -1
  155. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-end.d.ts.map +1 -1
  156. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts +1 -1
  157. package/dist/super-editor/super-editor/src/extensions/bookmarks/bookmark-start.d.ts.map +1 -1
  158. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration-helpers.d.ts.map +1 -1
  159. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts +6 -1
  160. package/dist/super-editor/super-editor/src/extensions/collaboration/collaboration.d.ts.map +1 -1
  161. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts +9 -1
  162. package/dist/super-editor/super-editor/src/extensions/collaboration-cursor/collaboration-cursor.d.ts.map +1 -1
  163. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts +3 -1
  164. package/dist/super-editor/super-editor/src/extensions/color/color.d.ts.map +1 -1
  165. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts +18 -3
  166. package/dist/super-editor/super-editor/src/extensions/comment/comment.d.ts.map +1 -1
  167. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts +5 -1
  168. package/dist/super-editor/super-editor/src/extensions/comment/comments-marks.d.ts.map +1 -1
  169. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +1 -1
  170. package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts.map +1 -1
  171. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts +1 -1
  172. package/dist/super-editor/super-editor/src/extensions/content-block/content-block.d.ts.map +1 -1
  173. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts +1 -1
  174. package/dist/super-editor/super-editor/src/extensions/custom-selection/custom-selection.d.ts.map +1 -1
  175. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts +1 -1
  176. package/dist/super-editor/super-editor/src/extensions/document/document.d.ts.map +1 -1
  177. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts +5 -1
  178. package/dist/super-editor/super-editor/src/extensions/dropcursor/dropcursor.d.ts.map +1 -1
  179. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts +1 -1
  180. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +1 -1
  181. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts +3 -1
  182. package/dist/super-editor/super-editor/src/extensions/font-family/font-family.d.ts.map +1 -1
  183. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts +9 -1
  184. package/dist/super-editor/super-editor/src/extensions/font-size/font-size.d.ts.map +1 -1
  185. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts +7 -1
  186. package/dist/super-editor/super-editor/src/extensions/format-commands/format-commands.d.ts.map +1 -1
  187. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts +1 -1
  188. package/dist/super-editor/super-editor/src/extensions/gapcursor/gapcursor.d.ts.map +1 -1
  189. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts +3 -1
  190. package/dist/super-editor/super-editor/src/extensions/heading/heading.d.ts.map +1 -1
  191. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts +3 -1
  192. package/dist/super-editor/super-editor/src/extensions/highlight/highlight.d.ts.map +1 -1
  193. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts +4 -1
  194. package/dist/super-editor/super-editor/src/extensions/history/history.d.ts.map +1 -1
  195. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts +1 -1
  196. package/dist/super-editor/super-editor/src/extensions/image/image.d.ts.map +1 -1
  197. package/dist/super-editor/super-editor/src/extensions/index.d.ts +22 -2
  198. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -1
  199. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts +3 -1
  200. package/dist/super-editor/super-editor/src/extensions/italic/italic.d.ts.map +1 -1
  201. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts +2 -2
  202. package/dist/super-editor/super-editor/src/extensions/line-break/line-break.d.ts.map +1 -1
  203. package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts +6 -1
  204. package/dist/super-editor/super-editor/src/extensions/line-height/line-height.d.ts.map +1 -1
  205. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts +9 -1
  206. package/dist/super-editor/super-editor/src/extensions/link/link.d.ts.map +1 -1
  207. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -0
  208. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -1
  209. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts +1 -1
  210. package/dist/super-editor/super-editor/src/extensions/linked-styles/linked-styles.d.ts.map +1 -1
  211. package/dist/super-editor/super-editor/src/extensions/linked-styles/plugin.d.ts.map +1 -1
  212. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts +6 -1
  213. package/dist/super-editor/super-editor/src/extensions/mention/mention.d.ts.map +1 -1
  214. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts +1 -1
  215. package/dist/super-editor/super-editor/src/extensions/noderesizer/noderesizer.d.ts.map +1 -1
  216. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts +2 -2
  217. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +1 -1
  218. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts +8 -1
  219. package/dist/super-editor/super-editor/src/extensions/page-reference/page-reference.d.ts.map +1 -1
  220. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts +5 -1
  221. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +1 -1
  222. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts +1 -1
  223. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -1
  224. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts +3 -1
  225. package/dist/super-editor/super-editor/src/extensions/placeholder/placeholder.d.ts.map +1 -1
  226. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +1 -1
  227. package/dist/super-editor/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts.map +1 -1
  228. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts +1 -1
  229. package/dist/super-editor/super-editor/src/extensions/run/run.d.ts.map +1 -1
  230. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts +1 -1
  231. package/dist/super-editor/super-editor/src/extensions/search/search.d.ts.map +1 -1
  232. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts +6 -1
  233. package/dist/super-editor/super-editor/src/extensions/shape-container/shape-container.d.ts.map +1 -1
  234. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts +1 -1
  235. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts.map +1 -1
  236. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +6 -1
  237. package/dist/super-editor/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts.map +1 -1
  238. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts +1 -1
  239. package/dist/super-editor/super-editor/src/extensions/slash-menu/slash-menu.d.ts.map +1 -1
  240. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts +3 -1
  241. package/dist/super-editor/super-editor/src/extensions/strike/strike.d.ts.map +1 -1
  242. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts +6 -1
  243. package/dist/super-editor/super-editor/src/extensions/structured-content/document-part-object.d.ts.map +1 -1
  244. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts +1 -1
  245. package/dist/super-editor/super-editor/src/extensions/structured-content/document-section.d.ts.map +1 -1
  246. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts +6 -1
  247. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-block.d.ts.map +1 -1
  248. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts +9 -3
  249. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +1 -1
  250. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts +6 -1
  251. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content.d.ts.map +1 -1
  252. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts +19 -0
  253. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/getStructuredContentByGroup.d.ts.map +1 -0
  254. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/index.d.ts +2 -0
  255. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts +53 -0
  256. package/dist/super-editor/super-editor/src/extensions/structured-content/structuredContentHelpers/tagUtils.d.ts.map +1 -0
  257. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts +6 -1
  258. package/dist/super-editor/super-editor/src/extensions/tab/tab.d.ts.map +1 -1
  259. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts +7 -1
  260. package/dist/super-editor/super-editor/src/extensions/table/TableView.d.ts.map +1 -1
  261. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts +19 -1
  262. package/dist/super-editor/super-editor/src/extensions/table/table.d.ts.map +1 -1
  263. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts +5 -1
  264. package/dist/super-editor/super-editor/src/extensions/table-cell/table-cell.d.ts.map +1 -1
  265. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts +5 -1
  266. package/dist/super-editor/super-editor/src/extensions/table-header/table-header.d.ts.map +1 -1
  267. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts +6 -1
  268. package/dist/super-editor/super-editor/src/extensions/table-of-contents/table-of-contents.d.ts.map +1 -1
  269. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts +5 -1
  270. package/dist/super-editor/super-editor/src/extensions/table-row/table-row.d.ts.map +1 -1
  271. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts +1 -1
  272. package/dist/super-editor/super-editor/src/extensions/text/text.d.ts.map +1 -1
  273. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts +4 -1
  274. package/dist/super-editor/super-editor/src/extensions/text-align/text-align.d.ts.map +1 -1
  275. package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts +7 -1
  276. package/dist/super-editor/super-editor/src/extensions/text-indent/text-indent.d.ts.map +1 -1
  277. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts +3 -1
  278. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -1
  279. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts +3 -1
  280. package/dist/super-editor/super-editor/src/extensions/text-transform/text-transform.d.ts.map +1 -1
  281. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts +140 -52
  282. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -1
  283. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts +1 -1
  284. package/dist/super-editor/super-editor/src/extensions/track-changes/track-changes.d.ts.map +1 -1
  285. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts +5 -1
  286. package/dist/super-editor/super-editor/src/extensions/track-changes/track-delete.d.ts.map +1 -1
  287. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts +5 -1
  288. package/dist/super-editor/super-editor/src/extensions/track-changes/track-format.d.ts.map +1 -1
  289. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts +5 -1
  290. package/dist/super-editor/super-editor/src/extensions/track-changes/track-insert.d.ts.map +1 -1
  291. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts +5 -1
  292. package/dist/super-editor/super-editor/src/extensions/track-changes/trackChangesHelpers/trackedTransaction.d.ts.map +1 -1
  293. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts +40 -0
  294. package/dist/super-editor/super-editor/src/extensions/types/formatting-commands.d.ts.map +1 -0
  295. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts +57 -0
  296. package/dist/super-editor/super-editor/src/extensions/types/history-link-table-commands.d.ts.map +1 -0
  297. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts +83 -0
  298. package/dist/super-editor/super-editor/src/extensions/types/specialized-commands.d.ts.map +1 -0
  299. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts +3 -1
  300. package/dist/super-editor/super-editor/src/extensions/underline/underline.d.ts.map +1 -1
  301. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +1 -1
  302. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts.map +1 -1
  303. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +1 -1
  304. package/dist/super-editor/super-editor/src/tests/export/export-helpers/export-helpers.d.ts.map +1 -1
  305. package/dist/super-editor/super-editor.es.js +7 -7
  306. package/dist/super-editor/toolbar.es.js +2 -2
  307. package/dist/super-editor.cjs +2 -2
  308. package/dist/super-editor.es.js +2 -2
  309. package/dist/superdoc.cjs +2 -2
  310. package/dist/superdoc.es.js +2 -2
  311. package/dist/superdoc.umd.js +2699 -2346
  312. package/dist/superdoc.umd.js.map +1 -1
  313. package/package.json +1 -1
  314. package/dist/chunks/xml-js-BSDu25I7.cjs +0 -3
  315. package/dist/chunks/xml-js-CBrRls0f.es.js +0 -2
@@ -1 +1 @@
1
- {"version":3,"file":"export-helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/tests/export/export-helpers/export-helpers.js"],"names":[],"mappings":"AAcO,4CAFM,MAAM,CAoBlB;AAmCM,wCAHI,MAAM,qBACJ,OAAO,KAAQ,CA4C3B;AAEM,+EA6BN;AAEM;;;GA2BN;AASM,yDAJI,KAAK,KAAQ,aACb,MAAM,GACJ,OAAO,KAAQ,CAuC3B"}
1
+ {"version":3,"file":"export-helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/tests/export/export-helpers/export-helpers.js"],"names":[],"mappings":"AAcO,4CAFM,MAAM,CAoBlB;AAmCM,wCAHI,MAAM,qBACJ,OAAO,KAAQ,CA4C3B;AAEM,8EA6BN;AAEM;;;GA2BN;AASM,yDAJI,KAAK,KAAQ,aACb,MAAM,GACJ,OAAO,KAAQ,CAuC3B"}
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
9
9
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
10
10
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
11
11
  var _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, enrichTrackedChanges_fn, runCommandWithArgumentOnly_fn;
12
- import { aF as getDefaultExportFromCjs, X as v4, T as TextSelection$1, v as getMarkRange, aI as vClickOutside, aJ as getActiveFormatting, aA as isInTable, I as findParentNode, J as isList, aK as readFromClipboard, aL as handleClipboardPaste, aM as getFileObject, aN as translator, aO as translator$1, aP as translator$2, aQ as translator$3, aR as translator$4, aS as translator$5, aT as translator$6, aU as translator$7, aV as translator$8, aW as translator$9, aX as translator$a, aY as translator$b, aZ as translator$c, a_ as translator$d, a$ as translator$e, b0 as commentRangeEndTranslator, b1 as commentRangeStartTranslator, b2 as translator$f, b3 as translator$g, b4 as translator$h, b5 as translator$i, b6 as translator$j, b7 as translator$k, b8 as translator$l, b9 as translator$m, ba as translator$n, bb as translator$o, bc as translator$p, bd as translator$q, be as translator$r, bf as translator$s, bg as translator$t, bh as translator$u, bi as translator$v, bj as translator$w, bk as translator$x, bl as translator$y, bm as translator$z, bn as translator$A, bo as translator$B, bp as translator$C, bq as translator$D, br as translator$E, bs as translator$F, bt as translator$G, bu as translator$H, bv as translator$I, bw as translator$J, bx as translator$K, by as translator$L, bz as translator$M, bA as translator$N, bB as translator$O, bC as translator$P, bD as translator$Q, bE as translator$R, bF as translator$S, bG as translator$T, bH as translator$U, bI as translator$V, bJ as translator$W, bK as translator$X, bL as translator$Y, bM as translator$Z, bN as translator$_, bO as translator$$, bP as translator$10, bQ as translator$11, bR as translator$12, bS as translator$13, bT as translator$14, bU as translator$15, bV as translator$16, bW as translator$17, bX as translator$18, bY as translator$19, bZ as translator$1a, b_ as translator$1b, b$ as translator$1c, c0 as translator$1d, c1 as translator$1e, c2 as translator$1f, c3 as translator$1g, c4 as translator$1h, c5 as translator$1i, c6 as translator$1j, P as PluginKey, a as Plugin } from "./chunks/converter-B3mE6WPB.js";
13
- import { a7, i, a4 } from "./chunks/converter-B3mE6WPB.js";
14
- import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, l as isHeadless, E as Editor, m as getStarterExtensions, P as Placeholder, n as getRichTextExtensions, D as DecorationSet, o as Decoration, M as Mark, p as Extension, A as Attribute, N as Node } from "./chunks/editor-B0PiO07g.js";
15
- import { v, C, w, T, q, x, t } from "./chunks/editor-B0PiO07g.js";
12
+ import { aF as getDefaultExportFromCjs, X as v4, T as TextSelection$1, v as getMarkRange, aI as vClickOutside, aJ as getActiveFormatting, aA as isInTable, I as findParentNode, J as isList, aK as readFromClipboard, aL as handleClipboardPaste, aM as getFileObject, aN as translator, aO as translator$1, aP as translator$2, aQ as translator$3, aR as translator$4, aS as translator$5, aT as translator$6, aU as translator$7, aV as translator$8, aW as translator$9, aX as translator$a, aY as translator$b, aZ as translator$c, a_ as translator$d, a$ as translator$e, b0 as commentRangeEndTranslator, b1 as commentRangeStartTranslator, b2 as translator$f, b3 as translator$g, b4 as translator$h, b5 as translator$i, b6 as translator$j, b7 as translator$k, b8 as translator$l, b9 as translator$m, ba as translator$n, bb as translator$o, bc as translator$p, bd as translator$q, be as translator$r, bf as translator$s, bg as translator$t, bh as translator$u, bi as translator$v, bj as translator$w, bk as translator$x, bl as translator$y, bm as translator$z, bn as translator$A, bo as translator$B, bp as translator$C, bq as translator$D, br as translator$E, bs as translator$F, bt as translator$G, bu as translator$H, bv as translator$I, bw as translator$J, bx as translator$K, by as translator$L, bz as translator$M, bA as translator$N, bB as translator$O, bC as translator$P, bD as translator$Q, bE as translator$R, bF as translator$S, bG as translator$T, bH as translator$U, bI as translator$V, bJ as translator$W, bK as translator$X, bL as translator$Y, bM as translator$Z, bN as translator$_, bO as translator$$, bP as translator$10, bQ as translator$11, bR as translator$12, bS as translator$13, bT as translator$14, bU as translator$15, bV as translator$16, bW as translator$17, bX as translator$18, bY as translator$19, bZ as translator$1a, b_ as translator$1b, b$ as translator$1c, c0 as translator$1d, c1 as translator$1e, c2 as translator$1f, c3 as translator$1g, c4 as translator$1h, c5 as translator$1i, c6 as translator$1j, P as PluginKey, a as Plugin } from "./chunks/converter-CuN7BQ8r.js";
13
+ import { a7, i, a4 } from "./chunks/converter-CuN7BQ8r.js";
14
+ import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, l as isHeadless, E as Editor, m as getStarterExtensions, P as Placeholder, n as getRichTextExtensions, D as DecorationSet, o as Decoration, M as Mark, p as Extension, A as Attribute, N as Node } from "./chunks/editor-CJUnMzXV.js";
15
+ import { v, C, w, T, q, x, t } from "./chunks/editor-CJUnMzXV.js";
16
16
  import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, defineComponent, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
17
- import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-Bj9E8rmT.js";
17
+ import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-_AUH-ukY.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-FgUekv4g.js";
19
+ import { D } from "./chunks/docx-zipper-DvU3g1QE.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -5063,7 +5063,7 @@ const _sfc_main$1 = {
5063
5063
  };
5064
5064
  }
5065
5065
  };
5066
- const SuperEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-cd3558fe"]]);
5066
+ const SuperEditor = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-4615ea7d"]]);
5067
5067
  const _hoisted_1 = ["innerHTML"];
5068
5068
  const _sfc_main = {
5069
5069
  __name: "SuperInput",
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-Bj9E8rmT.js";
3
- import "./chunks/editor-B0PiO07g.js";
2
+ import { T } from "./chunks/toolbar-_AUH-ukY.js";
3
+ import "./chunks/editor-CJUnMzXV.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-D8j9E-4h.cjs");
4
- require("./chunks/vue-Cwv-wUpm.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-d0fSEchl.cjs");
4
+ require("./chunks/vue-ARQSyfaw.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
7
7
  exports.BasicUpload = superEditor_es._sfc_main$4;
@@ -1,5 +1,5 @@
1
- import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-BzhuUuJx.es.js";
2
- import "./chunks/vue-CKmzTNVs.es.js";
1
+ import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-CNPHD-mt.es.js";
2
+ import "./chunks/vue-B5QAf5pA.es.js";
3
3
  export {
4
4
  A as AIWriter,
5
5
  a as AnnotatorHelpers,
package/dist/superdoc.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-D8j9E-4h.cjs");
4
- const superdoc = require("./chunks/index-9j37gBmK.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-d0fSEchl.cjs");
4
+ const superdoc = require("./chunks/index-qZtf9OYt.cjs");
5
5
  const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
7
7
  exports.Editor = superEditor_es.Editor;
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-BzhuUuJx.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-BiYSI2c3.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-CNPHD-mt.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-S2kR904m.es.js";
3
3
  import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
4
4
  export {
5
5
  a as AnnotatorHelpers,