@harbour-enterprises/superdoc 0.20.0-next.15 → 0.20.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/README.md +4 -4
  2. package/dist/chunks/{PdfViewer-DuEWa8ox.cjs → PdfViewer-B6adMXJl.cjs} +1 -1
  3. package/dist/chunks/{PdfViewer-D3gJ5ozH.es.js → PdfViewer-_tL5RYr9.es.js} +1 -1
  4. package/dist/chunks/{index-DiSIyVKk.es.js → index-DwXeHvLq.es.js} +9 -32
  5. package/dist/chunks/{index-D2h9q27o.cjs → index-mjjKSLDT.cjs} +9 -32
  6. package/dist/chunks/{super-editor.es-4Ig7dBJr.es.js → super-editor.es-CPrd1wq8.es.js} +3086 -6130
  7. package/dist/chunks/{super-editor.es-lzaBZOn2.cjs → super-editor.es-DJHyk0Zs.cjs} +3086 -6130
  8. package/dist/core/SuperDoc.d.ts.map +1 -1
  9. package/dist/stores/comments-store.d.ts.map +1 -1
  10. package/dist/style.css +0 -38
  11. package/dist/super-editor/ai-writer.es.js +2 -2
  12. package/dist/super-editor/chunks/{converter-BJVy6JMW.js → converter-KHB8spG5.js} +2134 -4143
  13. package/dist/super-editor/chunks/{docx-zipper-DWDJGX0b.js → docx-zipper-B-vl4ISA.js} +1 -1
  14. package/dist/super-editor/chunks/{editor-BUCOmU2Y.js → editor-Df2sUgT0.js} +1558 -2538
  15. package/dist/super-editor/chunks/{toolbar-CiBIcgiI.js → toolbar-C6JoUIM_.js} +2 -2
  16. package/dist/super-editor/converter.es.js +1 -1
  17. package/dist/super-editor/docx-zipper.es.js +2 -2
  18. package/dist/super-editor/editor.es.js +3 -3
  19. package/dist/super-editor/file-zipper.es.js +1 -1
  20. package/dist/super-editor/src/core/commands/index.d.ts +0 -1
  21. package/dist/super-editor/src/core/commands/types/index.d.ts +1 -29
  22. package/dist/super-editor/src/core/helpers/index.d.ts +0 -1
  23. package/dist/super-editor/src/core/super-converter/SuperConverter.d.ts +0 -5
  24. package/dist/super-editor/src/core/super-converter/exporter.d.ts +1 -15
  25. package/dist/super-editor/src/core/super-converter/helpers.d.ts +0 -4
  26. package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkNodeImporter.d.ts +0 -5
  27. package/dist/super-editor/src/core/super-converter/v2/importer/imageImporter.d.ts +1 -1
  28. package/dist/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +0 -12
  29. package/dist/super-editor/src/core/super-converter/v2/importer/runNodeImporter.d.ts +6 -6
  30. package/dist/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +22 -0
  31. package/dist/super-editor/src/core/super-converter/v3/handlers/index.d.ts +8 -2
  32. package/dist/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +3 -10
  33. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +1 -1
  34. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +1 -1
  35. package/dist/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +1 -11
  36. package/dist/super-editor/src/extensions/block-node/block-node.d.ts +5 -30
  37. package/dist/super-editor/src/extensions/bold/bold.d.ts +0 -20
  38. package/dist/super-editor/src/extensions/bookmarks/index.d.ts +1 -2
  39. package/dist/super-editor/src/extensions/bullet-list/bullet-list.d.ts +0 -12
  40. package/dist/super-editor/src/extensions/color/color.d.ts +0 -26
  41. package/dist/super-editor/src/extensions/content-block/content-block.d.ts +0 -30
  42. package/dist/super-editor/src/extensions/custom-selection/custom-selection.d.ts +0 -16
  43. package/dist/super-editor/src/extensions/document/document.d.ts +0 -26
  44. package/dist/super-editor/src/extensions/dropcursor/dropcursor.d.ts +0 -26
  45. package/dist/super-editor/src/extensions/font-family/font-family.d.ts +0 -29
  46. package/dist/super-editor/src/extensions/font-size/font-size.d.ts +0 -21
  47. package/dist/super-editor/src/extensions/format-commands/format-commands.d.ts +0 -9
  48. package/dist/super-editor/src/extensions/gapcursor/gapcursor.d.ts +0 -9
  49. package/dist/super-editor/src/extensions/heading/heading.d.ts +6 -12
  50. package/dist/super-editor/src/extensions/highlight/highlight.d.ts +0 -20
  51. package/dist/super-editor/src/extensions/history/history.d.ts +15 -7
  52. package/dist/super-editor/src/extensions/image/image.d.ts +0 -78
  53. package/dist/super-editor/src/extensions/image/imageHelpers/imagePlaceholderPlugin.d.ts +5 -0
  54. package/dist/super-editor/src/extensions/image/imageHelpers/index.d.ts +1 -3
  55. package/dist/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +2 -2
  56. package/dist/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +23 -18
  57. package/dist/super-editor/src/extensions/index.d.ts +2 -3
  58. package/dist/super-editor/src/extensions/italic/italic.d.ts +0 -10
  59. package/dist/super-editor/src/extensions/line-break/line-break.d.ts +0 -43
  60. package/dist/super-editor/src/extensions/line-height/line-height.d.ts +0 -22
  61. package/dist/super-editor/src/extensions/link/link.d.ts +25 -53
  62. package/dist/super-editor/src/extensions/linked-styles/index.d.ts +0 -1
  63. package/dist/super-editor/src/extensions/linked-styles/linked-styles.d.ts +0 -9
  64. package/dist/super-editor/src/extensions/list-item/list-item.d.ts +0 -48
  65. package/dist/super-editor/src/extensions/mention/mention.d.ts +0 -26
  66. package/dist/super-editor/src/extensions/noderesizer/noderesizer.d.ts +0 -14
  67. package/dist/super-editor/src/extensions/ordered-list/ordered-list.d.ts +0 -35
  68. package/dist/super-editor/src/extensions/page-number/page-number.d.ts +0 -52
  69. package/dist/super-editor/src/extensions/paragraph/paragraph.d.ts +0 -49
  70. package/dist/super-editor/src/extensions/placeholder/placeholder.d.ts +0 -15
  71. package/dist/super-editor/src/extensions/popover-plugin/popover-plugin.d.ts +0 -9
  72. package/dist/super-editor/src/extensions/run-item/run-item.d.ts +0 -24
  73. package/dist/super-editor/src/extensions/search/search.d.ts +2 -11
  74. package/dist/super-editor/src/extensions/shape-container/shape-container.d.ts +0 -29
  75. package/dist/super-editor/src/extensions/shape-textbox/shape-textbox.d.ts +0 -26
  76. package/dist/super-editor/src/extensions/slash-menu/slash-menu.d.ts +0 -9
  77. package/dist/super-editor/src/extensions/strike/strike.d.ts +0 -10
  78. package/dist/super-editor/src/extensions/structured-content/document-section.d.ts +27 -46
  79. package/dist/super-editor/src/extensions/structured-content/structured-content-block.d.ts +1 -29
  80. package/dist/super-editor/src/extensions/structured-content/structured-content.d.ts +1 -29
  81. package/dist/super-editor/src/extensions/tab/tab.d.ts +0 -29
  82. package/dist/super-editor/src/extensions/table/table.d.ts +55 -376
  83. package/dist/super-editor/src/extensions/table-cell/table-cell.d.ts +0 -41
  84. package/dist/super-editor/src/extensions/table-header/table-header.d.ts +0 -22
  85. package/dist/super-editor/src/extensions/table-row/table-row.d.ts +0 -28
  86. package/dist/super-editor/src/extensions/text/text.d.ts +0 -14
  87. package/dist/super-editor/src/extensions/text-align/text-align.d.ts +0 -22
  88. package/dist/super-editor/src/extensions/text-indent/text-indent.d.ts +10 -19
  89. package/dist/super-editor/src/extensions/text-style/text-style.d.ts +0 -20
  90. package/dist/super-editor/src/extensions/text-transform/text-transform.d.ts +0 -20
  91. package/dist/super-editor/src/extensions/underline/underline.d.ts +0 -25
  92. package/dist/super-editor/style.css +0 -38
  93. package/dist/super-editor/super-editor.es.js +67 -146
  94. package/dist/super-editor/toolbar.es.js +2 -2
  95. package/dist/super-editor.cjs +1 -1
  96. package/dist/super-editor.es.js +1 -1
  97. package/dist/superdoc.cjs +2 -2
  98. package/dist/superdoc.es.js +2 -2
  99. package/dist/superdoc.umd.js +3723 -6790
  100. package/dist/superdoc.umd.js.map +1 -1
  101. package/package.json +4 -7
  102. package/dist/super-editor/src/components/toolbar/format-negation.d.ts +0 -5
  103. package/dist/super-editor/src/core/commands/toggleMarkCascade.d.ts +0 -42
  104. package/dist/super-editor/src/core/helpers/updateDOMAttributes.d.ts +0 -1
  105. package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkEndImporter.d.ts +0 -6
  106. package/dist/super-editor/src/core/super-converter/v2/importer/bookmarkStartImporter.d.ts +0 -6
  107. package/dist/super-editor/src/core/super-converter/v3/handlers/constants/east-asian-regex.d.ts +0 -1
  108. package/dist/super-editor/src/core/super-converter/v3/handlers/constants/index.d.ts +0 -1
  109. package/dist/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +0 -3
  110. package/dist/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +0 -4
  111. package/dist/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +0 -7
  112. package/dist/super-editor/src/core/super-converter/v3/handlers/w/b/index.d.ts +0 -1
  113. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/bidiVisual-translator.d.ts +0 -6
  114. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bidiVisual/index.d.ts +0 -1
  115. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/index.d.ts +0 -2
  116. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-displaced-by-custom-xml.d.ts +0 -4
  117. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/attributes/w-id.d.ts +0 -4
  118. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/bookmark-end-translator.d.ts +0 -7
  119. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-end/index.d.ts +0 -1
  120. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/index.d.ts +0 -2
  121. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-first.d.ts +0 -4
  122. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-col-last.d.ts +0 -4
  123. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-displaced-by-custom-xml.d.ts +0 -4
  124. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-id.d.ts +0 -4
  125. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/attributes/w-name.d.ts +0 -4
  126. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/bookmark-start-translator.d.ts +0 -7
  127. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bookmark-start/index.d.ts +0 -1
  128. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/bottom-translator.d.ts +0 -6
  129. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/index.d.ts +0 -2
  130. package/dist/super-editor/src/core/super-converter/v3/handlers/w/bottom/marginBottom-translator.d.ts +0 -6
  131. package/dist/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +0 -2
  132. package/dist/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +0 -4
  133. package/dist/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +0 -4
  134. package/dist/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +0 -4
  135. package/dist/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +0 -4
  136. package/dist/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +0 -7
  137. package/dist/super-editor/src/core/super-converter/v3/handlers/w/drawing/drawing-translator.d.ts +0 -6
  138. package/dist/super-editor/src/core/super-converter/v3/handlers/w/drawing/index.d.ts +0 -1
  139. package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/end-translator.d.ts +0 -6
  140. package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/index.d.ts +0 -2
  141. package/dist/super-editor/src/core/super-converter/v3/handlers/w/end/marginEnd-translator.d.ts +0 -6
  142. package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridCol/gridCol-translator.d.ts +0 -6
  143. package/dist/super-editor/src/core/super-converter/v3/handlers/w/gridCol/index.d.ts +0 -1
  144. package/dist/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/index.d.ts +0 -2
  145. package/dist/super-editor/src/core/super-converter/v3/handlers/w/highlight/attributes/w-val.d.ts +0 -4
  146. package/dist/super-editor/src/core/super-converter/v3/handlers/w/highlight/highlight-translator.d.ts +0 -4
  147. package/dist/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +0 -2
  148. package/dist/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +0 -4
  149. package/dist/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +0 -7
  150. package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideH/index.d.ts +0 -1
  151. package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideH/insideH-translator.d.ts +0 -6
  152. package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideV/index.d.ts +0 -1
  153. package/dist/super-editor/src/core/super-converter/v3/handlers/w/insideV/insideV-translator.d.ts +0 -6
  154. package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/index.d.ts +0 -2
  155. package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/left-translator.d.ts +0 -6
  156. package/dist/super-editor/src/core/super-converter/v3/handlers/w/left/marginLeft-translator.d.ts +0 -6
  157. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/index.d.ts +0 -2
  158. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-del.d.ts +0 -4
  159. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r-pr.d.ts +0 -4
  160. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/attributes/w-rsid-r.d.ts +0 -4
  161. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +0 -40
  162. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -3
  163. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +0 -9
  164. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/track-change-helpers.d.ts +0 -5
  165. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/index.d.ts +0 -1
  166. package/dist/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts +0 -4
  167. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +0 -2
  168. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +0 -4
  169. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +0 -4
  170. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +0 -4
  171. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +0 -4
  172. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +0 -4
  173. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/index.d.ts +0 -1
  174. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +0 -5
  175. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +0 -2
  176. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +0 -4
  177. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rStyle/index.d.ts +0 -1
  178. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +0 -7
  179. package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/index.d.ts +0 -2
  180. package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/marginRight-translator.d.ts +0 -6
  181. package/dist/super-editor/src/core/super-converter/v3/handlers/w/right/right-translator.d.ts +0 -6
  182. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rpr/index.d.ts +0 -1
  183. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +0 -5
  184. package/dist/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +0 -11
  185. package/dist/super-editor/src/core/super-converter/v3/handlers/w/shd/index.d.ts +0 -1
  186. package/dist/super-editor/src/core/super-converter/v3/handlers/w/shd/shd-translator.d.ts +0 -6
  187. package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/index.d.ts +0 -2
  188. package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/marginStart-translator.d.ts +0 -6
  189. package/dist/super-editor/src/core/super-converter/v3/handlers/w/start/start-translator.d.ts +0 -6
  190. package/dist/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +0 -2
  191. package/dist/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +0 -4
  192. package/dist/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +0 -7
  193. package/dist/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +0 -2
  194. package/dist/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +0 -4
  195. package/dist/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +0 -4
  196. package/dist/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/index.d.ts +0 -2
  197. package/dist/super-editor/src/core/super-converter/v3/handlers/w/szcs/attributes/w-val.d.ts +0 -4
  198. package/dist/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +0 -4
  199. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tbl/index.d.ts +0 -1
  200. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tbl/tbl-translator.d.ts +0 -28
  201. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/index.d.ts +0 -1
  202. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblBorders/tblBorders-translator.d.ts +0 -6
  203. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/index.d.ts +0 -1
  204. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCaption/tblCaption-translator.d.ts +0 -6
  205. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/index.d.ts +0 -1
  206. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblCellMar/tblCellMar-translator.d.ts +0 -2
  207. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/index.d.ts +0 -1
  208. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblDescription/tblDescription-translator.d.ts +0 -6
  209. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/index.d.ts +0 -1
  210. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-helpers.d.ts +0 -5
  211. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts +0 -5
  212. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblInd/index.d.ts +0 -1
  213. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblInd/tblInd-translator.d.ts +0 -6
  214. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/index.d.ts +0 -1
  215. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLayout/tblLayout-translator.d.ts +0 -6
  216. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLook/index.d.ts +0 -1
  217. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblLook/tblLook-translator.d.ts +0 -6
  218. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/index.d.ts +0 -1
  219. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblOverlap/tblOverlap-translator.d.ts +0 -6
  220. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblPr/index.d.ts +0 -1
  221. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblPr/tblPr-translator.d.ts +0 -5
  222. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/index.d.ts +0 -1
  223. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyle/tblStyle-translator.d.ts +0 -6
  224. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/index.d.ts +0 -1
  225. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleColBandSize/tblStyleColBandSize-translator.d.ts +0 -6
  226. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/index.d.ts +0 -1
  227. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblStyleRowBandSize/tblStyleRowBandSize-translator.d.ts +0 -6
  228. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblW/index.d.ts +0 -1
  229. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblW/tblW-translator.d.ts +0 -6
  230. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/index.d.ts +0 -1
  231. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tblpPr/tblpPr-translator.d.ts +0 -6
  232. package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/index.d.ts +0 -2
  233. package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/marginTop-translator.d.ts +0 -6
  234. package/dist/super-editor/src/core/super-converter/v3/handlers/w/top/top-translator.d.ts +0 -6
  235. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/index.d.ts +0 -2
  236. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-color.d.ts +0 -4
  237. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-color.d.ts +0 -4
  238. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-shade.d.ts +0 -4
  239. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-theme-tint.d.ts +0 -4
  240. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/attributes/w-val.d.ts +0 -4
  241. package/dist/super-editor/src/core/super-converter/v3/handlers/w/u/u-translator.d.ts +0 -7
  242. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/anchor-translator.d.ts +0 -6
  243. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/handle-anchor-node.d.ts +0 -6
  244. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/helpers/translate-anchor-node.d.ts +0 -6
  245. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/anchor/index.d.ts +0 -1
  246. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +0 -18
  247. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +0 -6
  248. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/handle-inline-node.d.ts +0 -6
  249. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/helpers/translate-inline-node.d.ts +0 -6
  250. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/index.d.ts +0 -1
  251. package/dist/super-editor/src/core/super-converter/v3/handlers/wp/inline/inline-translator.d.ts +0 -6
  252. package/dist/super-editor/src/extensions/bookmarks/bookmark-end.d.ts +0 -6
  253. package/dist/super-editor/src/extensions/image/imageHelpers/fileNameUtils.d.ts +0 -3
  254. package/dist/super-editor/src/extensions/image/imageHelpers/handleBase64.d.ts +0 -1
  255. package/dist/super-editor/src/extensions/image/imageHelpers/handleUrl.d.ts +0 -2
  256. package/dist/super-editor/src/extensions/image/imageHelpers/imageRegistrationPlugin.d.ts +0 -11
  257. package/dist/super-editor/src/extensions/image/imageHelpers/rotation.d.ts +0 -4
  258. package/dist/super-editor/src/extensions/linked-styles/underline-css.d.ts +0 -17
  259. package/dist/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +0 -62
  260. package/dist/super-editor/src/extensions/run/commands/index.d.ts +0 -1
  261. package/dist/super-editor/src/extensions/run/commands/split-run.d.ts +0 -1
  262. package/dist/super-editor/src/extensions/run/index.d.ts +0 -1
  263. package/dist/super-editor/src/extensions/run/run.d.ts +0 -6
  264. package/dist/super-editor/src/extensions/shared/cascade-toggle.d.ts +0 -8
  265. package/dist/super-editor/src/extensions/structured-content/StructuredContentBlockView.d.ts +0 -9
  266. package/dist/super-editor/src/extensions/structured-content/StructuredContentInlineView.d.ts +0 -9
  267. package/dist/super-editor/src/extensions/structured-content/StructuredContentViewBase.d.ts +0 -24
  268. package/dist/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +0 -12
  269. package/dist/super-editor/src/tests/helpers/editor-test-utils.d.ts +0 -14
  270. package/dist/super-editor/src/tests/helpers/getParagraphText.d.ts +0 -2
  271. /package/dist/super-editor/src/extensions/bookmarks/{bookmark-start.d.ts → bookmarks.d.ts} +0 -0
