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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/README.md +4 -4
  2. package/dist/chunks/{PdfViewer-DuEWa8ox.cjs → PdfViewer-B9b7_8E2.cjs} +1 -1
  3. package/dist/chunks/{PdfViewer-D3gJ5ozH.es.js → PdfViewer-DbuZR81Q.es.js} +1 -1
  4. package/dist/chunks/{index-DiSIyVKk.es.js → index-CEAEymUl.es.js} +9 -32
  5. package/dist/chunks/{index-D2h9q27o.cjs → index-CLepjsej.cjs} +9 -32
  6. package/dist/chunks/{super-editor.es-4Ig7dBJr.es.js → super-editor.es-C7rC3O3K.es.js} +3084 -6128
  7. package/dist/chunks/{super-editor.es-lzaBZOn2.cjs → super-editor.es-TdXXCNpJ.cjs} +3084 -6128
  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-BZ638uQi.js} +2133 -4142
  13. package/dist/super-editor/chunks/{docx-zipper-DWDJGX0b.js → docx-zipper-B-DSvrA8.js} +1 -1
  14. package/dist/super-editor/chunks/{editor-BUCOmU2Y.js → editor-JXnNPHDg.js} +1558 -2538
  15. package/dist/super-editor/chunks/{toolbar-CiBIcgiI.js → toolbar-CGu2Zc7R.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 +3721 -6788
  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
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@harbour-enterprises/superdoc",
3
3
  "type": "module",
4
- "version": "0.20.0-next.15",
4
+ "version": "0.20.0-next.3",
5
5
  "license": "AGPL-3.0",
6
- "readme": "README.md",
6
+ "readme": "../../README.md",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -47,8 +47,8 @@
47
47
  "release": "release-it --ci --increment=patch",
48
48
  "release:next": "release-it --config .release-it.next.json",
49
49
  "clean": "rm -rf dist",
50
- "pack:local": "npm run build:es && npm pack && mv $(ls superdoc-*.tgz) ./superdoc.tgz",
51
- "pack": "npm run build:es && npm pack && mv $(ls superdoc-*.tgz) ./superdoc.tgz",
50
+ "pack:local": "npm run build:es && npm pack && mv $(ls harbour-enterprises-superdoc-*.tgz) ./superdoc.tgz",
51
+ "pack": "npm run build:es && npm pack && mv $(ls harbour-enterprises-superdoc-*.tgz) ./superdoc.tgz",
52
52
  "test": "vitest"
53
53
  },
54
54
  "dependencies": {
@@ -82,8 +82,5 @@
82
82
  "vite": "^6.3.5",
83
83
  "vitest": "^3.2.4",
84
84
  "vue-draggable-next": "^2.2.1"
85
- },
86
- "publishConfig": {
87
- "access": "public"
88
85
  }
89
86
  }