@@ -1,17 +1,7 @@
1
1
  /**
2
- * Configuration options for TextIndent
3
- * @typedef {Object} TextIndentOptions
4
- * @category Options
5
- * @property {string[]} [types=['heading', 'paragraph']] - Node types to apply indentation to
6
- * @property {Object} [defaults] - Default indentation settings
7
- * @property {string} [defaults.unit='in'] - Default unit for indentation (in, cm, px, etc.)
8
- * @property {number} [defaults.increment=0.125] - Default increment/decrement value
9
- */
10
- /**
11
- * Attributes for text indentation
12
- * @typedef {Object} TextIndentAttributes
13
- * @category Attributes
14
- * @property {string} [textIndent] - Text indentation value with unit (e.g., '0.5in')
2
+ * Text indent configuration
3
+ * @typedef {Object} IndentConfig
4
+ * @property {string} indent - Indent value with unit (e.g., '0.5in', '1cm')
15
5
  */
16
6
  /**
17
7
  * @module TextIndent
@@ -20,11 +10,12 @@
20
10
  */
21
11
  export const TextIndent: Extension;
22
12
  /**
23
- * Configuration options for TextIndent
24
- */
25
- export type TextIndentOptions = any;
26
- /**
27
- * Attributes for text indentation
13
+ * Text indent configuration
28
14
  */
29
- export type TextIndentAttributes = any;
15
+ export type IndentConfig = {
16
+ /**
17
+ * - Indent value with unit (e.g., '0.5in', '1cm')
18
+ */
19
+ indent: string;
20
+ };
30
21
  import { Extension } from '@core/index.js';
@@ -1,27 +1,7 @@
1
- /**
2
- * Configuration options for TextStyle
3
- * @typedef {Object} TextStyleOptions
4
- * @category Options
5
- * @property {Object} [htmlAttributes={}] - Custom HTML attributes to apply to text style spans
6
- */
7
- /**
8
- * Attributes for text style marks
9
- * @typedef {Object} TextStyleAttributes
10
- * @category Attributes
11
- * @property {string} [styleId] - Style identifier for referencing predefined styles
12
- */
13
1
  /**
14
2
  * @module TextStyle
15
3
  * @sidebarTitle Text Style
16
4
  * @snippetPath /snippets/extensions/text-style.mdx
17
5
  */
18
6
  export const TextStyle: Mark;
19
- /**
20
- * Configuration options for TextStyle
21
- */
22
- export type TextStyleOptions = any;
23
- /**
24
- * Attributes for text style marks
25
- */
26
- export type TextStyleAttributes = any;
27
7
  import { Mark } from '@core/index.js';