@@ -1,5 +0,0 @@
1
- export function isOffValue(value: unknown): boolean;
2
- /** @type {Record<string, (attrs?: Record<string, unknown>) => boolean>} */
3
- export const negationChecks: Record<string, (attrs?: Record<string, unknown>) => boolean>;
4
- export function isNegatedMark(name: string, attrs?: Record<string, unknown>): boolean;
5
- export default isNegatedMark;
@@ -1,42 +0,0 @@
1
- /**
2
- * Default style detector that checks run-level or paragraph-level styleId
3
- * @param {Object} params
4
- * @returns {boolean}
5
- */
6
- export function defaultStyleDetector({ state, selectionMarks, markName, editor }: any): boolean;
7
- /**
8
- * Determines the effective style ID for the current selection/cursor position
9
- * by checking multiple sources in priority order.
10
- *
11
- * Priority hierarchy:
12
- * 1. Run-level rStyle from selection marks (highest priority)
13
- * 2. Cursor-adjacent node marks (handles boundaries where selection marks omit run mark)
14
- * 3. TextStyle styleId mark from selection marks
15
- * 4. Paragraph ancestor styleId (lowest priority)
16
- *
17
- * @param {Object} state - The ProseMirror editor state
18
- * @param {Array} selectionMarks - Array of marks from the current selection
19
- * @returns {string|null} The effective style ID, or null if none found
20
- */
21
- export function getEffectiveStyleId(state: any, selectionMarks: any[]): string | null;
22
- /**
23
- * Get the style ID from an array of marks.
24
- * @param {import('prosemirror-model').Mark[]} marks
25
- * @returns {string|null}
26
- */
27
- export function getStyleIdFromMarks(marks: import("prosemirror-model").Mark[]): string | null;
28
- /**
29
- * Maps a mark name to its corresponding style key.
30
- * Special case: both 'textStyle' and 'color' marks map to the 'color' style key.
31
- * All other mark names map directly to themselves.
32
- *
33
- * @param {string} markName - The name of the mark to map
34
- * @returns {string} The corresponding style key
35
- */
36
- export function mapMarkToStyleKey(markName: string): string;
37
- export function isStyleTokenEnabled(val: any): boolean;
38
- export function toggleMarkCascade(markName: string, options?: {}): ({ state, chain, editor }: {
39
- state: any;
40
- chain: any;
41
- editor: any;
42
- }) => any;
@@ -1 +0,0 @@
1
- export function updateDOMAttributes(dom: any, attrs?: {}, options?: {}): void;
@@ -1,6 +0,0 @@
1
- export function handleBookmarkEndNode(params: import("../../v3/node-translator").SCEncoderConfig): any;
2
- /**
3
- * Bookmark end node handler entity
4
- * @type {Object} Handler entity
5
- */
6
- export const bookmarkEndNodeHandlerEntity: any;
@@ -1,6 +0,0 @@
1
- export function handleBookmarkStartNode(params: import("../../v3/node-translator").SCEncoderConfig): any;
2
- /**
3
- * Bookmark start node handler entity
4
- * @type {Object} Handler entity
5
- */
6
- export const bookmarkStartNodeHandlerEntity: any;
@@ -1 +0,0 @@
1
- export const EAST_ASIAN_CHARACTER_REGEX: RegExp;
@@ -1 +0,0 @@
1
- export * from "./east-asian-regex.js";
@@ -1,3 +0,0 @@
1
- export default validXmlAttributes;
2
- /** @type {import('@translator').AttrConfig[]} */
3
- declare const validXmlAttributes: import("@translator").AttrConfig[];
@@ -1,4 +0,0 @@
1
- export function encode(attributes: Record<string, string>): boolean | undefined;
2
- export function decode(runProps: Record<string, any>): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,7 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * The NodeTranslator instance for the w:b element.
5
- * @type {import('@translator').NodeTranslator}
6
- */
7
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./b-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the bidiVisual element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 373
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./bidiVisual-translator.js";
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,7 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * The NodeTranslator instance for the <w:bookmarkEnd> element.
5
- * @type {import('@translator').NodeTranslator}
6
- */
7
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./bookmark-end-translator.js";
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,7 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * The NodeTranslator instance for the <w:bookmarkStart> element.
5
- * @type {import('@translator').NodeTranslator}
6
- */
7
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./bookmark-start-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the bottom element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 375
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- export * from "./bottom-translator.js";
2
- export { translator as marginBottomTranslator } from "./marginBottom-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the bottom element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 374
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,7 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * The NodeTranslator instance for the w:color element.
5
- * @type {import('@translator').NodeTranslator}
6
- */
7
- export const translator: import("@translator").NodeTranslator;
@@ -1,6 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * @type {import('@translator').NodeTranslator}
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./drawing-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the end element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 394
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- export * from "./end-translator.js";
2
- export { translator as marginEndTranslator } from "./marginEnd-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the end element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 393
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the gridCol element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 398
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./gridCol-translator.js";
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /** @type {import('@translator').NodeTranslator} */
4
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): boolean;
2
- export function decode(attrs: any): string;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,7 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * The NodeTranslator instance for the w:i element.
5
- * @type {import('@translator').NodeTranslator}
6
- */
7
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./insideH-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the insideH element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 407
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./insideV-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the insideV element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 409
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- export * from "./left-translator.js";
2
- export { translator as marginLeftTranslator } from "./marginLeft-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the left element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 423
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the left element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 426
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): string | undefined;
2
- export function decode(attrs: any): string | undefined;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,40 +0,0 @@
1
- export function collectRunProperties(params: any, rPrNode: any, translator?: import("../../../../node-translator/node-translator.js").NodeTranslator): {
2
- entries: any;
3
- hadRPr: boolean;
4
- styleChangeMarks: PmMarkJson[];
5
- };
6
- export function buildRunAttrs(encodedAttrs: {}, hadRPr: any, runProps: any): Record<string, any>;
7
- export function normalizeTextStyleAttrsForNode(textStyleAttrs: any, node: any): any;
8
- export function applyRunMarks(node: any, inlineMarks: any, textStyleAttrs: any): any;
9
- export function deriveStyleMarks({ docx, paragraphStyleId, runStyleId }: {
10
- docx: any;
11
- paragraphStyleId: any;
12
- runStyleId: any;
13
- }): {
14
- inlineMarks: any[];
15
- textStyleAttrs: any;
16
- };
17
- export function collectStyleMarks(styleId: any, docx: any, seen?: Set<any>): {
18
- inlineMarks: any[];
19
- textStyleAttrs: {};
20
- };
21
- export function collectStyleChain(styleId: any, docx: any, seen: any): any;
22
- export function findStyleTag(docx: any, styleId: any): any;
23
- export function extractMarksFromStyle(styleTag: any, docx: any): {
24
- inlineMarks: any[];
25
- textStyleAttrs: {};
26
- };
27
- export function mergeInlineMarkSets(...markSets: any[]): any[];
28
- export function mergeTextStyleAttrs(...attrsList: any[]): any;
29
- export function cloneRunAttrs(attrs: any): any;
30
- export function cloneMark(mark: any): any;
31
- export function normalizeBool(value: any): boolean;
32
- export function createRunPropertiesElement(entries?: any[]): {
33
- name: string;
34
- elements: {
35
- name: any;
36
- attributes: any;
37
- }[];
38
- };
39
- export function cloneXmlNode(nodeLike: any): any;
40
- export function applyRunPropertiesTemplate(runNode: any, runPropertiesTemplate: any): void;
@@ -1,3 +0,0 @@
1
- export * from "./helpers.js";
2
- export * from "./split-run-properties.js";
3
- export * from "./track-change-helpers.js";
@@ -1,9 +0,0 @@
1
- export function splitRunProperties(entries?: Array<{
2
- xmlName?: string;
3
- attributes?: Record<string, any>;
4
- }>, docx?: any): {
5
- remainingProps: any[];
6
- inlineMarks: any[];
7
- textStyleAttrs: Record<string, any> | null;
8
- runStyleId: string | null;
9
- };
@@ -1,5 +0,0 @@
1
- export function prepareRunTrackingContext(node?: {}): {
2
- runNode: any;
3
- trackingMarksByType: Map<any, any>;
4
- };
5
- export function ensureTrackedWrapper(runs: any, trackingMarksByType?: Map<any, any>): any;
@@ -1 +0,0 @@
1
- export * from "./r-translator.js";
@@ -1,4 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /** @type {import('@translator').NodeTranslator} */
4
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1 +0,0 @@
1
- export * from "./rFonts-translator.js";
@@ -1,5 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the w:rFonts element.
3
- * @type {import('@translator').NodeTranslator}
4
- */
5
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@translator").AttrConfig[];
2
- export default _default;
@@ -1,4 +0,0 @@
1
- export function encode(attributes: any): any;
2
- export function decode(attrs: any): any;
3
- /** @type {import('@translator').AttrConfig} */
4
- export const attrConfig: import("@translator").AttrConfig;
@@ -1 +0,0 @@
1
- export * from "./rstyle-translator.js";
@@ -1,7 +0,0 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /**
4
- * The NodeTranslator instance for the w:rStyle element.
5
- * @type {import('@translator').NodeTranslator}
6
- */
7
- export const translator: import("@translator").NodeTranslator;
@@ -1,2 +0,0 @@
1
- export * from "./right-translator.js";
2
- export { translator as marginRightTranslator } from "./marginRight-translator.js";
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the right element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 426
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1,6 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the right element.
3
- * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 423
5
- */
6
- export const translator: import("@translator").NodeTranslator;
@@ -1 +0,0 @@
1
- export * from "./rpr-translator.js";
@@ -1,5 +0,0 @@
1
- /**
2
- * The NodeTranslator instance for the w:rPr element.
3
- * @type {import('@translator').NodeTranslator}
4
- */
5
- export const translator: import("@translator").NodeTranslator;