@@ -1,27 +1,7 @@
1
- /**
2
- * Configuration options for TextTransform
3
- * @typedef {Object} TextTransformOptions
4
- * @category Options
5
- * @property {string[]} [types=['textStyle']] - Mark types to apply text transform to
6
- */
7
- /**
8
- * Attributes for text transform
9
- * @typedef {Object} TextTransformAttributes
10
- * @category Attributes
11
- * @property {string} [textTransform] - Text transform value (uppercase, lowercase, capitalize, none)
12
- */
13
1
  /**
14
2
  * @module TextTransform
15
3
  * @sidebarTitle Text Transform
16
4
  * @snippetPath /snippets/extensions/text-transform.mdx
17
5
  */
18
6
  export const TextTransform: Extension;
19
- /**
20
- * Configuration options for TextTransform
21
- */
22
- export type TextTransformOptions = any;
23
- /**
24
- * Attributes for text transform
25
- */
26
- export type TextTransformAttributes = any;
27
7
  import { Extension } from '@core/index.js';
@@ -1,20 +1,3 @@
1
- /**
2
- * Underline style configuration
3
- * @typedef {Object} UnderlineConfig
4
- * @property {'single'|'double'|'thick'|'dotted'|'dashed'|'wavy'} value - Style variant
5
- */
6
- /**
7
- * Configuration options for Underline
8
- * @typedef {Object} UnderlineOptions
9
- * @category Options
10
- * @property {Object} [htmlAttributes={}] - HTML attributes for underline elements
11
- */
12
- /**
13
- * Attributes for underline marks
14
- * @typedef {Object} UnderlineAttributes
15
- * @category Attributes
16
- * @property {UnderlineConfig} [underlineType='single'] - Style of underline
17
- */
18
1
  /**
19
2
  * @module Underline
20
3
  * @sidebarTitle Underline
@@ -32,12 +15,4 @@ export type UnderlineConfig = {
32
15
  */
33
16
  value: "single" | "double" | "thick" | "dotted" | "dashed" | "wavy";
34
17
  };
35
- /**
36
- * Configuration options for Underline
37
- */
38
- export type UnderlineOptions = any;
39
- /**
40
- * Attributes for underline marks
41
- */
42
- export type UnderlineAttributes = any;
43
18
  import { Mark } from '@core/index.js';
@@ -1117,44 +1117,6 @@ on the right if it is inside shape textbox.
1117
1117
  white-space: nowrap;
1118
1118
  text-overflow: ellipsis;
1119
1119
  }
1120
- .sd-structured-content,
1121
- .sd-structured-content-block {
1122
- padding: 1px;
1123
- box-sizing: border-box;
1124
- border-radius: 4px;
1125
- border: 1px solid #629be7;
1126
- position: relative;
1127
- }
1128
- .sd-structured-content-draggable {
1129
- font-size: 10px;
1130
- align-items: center;
1131
- justify-content: center;
1132
- position: absolute;
1133
- left: 2px;
1134
- bottom: 100%;
1135
- width: calc(100% - 4px);
1136
- max-width: 110px;
1137
- min-width: 0;
1138
- height: 18px;
1139
- padding: 0 4px;
1140
- border: 1px solid #629be7;
1141
- border-bottom: none;
1142
- border-radius: 6px 6px 0 0;
1143
- background-color: #629be7dd;
1144
- z-index: 10;
1145
- cursor: grab;
1146
- display: none;
1147
- }
1148
- .sd-structured-content-draggable span {
1149
- max-width: 100%;
1150
- overflow: hidden;
1151
- white-space: nowrap;
1152
- text-overflow: ellipsis;
1153
- }
1154
- .sd-structured-content:hover .sd-structured-content-draggable,
1155
- .sd-structured-content-block:hover .sd-structured-content-draggable {
1156
- display: inline-flex;
1157
- }
1158
1120
 
1159
1121
  .alignment-buttons[data-v-d84f57b6] {
1160
1122
  display: flex;
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
9
9
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
10
10
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
11
11
  var _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, runCommandWithArgumentOnly_fn;
12
- import { av as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, ay as vClickOutside, H as findParentNode, az as getActiveFormatting, ap as isInTable, aA as readFromClipboard, aB as handleClipboardPaste, aC as getFileObject, aD as runPropertyTranslators, aE as translator, aF as translator$1, aG as translator$2, aH as translator$3, aI as translator$4, aJ as translator$5, aK as translator$6, aL as translator$7, aM as translator$8, aN as translator$9, aO as translator$a, aP as translator$b, aQ as translator$c, aR as translator$d, aS as translator$e, aT as translator$f, aU as translator$g, aV as translator$h, aW as translator$i, aX as translator$j, aY as translator$k, aZ as translator$l, a_ as translator$m, a$ as translator$n, b0 as translator$o, b1 as translator$p, a as Plugin } from "./chunks/converter-BJVy6JMW.js";
13
- import { b2, a5, i, a2 } from "./chunks/converter-BJVy6JMW.js";
14
- import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, y as yUndoPluginKey, f as undoDepth, h as redoDepth, S as SlashMenuPluginKey, E as Editor, i as getStarterExtensions, P as Placeholder, j as getRichTextExtensions, M as Mark, k as Extension, A as Attribute, N as Node } from "./chunks/editor-BUCOmU2Y.js";
15
- import { n, C, o, T, l, p, m } from "./chunks/editor-BUCOmU2Y.js";
12
+ import { ax as getDefaultExportFromCjs, V as v4, T as TextSelection$1, v as getMarkRange, aA as vClickOutside, H as findParentNode, aB as getActiveFormatting, ar as isInTable, aC as readFromClipboard, aD as handleClipboardPaste, aE as getFileObject, aF as translator, aG as translator$1, aH as translator$2, a as Plugin } from "./chunks/converter-KHB8spG5.js";
13
+ import { aI, a5, i, a2 } from "./chunks/converter-KHB8spG5.js";
14
+ import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, s as startImageUpload, y as yUndoPluginKey, d as undoDepth, r as redoDepth, S as SlashMenuPluginKey, E as Editor, e as getStarterExtensions, P as Placeholder, f as getRichTextExtensions, M as Mark, h as Extension, A as Attribute, N as Node } from "./chunks/editor-Df2sUgT0.js";
15
+ import { k, C, l, T, i as i2, m, j } from "./chunks/editor-Df2sUgT0.js";
16
16
  import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, reactive, onUnmounted, renderSlot, shallowRef, createBlock, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
17
- import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-CiBIcgiI.js";
17
+ import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, m as magicWandIcon, p as plusIconSvg, a as trashIconSvg, l as linkIconSvg, b as tableIconSvg, c as scissorsIconSvg, d as copyIconSvg, e as pasteIconSvg, f as borderNoneIconSvg, g as arrowsToDotIconSvg, h as arrowsLeftRightIconSvg, w as wrenchIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-C6JoUIM_.js";
18
18
  import AIWriter from "./ai-writer.es.js";
19
- import { D } from "./chunks/docx-zipper-DWDJGX0b.js";
19
+ import { D } from "./chunks/docx-zipper-B-vl4ISA.js";
20
20
  import { createZip } from "./file-zipper.es.js";
21
21
  var eventemitter3 = { exports: {} };
22
22
  var hasRequiredEventemitter3;
@@ -69,8 +69,8 @@ function requireEventemitter3() {
69
69
  var evt = prefix ? prefix + event : event, handlers = this._events[evt];
70
70
  if (!handlers) return [];
71
71
  if (handlers.fn) return [handlers.fn];
72
- for (var i2 = 0, l2 = handlers.length, ee = new Array(l2); i2 < l2; i2++) {
73
- ee[i2] = handlers[i2].fn;
72
+ for (var i3 = 0, l2 = handlers.length, ee = new Array(l2); i3 < l2; i3++) {
73
+ ee[i3] = handlers[i3].fn;
74
74
  }
75
75
  return ee;
76
76
  };
@@ -83,7 +83,7 @@ function requireEventemitter3() {
83
83
  EventEmitter2.prototype.emit = function emit(event, a1, a22, a3, a4, a52) {
84
84
  var evt = prefix ? prefix + event : event;
85
85
  if (!this._events[evt]) return false;
86
- var listeners = this._events[evt], len = arguments.length, args, i2;
86
+ var listeners = this._events[evt], len = arguments.length, args, i3;
87
87
  if (listeners.fn) {
88
88
  if (listeners.once) this.removeListener(event, listeners.fn, void 0, true);
89
89
  switch (len) {
@@ -100,32 +100,32 @@ function requireEventemitter3() {
100
100
  case 6:
101
101
  return listeners.fn.call(listeners.context, a1, a22, a3, a4, a52), true;
102
102
  }
103
- for (i2 = 1, args = new Array(len - 1); i2 < len; i2++) {
104
- args[i2 - 1] = arguments[i2];
103
+ for (i3 = 1, args = new Array(len - 1); i3 < len; i3++) {
104
+ args[i3 - 1] = arguments[i3];
105
105
  }
106
106
  listeners.fn.apply(listeners.context, args);
107
107
  } else {
108
- var length = listeners.length, j;
109
- for (i2 = 0; i2 < length; i2++) {
110
- if (listeners[i2].once) this.removeListener(event, listeners[i2].fn, void 0, true);
108
+ var length = listeners.length, j2;
109
+ for (i3 = 0; i3 < length; i3++) {
110
+ if (listeners[i3].once) this.removeListener(event, listeners[i3].fn, void 0, true);
111
111
  switch (len) {
112
112
  case 1:
113
- listeners[i2].fn.call(listeners[i2].context);
113
+ listeners[i3].fn.call(listeners[i3].context);
114
114
  break;
115
115
  case 2:
116
- listeners[i2].fn.call(listeners[i2].context, a1);
116
+ listeners[i3].fn.call(listeners[i3].context, a1);
117
117
  break;
118
118
  case 3:
119
- listeners[i2].fn.call(listeners[i2].context, a1, a22);
119
+ listeners[i3].fn.call(listeners[i3].context, a1, a22);
120
120
  break;
121
121
  case 4:
122
- listeners[i2].fn.call(listeners[i2].context, a1, a22, a3);
122
+ listeners[i3].fn.call(listeners[i3].context, a1, a22, a3);
123
123
  break;
124
124
  default:
125
- if (!args) for (j = 1, args = new Array(len - 1); j < len; j++) {
126
- args[j - 1] = arguments[j];
125
+ if (!args) for (j2 = 1, args = new Array(len - 1); j2 < len; j2++) {
126
+ args[j2 - 1] = arguments[j2];
127
127
  }
128
- listeners[i2].fn.apply(listeners[i2].context, args);
128
+ listeners[i3].fn.apply(listeners[i3].context, args);
129
129
  }
130
130
  }
131
131
  }
@@ -150,9 +150,9 @@ function requireEventemitter3() {
150
150
  clearEvent(this, evt);
151
151
  }
152
152
  } else {
153
- for (var i2 = 0, events = [], length = listeners.length; i2 < length; i2++) {
154
- if (listeners[i2].fn !== fn || once && !listeners[i2].once || context && listeners[i2].context !== context) {
155
- events.push(listeners[i2]);
153
+ for (var i3 = 0, events = [], length = listeners.length; i3 < length; i3++) {
154
+ if (listeners[i3].fn !== fn || once && !listeners[i3].once || context && listeners[i3].context !== context) {
155
+ events.push(listeners[i3]);
156
156
  }
157
157
  }
158
158
  if (events.length) this._events[evt] = events.length === 1 ? events[0] : events;
@@ -1145,8 +1145,8 @@ const _sfc_main$7 = {
1145
1145
  const selectGridItems = (allItems, cols, rows) => {
1146
1146
  selectedCols.value = cols;
1147
1147
  selectedRows.value = rows;
1148
- for (let i2 = 0; i2 < allItems.length; i2++) {
1149
- let item = allItems[i2];
1148
+ for (let i3 = 0; i3 < allItems.length; i3++) {
1149
+ let item = allItems[i3];
1150
1150
  let itemsCols = parseInt(item.dataset.cols, 10);
1151
1151
  let itemsRows = parseInt(item.dataset.rows, 10);
1152
1152
  if (itemsCols <= cols && itemsRows <= rows) {
@@ -1223,20 +1223,20 @@ const _sfc_main$7 = {
1223
1223
  onMouseover: onTableGridMouseOver,
1224
1224
  "data-grid": "true"
1225
1225
  }, [
1226
- (openBlock(), createElementBlock(Fragment, null, renderList(5, (i2) => {
1227
- return openBlock(), createElementBlock(Fragment, { key: i2 }, [
1228
- (openBlock(), createElementBlock(Fragment, null, renderList(5, (n2) => {
1226
+ (openBlock(), createElementBlock(Fragment, null, renderList(5, (i3) => {
1227
+ return openBlock(), createElementBlock(Fragment, { key: i3 }, [
1228
+ (openBlock(), createElementBlock(Fragment, null, renderList(5, (n) => {
1229
1229
  return createElementVNode("div", {
1230
1230
  class: "toolbar-table-grid__item",
1231
- key: `${i2}_${n2}`,
1232
- "data-cols": n2,
1233
- "data-rows": i2,
1231
+ key: `${i3}_${n}`,
1232
+ "data-cols": n,
1233
+ "data-rows": i3,
1234
1234
  "data-item": "true",
1235
1235
  ref_for: true,
1236
1236
  ref_key: "tableGridItems",
1237
1237
  ref: tableGridItems,
1238
- onKeydown: withModifiers((event) => handleKeyDown(event, n2, i2), ["prevent"]),
1239
- onClick: withModifiers(($event) => handleClick({ cols: n2, rows: i2 }), ["stop", "prevent"])
1238
+ onKeydown: withModifiers((event) => handleKeyDown(event, n, i3), ["prevent"]),
1239
+ onClick: withModifiers(($event) => handleClick({ cols: n, rows: i3 }), ["stop", "prevent"])
1240
1240
  }, null, 40, _hoisted_1$6);
1241
1241
  }), 64))
1242
1242
  ], 64);
@@ -1457,7 +1457,7 @@ const makeDefaultItems = ({
1457
1457
  onActivate: ({ fontFamily }) => {
1458
1458
  if (!fontFamily) return;
1459
1459
  fontButton.label.value = fontFamily;
1460
- const foundFont = fontOptions.find((i2) => i2.label === fontFamily);
1460
+ const foundFont = fontOptions.find((i3) => i3.label === fontFamily);
1461
1461
  if (foundFont) {
1462
1462
  fontButton.selectedValue.value = foundFont.key;
1463
1463
  } else {
@@ -1543,8 +1543,8 @@ const makeDefaultItems = ({
1543
1543
  if (sanitizedValue < 8) sanitizedValue = 8;
1544
1544
  if (sanitizedValue > 96) sanitizedValue = 96;
1545
1545
  let sanitizedValueStr = String(sanitizedValue);
1546
- const foundSize = fontSizeOptions.find((i2) => {
1547
- return i2.label === sanitizedValueStr || i2.key === sanitizedValueStr;
1546
+ const foundSize = fontSizeOptions.find((i3) => {
1547
+ return i3.label === sanitizedValueStr || i3.key === sanitizedValueStr;
1548
1548
  });
1549
1549
  if (foundSize) {
1550
1550
  fontSize.selectedValue.value = foundSize.key;
@@ -2504,38 +2504,6 @@ const toolbarTexts = {
2504
2504
  documentViewingModeDescription: "View clean version of document only",
2505
2505
  linkedStyles: "Linked styles"
2506
2506
  };
2507
- const isOffValue = (value) => {
2508
- if (value == null) return false;
2509
- const normalized = String(value).toLowerCase();
2510
- return normalized === "0" || normalized === "false" || normalized === "off";
2511
- };
2512
- const negationChecks = {
2513
- bold: (attrs = {}) => isOffValue(attrs.value),
2514
- italic: (attrs = {}) => isOffValue(attrs.value),
2515
- strike: (attrs = {}) => isOffValue(attrs.value),
2516
- underline: (attrs = {}) => {
2517
- const type = attrs.underlineType ?? attrs.value;
2518
- if (type == null) return false;
2519
- const normalized = String(type).toLowerCase();
2520
- return normalized === "none" || isOffValue(normalized);
2521
- },
2522
- color: (attrs = {}) => {
2523
- const value = attrs.color;
2524
- if (value == null) return true;
2525
- return String(value).toLowerCase() === "inherit";
2526
- },
2527
- highlight: (attrs = {}) => {
2528
- const value = attrs.color;
2529
- if (value == null) return true;
2530
- const normalized = String(value).toLowerCase();
2531
- return normalized === "transparent" || normalized === "none";
2532
- }
2533
- };
2534
- const isNegatedMark = (name, attrs = {}) => {
2535
- const checker = negationChecks[name];
2536
- if (typeof checker !== "function") return false;
2537
- return Boolean(checker(attrs));
2538
- };
2539
2507
  class SuperToolbar extends EventEmitter {
2540
2508
  /**
2541
2509
  * Creates a new SuperToolbar instance
@@ -2638,14 +2606,10 @@ class SuperToolbar extends EventEmitter {
2638
2606
  * @param {string} params.argument - The color to set
2639
2607
  * @returns {void}
2640
2608
  */
2641
- setColor: ({ argument }) => {
2642
- if (!argument || !this.activeEditor) return;
2643
- const isNone = argument === "none";
2644
- const value = isNone ? "inherit" : argument;
2645
- if (this.activeEditor?.commands?.setColor) this.activeEditor.commands.setColor(value);
2646
- const argValue = isNone ? null : argument;
2647
- this.activeEditor?.commands.setFieldAnnotationsTextColor(argValue, true);
2648
- this.updateToolbarState();
2609
+ setColor: ({ item, argument }) => {
2610
+ __privateMethod(this, _SuperToolbar_instances, runCommandWithArgumentOnly_fn).call(this, { item, argument }, () => {
2611
+ this.activeEditor?.commands.setFieldAnnotationsTextColor(argument, true);
2612
+ });
2649
2613
  },
2650
2614
  /**
2651
2615
  * Sets the highlight color for text
@@ -2654,14 +2618,12 @@ class SuperToolbar extends EventEmitter {
2654
2618
  * @param {string} params.argument - The highlight color to set
2655
2619
  * @returns {void}
2656
2620
  */
2657
- setHighlight: ({ argument }) => {
2658
- if (!argument || !this.activeEditor) return;
2659
- const inlineColor = argument !== "none" ? argument : "transparent";
2660
- if (this.activeEditor?.commands?.setHighlight) this.activeEditor.commands.setHighlight(inlineColor);
2661
- const argValue = argument !== "none" ? argument : null;
2662
- this.activeEditor?.commands.setFieldAnnotationsTextHighlight(argValue, true);
2663
- this.activeEditor?.commands.setCellBackground(argValue);
2664
- this.updateToolbarState();
2621
+ setHighlight: ({ item, argument }) => {
2622
+ __privateMethod(this, _SuperToolbar_instances, runCommandWithArgumentOnly_fn).call(this, { item, argument, noArgumentCallback: true }, () => {
2623
+ let arg = argument !== "none" ? argument : null;
2624
+ this.activeEditor?.commands.setFieldAnnotationsTextHighlight(arg, true);
2625
+ this.activeEditor?.commands.setCellBackground(arg);
2626
+ });
2665
2627
  },
2666
2628
  /**
2667
2629
  * Toggles the ruler visibility
@@ -2681,25 +2643,10 @@ class SuperToolbar extends EventEmitter {
2681
2643
  if (!result?.file) {
2682
2644
  return;
2683
2645
  }
2684
- const { size, file } = await checkAndProcessImage({
2685
- file: result.file,
2686
- getMaxContentSize: () => this.activeEditor.getMaxContentSize()
2687
- });
2688
- if (!file) {
2689
- return;
2690
- }
2691
- const id = {};
2692
- replaceSelectionWithImagePlaceholder({
2693
- view: this.activeEditor.view,
2694
- editorOptions: this.activeEditor.options,
2695
- id
2696
- });
2697
- await uploadAndInsertImage({
2646
+ startImageUpload({
2698
2647
  editor: this.activeEditor,
2699
2648
  view: this.activeEditor.view,
2700
- file,
2701
- size,
2702
- id
2649
+ file: result.file
2703
2650
  });
2704
2651
  },
2705
2652
  /**
@@ -2982,16 +2929,14 @@ class SuperToolbar extends EventEmitter {
2982
2929
  return item.activate();
2983
2930
  }
2984
2931
  }
2985
- const rawActiveMark = marks.find((mark) => mark.name === item.name.value);
2986
- const markNegated = rawActiveMark ? isNegatedMark(rawActiveMark.name, rawActiveMark.attrs) : false;
2987
- const activeMark = markNegated ? null : rawActiveMark;
2932
+ const activeMark = marks.find((mark) => mark.name === item.name.value);
2988
2933
  if (activeMark) {
2989
2934
  item.activate(activeMark.attrs);
2990
2935
  } else {
2991
2936
  item.deactivate();
2992
2937
  }
2993
2938
  const styleIdMark = marks.find((mark) => mark.name === "styleId");
2994
- if (!activeMark && !markNegated && styleIdMark?.attrs.styleId) {
2939
+ if (!activeMark && styleIdMark?.attrs.styleId) {
2995
2940
  const markToStyleMap = {
2996
2941
  fontSize: "font-size",
2997
2942
  fontFamily: "font-family",
@@ -3049,6 +2994,7 @@ class SuperToolbar extends EventEmitter {
3049
2994
  if (!command) {
3050
2995
  return;
3051
2996
  }
2997
+ this.log("(emmitCommand) Command:", command, "\n item:", item, "\n argument:", argument, "\n option:", option);
3052
2998
  if (command in __privateGet(this, _interceptedCommands)) {
3053
2999
  return __privateGet(this, _interceptedCommands)[command]({ item, argument });
3054
3000
  }
@@ -4031,11 +3977,11 @@ const _sfc_main$3 = {
4031
3977
  pageMargins.value = docMargins;
4032
3978
  rightHandle.x = docSize.width * 96 - docMargins.right * 96;
4033
3979
  leftHandle.x = docMargins.left * 96;
4034
- for (let i2 = 0; i2 < docSize.width; i2++) {
3980
+ for (let i3 = 0; i3 < docSize.width; i3++) {
4035
3981
  const marginNum = 0.0625 * 96 - 0.5;
4036
3982
  const margin = `${marginNum}px`;
4037
- const diff = docSize.width - i2;
4038
- rulerItems.push(...generateSection(1, "main", "20%", margin, i2));
3983
+ const diff = docSize.width - i3;
3984
+ rulerItems.push(...generateSection(1, "main", "20%", margin, i3));
4039
3985
  rulerItems.push(...generateSection(3, "eighth", "10%", margin));
4040
3986
  rulerItems.push(...generateSection(1, "half", "40%", margin));
4041
3987
  if (diff <= 0.5) break;
@@ -4044,7 +3990,7 @@ const _sfc_main$3 = {
4044
3990
  return rulerItems;
4045
3991
  };
4046
3992
  const generateSection = (qty, size, height, margin, index) => {
4047
- return Array.from({ length: qty }, (_, i2) => {
3993
+ return Array.from({ length: qty }, (_, i3) => {
4048
3994
  const item = {
4049
3995
  className: `${size}-unit ruler-section`,
4050
3996
  height,
@@ -4656,36 +4602,11 @@ const _sfc_main = {
4656
4602
  }
4657
4603
  };
4658
4604
  const SuperInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4d5cff52"]]);
4659
- const baseHandlers = {
4660
- ...runPropertyTranslators,
4661
- "w:br": translator$p,
4662
- "w:cantSplit": translator$o,
4663
- "w:cnfStyle": translator$n,
4664
- "w:divId": translator$m,
4665
- "w:gridAfter": translator$l,
4666
- "w:gridBefore": translator$k,
4667
- "w:hidden": translator$j,
4668
- "w:hyperlink": translator$i,
4669
- "w:jc": translator$h,
4670
- "w:p": translator$g,
4671
- "w:r": translator$f,
4672
- "w:rPr": translator$e,
4673
- "w:sdt": translator$d,
4674
- "w:tab": translator$c,
4675
- "w:tblCellSpacing": translator$b,
4676
- "w:tblHeader": translator$a,
4677
- "w:tc": translator$9,
4678
- "w:tr": translator$8,
4679
- "w:trHeight": translator$7,
4680
- "w:trPr": translator$6,
4681
- "w:wAfter": translator$5,
4682
- "w:wBefore": translator$4,
4683
- "wp:anchor": translator$3,
4684
- "wp:inline": translator$2,
4685
- "w:bookmarkStart": translator$1,
4686
- "w:bookmarkEnd": translator
4687
- };
4688
- const registeredHandlers = Object.freeze(baseHandlers);
4605
+ const registeredHandlers = Object.freeze({
4606
+ "w:br": translator$2,
4607
+ "w:tab": translator$1,
4608
+ "w:p": translator
4609
+ });
4689
4610
  const Extensions = {
4690
4611
  Node,
4691
4612
  Attribute,
@@ -4695,13 +4616,13 @@ const Extensions = {
4695
4616
  };
4696
4617
  export {
4697
4618
  AIWriter,
4698
- n as AnnotatorHelpers,
4699
- b2 as BasicUpload,
4619
+ k as AnnotatorHelpers,
4620
+ aI as BasicUpload,
4700
4621
  C as CommentsPluginKey,
4701
4622
  D as DocxZipper,
4702
4623
  Editor,
4703
4624
  Extensions,
4704
- o as SectionHelpers,
4625
+ l as SectionHelpers,
4705
4626
  _sfc_main$4 as SlashMenu,
4706
4627
  a5 as SuperConverter,
4707
4628
  SuperEditor,
@@ -4710,13 +4631,13 @@ export {
4710
4631
  Toolbar,
4711
4632
  T as TrackChangesBasePluginKey,
4712
4633
  createZip,
4713
- l as fieldAnnotationHelpers,
4634
+ i2 as fieldAnnotationHelpers,
4714
4635
  getActiveFormatting,
4715
- p as getAllowedImageDimensions,
4636
+ m as getAllowedImageDimensions,
4716
4637
  i as getMarksFromSelection,
4717
4638
  getRichTextExtensions,
4718
4639
  getStarterExtensions,
4719
4640
  a2 as helpers,
4720
4641
  registeredHandlers,
4721
- m as trackChangesHelpers
4642
+ j as trackChangesHelpers
4722
4643
  };
@@ -1,6 +1,6 @@
1
1
  import "vue";
2
- import { T } from "./chunks/toolbar-CiBIcgiI.js";
3
- import "./chunks/editor-BUCOmU2Y.js";
2
+ import { T } from "./chunks/toolbar-C6JoUIM_.js";
3
+ import "./chunks/editor-Df2sUgT0.js";
4
4
  export {
5
5
  T as default
6
6
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-lzaBZOn2.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DJHyk0Zs.cjs");
4
4
  require("./chunks/vue-DWle4Cai.cjs");
5
5
  exports.AIWriter = superEditor_es.AIWriter;
6
6
  exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
@@ -1,4 +1,4 @@
1
- import { A, a, _, C, D, E, b, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-4Ig7dBJr.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-CPrd1wq8.es.js";
2
2
  import "./chunks/vue-CXxsqYcP.es.js";
3
3
  export {
4
4
  A as AIWriter,
package/dist/superdoc.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const superEditor_es = require("./chunks/super-editor.es-lzaBZOn2.cjs");
4
- const superdoc = require("./chunks/index-D2h9q27o.cjs");
3
+ const superEditor_es = require("./chunks/super-editor.es-DJHyk0Zs.cjs");
4
+ const superdoc = require("./chunks/index-mjjKSLDT.cjs");
5
5
  require("./chunks/vue-DWle4Cai.cjs");
6
6
  require("./chunks/jszip-b7l8QkfH.cjs");
7
7
  const blankDocx = require("./chunks/blank-docx-CPqX9RF5.cjs");
@@ -1,5 +1,5 @@
1
- import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-4Ig7dBJr.es.js";
2
- import { D, H, P, S as S2, m, l } from "./chunks/index-DiSIyVKk.es.js";
1
+ import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-CPrd1wq8.es.js";
2
+ import { D, H, P, S as S2, m, l } from "./chunks/index-DwXeHvLq.es.js";
3
3
  import "./chunks/vue-CXxsqYcP.es.js";
4
4
  import "./chunks/jszip-B8KIZSNe.es.js";
5
5
  import { B } from "./chunks/blank-docx-iwdyG9RH.es.js";