@harbour-enterprises/superdoc 0.29.0 → 0.30.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (450) hide show
  1. package/dist/chunks/{PdfViewer-DUMZ9x59.es.js → PdfViewer-CPkjWBfp.es.js} +2 -2
  2. package/dist/chunks/{PdfViewer-BVriqvm9.cjs → PdfViewer-DmU-u3LS.cjs} +2 -2
  3. package/dist/chunks/{eventemitter3-BvTILlBo.cjs → eventemitter3-DmHNHvFX.cjs} +1 -1
  4. package/dist/chunks/{eventemitter3-D4gv5QOO.es.js → eventemitter3-hYlnBzSA.es.js} +1 -1
  5. package/dist/chunks/{index-DEOkqJcc.cjs → index-8sp-PstI.cjs} +10 -9
  6. package/dist/chunks/{index-373DqHu6-CPe3gPzf.cjs → index-CVBp1JsT-CcMvS-g_.cjs} +1 -1
  7. package/dist/chunks/{index-373DqHu6-BLRN3Gja.es.js → index-CVBp1JsT-CedXItEr.es.js} +1 -1
  8. package/dist/chunks/{index-_cWKslAS.es.js → index-DMD-2P9O.es.js} +10 -9
  9. package/dist/chunks/{jszip-B0BPx_cv.cjs → jszip-BP2FTbpi.cjs} +7 -7
  10. package/dist/chunks/{jszip-Bhl-Iudl.es.js → jszip-jKrsZoMS.es.js} +7 -7
  11. package/dist/chunks/{super-editor.es-83k0FoXr.es.js → super-editor.es-BInglq3d.es.js} +14443 -15528
  12. package/dist/chunks/{super-editor.es-BkBSpy8W.cjs → super-editor.es-Cwrtt00Q.cjs} +14443 -15528
  13. package/dist/chunks/{vue-D1vcEBAQ.es.js → vue-CKmzTNVs.es.js} +2 -2
  14. package/dist/chunks/{vue-BQxRC6G7.cjs → vue-Cwv-wUpm.cjs} +2 -2
  15. package/dist/chunks/xml-js-BSDu25I7.cjs +3 -0
  16. package/dist/chunks/xml-js-CBrRls0f.es.js +2 -0
  17. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  18. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  19. package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
  20. package/dist/style.css +62 -40
  21. package/dist/super-editor/ai-writer.es.js +2 -2
  22. package/dist/super-editor/chunks/{converter-B86bAVY0.js → converter-CoOtSPVU.js} +12635 -12991
  23. package/dist/super-editor/chunks/{docx-zipper-D1VjYtEw.js → docx-zipper-C9iQ74ZN.js} +2 -2
  24. package/dist/super-editor/chunks/{editor-a9U6w_LW.js → editor-z-21oqcH.js} +1842 -2562
  25. package/dist/super-editor/chunks/{index-373DqHu6.js → index-CVBp1JsT.js} +1 -1
  26. package/dist/super-editor/chunks/{toolbar-D0NuB59d.js → toolbar-ChuinsqK.js} +2 -2
  27. package/dist/super-editor/converter.es.js +2 -2
  28. package/dist/super-editor/docx-zipper.es.js +2 -2
  29. package/dist/super-editor/editor.es.js +3 -3
  30. package/dist/super-editor/file-zipper.es.js +1 -1
  31. package/dist/super-editor/style.css +62 -40
  32. package/dist/super-editor/super-editor/src/components/pagination-helpers.d.ts.map +1 -1
  33. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +1 -1
  34. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +1 -1
  35. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +1 -1
  36. package/dist/super-editor/super-editor/src/core/Editor.d.ts.map +1 -1
  37. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -1
  38. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +1 -1
  39. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +1 -1
  40. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +15 -0
  41. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +1 -0
  42. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -1
  43. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +1 -1
  44. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +2 -1
  45. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +1 -1
  46. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +2 -7
  47. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -1
  48. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +1 -1
  49. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +0 -1
  50. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +1 -1
  51. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +4 -0
  52. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +1 -0
  53. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +7 -0
  54. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +1 -0
  55. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +2 -1
  56. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +1 -1
  57. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +1 -1
  58. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +6 -56
  59. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +1 -1
  60. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -1
  61. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +3 -3
  62. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +2 -2
  63. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +1 -1
  64. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +2 -2
  65. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +1 -1
  66. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +2 -2
  67. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +15 -42
  68. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  69. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +1 -1
  70. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +2 -0
  71. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +1 -1
  72. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +1 -1
  73. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +2 -5
  74. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +1 -1
  75. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +1 -1
  76. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +1 -1
  77. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -1
  78. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +2 -0
  79. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -1
  80. package/dist/super-editor/super-editor/src/core/super-converter/relationship-helpers.d.ts.map +1 -1
  81. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +26 -0
  82. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +1 -0
  83. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +3 -1
  84. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -1
  85. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +0 -97
  86. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
  87. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +11 -0
  88. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -1
  89. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +1 -1
  90. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +1 -1
  91. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/mc/altermateContent/alternate-content-translator.d.ts.map +1 -1
  92. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +30 -4
  93. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +1 -1
  94. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +7 -0
  95. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +1 -0
  96. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +2 -0
  97. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +1 -0
  98. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +7 -0
  99. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +1 -0
  100. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +2 -0
  101. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +1 -0
  102. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +7 -0
  103. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +1 -0
  104. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +2 -0
  105. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +1 -0
  106. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +1 -2
  107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +1 -1
  108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +7 -0
  109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +1 -0
  110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +2 -0
  111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +1 -0
  112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +7 -0
  113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +1 -0
  114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +2 -0
  115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +1 -0
  116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +7 -0
  117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +1 -0
  118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +2 -0
  119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +1 -0
  120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +7 -0
  121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +1 -0
  122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +2 -0
  123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +1 -0
  124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +1 -2
  125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +1 -1
  126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +1 -2
  127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +1 -1
  128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +7 -0
  129. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +1 -0
  130. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +2 -0
  131. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +1 -0
  132. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +7 -0
  133. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +1 -0
  134. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +7 -0
  135. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +1 -0
  136. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +2 -0
  137. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +1 -0
  138. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +0 -2
  139. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +1 -1
  140. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +1 -2
  141. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +1 -1
  142. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +7 -0
  143. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +1 -0
  144. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +2 -0
  145. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +1 -0
  146. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +7 -0
  147. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +1 -0
  148. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +2 -0
  149. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +1 -0
  150. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +2 -0
  151. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +1 -0
  152. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +7 -0
  153. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +1 -0
  154. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +2 -0
  155. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +1 -0
  156. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +7 -0
  157. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +1 -0
  158. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +2 -0
  159. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +1 -0
  160. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +7 -0
  161. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +1 -0
  162. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +2 -0
  163. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +1 -0
  164. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +7 -0
  165. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +1 -0
  166. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +2 -0
  167. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +1 -0
  168. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +7 -0
  169. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +1 -0
  170. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +2 -0
  171. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +1 -0
  172. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +7 -0
  173. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +1 -0
  174. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +2 -0
  175. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +1 -0
  176. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +6 -0
  177. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +1 -0
  178. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +2 -0
  179. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +1 -0
  180. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +7 -0
  181. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +1 -0
  182. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +2 -0
  183. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +1 -0
  184. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +7 -0
  185. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +1 -0
  186. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -1
  187. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -1
  188. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +2 -0
  189. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +1 -0
  190. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +6 -0
  191. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +1 -0
  192. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +2 -0
  193. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +1 -0
  194. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +6 -0
  195. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +1 -0
  196. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +2 -0
  197. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +1 -0
  198. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +7 -0
  199. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +1 -0
  200. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +2 -0
  201. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +1 -0
  202. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +7 -0
  203. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +1 -0
  204. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +1 -1
  205. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +1 -1
  206. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +1 -37
  207. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +1 -1
  208. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -1
  209. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +1 -1
  210. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +1 -0
  211. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +1 -1
  212. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +1 -2
  213. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +1 -1
  214. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +2 -0
  215. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +1 -1
  216. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +2 -0
  217. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +1 -0
  218. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +7 -0
  219. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +1 -0
  220. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +2 -0
  221. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +1 -0
  222. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +7 -0
  223. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +1 -0
  224. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +7 -0
  225. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +1 -0
  226. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +1 -2
  227. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +1 -1
  228. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +2 -0
  229. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +1 -0
  230. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +7 -0
  231. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +1 -0
  232. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +2 -0
  233. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +1 -0
  234. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +7 -0
  235. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +1 -0
  236. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +2 -0
  237. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +1 -0
  238. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +7 -0
  239. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +1 -0
  240. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +5 -3
  241. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +1 -1
  242. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +5 -3
  243. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +1 -1
  244. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +1 -1
  245. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +1 -1
  246. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/{w-tab-size.d.ts → w-tab-type.d.ts} +1 -1
  247. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +1 -0
  248. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +1 -1
  249. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +2 -0
  250. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +1 -0
  251. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +6 -0
  252. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +1 -0
  253. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -1
  254. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +2 -0
  255. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +1 -0
  256. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +7 -0
  257. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +1 -0
  258. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +2 -0
  259. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +1 -0
  260. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +7 -0
  261. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +1 -0
  262. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +2 -0
  263. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +1 -0
  264. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +7 -0
  265. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +1 -0
  266. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +2 -0
  267. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +1 -0
  268. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +7 -0
  269. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +1 -0
  270. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +2 -0
  271. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +1 -0
  272. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +7 -0
  273. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +1 -0
  274. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +6 -0
  275. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts.map +1 -1
  276. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts.map +1 -1
  277. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +1 -1
  278. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +1 -1
  279. package/dist/super-editor/super-editor/src/extensions/field-annotation/field-annotation.d.ts.map +1 -1
  280. package/dist/super-editor/super-editor/src/extensions/index.d.ts +2 -4
  281. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -1
  282. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -1
  283. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -1
  284. package/dist/super-editor/super-editor/src/extensions/page-number/page-number.d.ts.map +1 -1
  285. package/dist/super-editor/super-editor/src/extensions/pagination/pagination-helpers.d.ts.map +1 -1
  286. package/dist/super-editor/super-editor/src/extensions/pagination/pagination.d.ts.map +1 -1
  287. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +30 -0
  288. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +1 -0
  289. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +37 -0
  290. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +1 -0
  291. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +4 -4
  292. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +9 -0
  293. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +1 -0
  294. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -1
  295. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +1 -0
  296. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +1 -1
  297. package/dist/super-editor/super-editor/src/extensions/search/prosemirror-search-patched.d.ts.map +1 -1
  298. package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts +22 -0
  299. package/dist/super-editor/super-editor/src/extensions/shape-group/ShapeGroupView.d.ts.map +1 -0
  300. package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts +3 -0
  301. package/dist/super-editor/super-editor/src/extensions/shape-group/index.d.ts.map +1 -0
  302. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts +3 -0
  303. package/dist/super-editor/super-editor/src/extensions/shape-group/shape-group.d.ts.map +1 -0
  304. package/dist/super-editor/super-editor/src/extensions/structured-content/structured-content-commands.d.ts.map +1 -1
  305. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +14 -2
  306. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +1 -1
  307. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -1
  308. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -1
  309. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts +1 -0
  310. package/dist/super-editor/super-editor/src/utils/headless-helpers.d.ts.map +1 -1
  311. package/dist/super-editor/super-editor.es.js +104 -59
  312. package/dist/super-editor/toolbar.es.js +2 -2
  313. package/dist/super-editor.cjs +2 -2
  314. package/dist/super-editor.es.js +2 -2
  315. package/dist/superdoc.cjs +2 -2
  316. package/dist/superdoc.es.js +2 -2
  317. package/dist/superdoc.umd.js +14458 -15542
  318. package/dist/superdoc.umd.js.map +1 -1
  319. package/package.json +1 -1
  320. package/dist/chunks/xml-js-cO2Q8Wfu.cjs +0 -3
  321. package/dist/chunks/xml-js-jMPlIVKT.es.js +0 -2
  322. package/dist/images/altText_add.svg +0 -3
  323. package/dist/images/altText_disclaimer.svg +0 -3
  324. package/dist/images/altText_done.svg +0 -3
  325. package/dist/images/altText_spinner.svg +0 -30
  326. package/dist/images/altText_warning.svg +0 -3
  327. package/dist/images/annotation-check.svg +0 -11
  328. package/dist/images/annotation-comment.svg +0 -16
  329. package/dist/images/annotation-help.svg +0 -26
  330. package/dist/images/annotation-insert.svg +0 -10
  331. package/dist/images/annotation-key.svg +0 -11
  332. package/dist/images/annotation-newparagraph.svg +0 -11
  333. package/dist/images/annotation-noicon.svg +0 -7
  334. package/dist/images/annotation-note.svg +0 -42
  335. package/dist/images/annotation-paperclip.svg +0 -6
  336. package/dist/images/annotation-paragraph.svg +0 -16
  337. package/dist/images/annotation-pushpin.svg +0 -7
  338. package/dist/images/cursor-editorFreeHighlight.svg +0 -6
  339. package/dist/images/cursor-editorFreeText.svg +0 -3
  340. package/dist/images/cursor-editorInk.svg +0 -4
  341. package/dist/images/cursor-editorTextHighlight.svg +0 -8
  342. package/dist/images/editor-toolbar-delete.svg +0 -5
  343. package/dist/images/loading-icon.gif +0 -0
  344. package/dist/images/messageBar_closingButton.svg +0 -3
  345. package/dist/images/messageBar_warning.svg +0 -3
  346. package/dist/images/toolbarButton-editorHighlight.svg +0 -6
  347. package/dist/images/toolbarButton-menuArrow.svg +0 -3
  348. package/dist/shared/common/Telemetry.d.ts +0 -237
  349. package/dist/shared/common/Telemetry.d.ts.map +0 -1
  350. package/dist/shared/common/collaboration/awareness.d.ts +0 -39
  351. package/dist/shared/common/collaboration/awareness.d.ts.map +0 -1
  352. package/dist/shared/common/document-types.d.ts +0 -10
  353. package/dist/shared/common/document-types.d.ts.map +0 -1
  354. package/dist/shared/common/event-types.d.ts +0 -14
  355. package/dist/shared/common/event-types.d.ts.map +0 -1
  356. package/dist/shared/common/helpers/compare-superdoc-versions.d.ts +0 -8
  357. package/dist/shared/common/helpers/compare-superdoc-versions.d.ts.map +0 -1
  358. package/dist/shared/common/helpers/get-file-object.d.ts +0 -50
  359. package/dist/shared/common/helpers/get-file-object.d.ts.map +0 -1
  360. package/dist/shared/common/helpers/v-click-outside.d.ts +0 -11
  361. package/dist/shared/common/helpers/v-click-outside.d.ts.map +0 -1
  362. package/dist/shared/common/index.d.ts +0 -10
  363. package/dist/shared/common/index.d.ts.map +0 -1
  364. package/dist/shared/common/key-transform.d.ts +0 -44
  365. package/dist/shared/common/key-transform.d.ts.map +0 -1
  366. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts +0 -6
  367. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts.map +0 -1
  368. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts +0 -2
  369. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts.map +0 -1
  370. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts +0 -15
  371. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts.map +0 -1
  372. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts +0 -5
  373. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts.map +0 -1
  374. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts +0 -5
  375. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts.map +0 -1
  376. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts +0 -2
  377. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts.map +0 -1
  378. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts +0 -5
  379. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts.map +0 -1
  380. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +0 -4
  381. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts.map +0 -1
  382. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +0 -5
  383. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts.map +0 -1
  384. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +0 -3
  385. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts.map +0 -1
  386. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +0 -5
  387. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts.map +0 -1
  388. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +0 -5
  389. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts.map +0 -1
  390. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +0 -5
  391. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts.map +0 -1
  392. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +0 -5
  393. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts.map +0 -1
  394. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +0 -3
  395. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts.map +0 -1
  396. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +0 -5
  397. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts.map +0 -1
  398. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +0 -5
  399. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts.map +0 -1
  400. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +0 -10
  401. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts.map +0 -1
  402. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +0 -3
  403. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts.map +0 -1
  404. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +0 -5
  405. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts.map +0 -1
  406. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +0 -5
  407. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts.map +0 -1
  408. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +0 -5
  409. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts.map +0 -1
  410. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +0 -5
  411. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts.map +0 -1
  412. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +0 -5
  413. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts.map +0 -1
  414. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +0 -3
  415. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts.map +0 -1
  416. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +0 -5
  417. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts.map +0 -1
  418. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +0 -12
  419. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts.map +0 -1
  420. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +0 -3
  421. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts.map +0 -1
  422. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +0 -5
  423. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts.map +0 -1
  424. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +0 -3
  425. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts.map +0 -1
  426. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +0 -5
  427. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts.map +0 -1
  428. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts.map +0 -1
  429. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts +0 -15
  430. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts.map +0 -1
  431. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts +0 -2
  432. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts.map +0 -1
  433. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +0 -43
  434. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts.map +0 -1
  435. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +0 -68
  436. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts.map +0 -1
  437. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +0 -13
  438. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts.map +0 -1
  439. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts +0 -2
  440. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts.map +0 -1
  441. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts +0 -51
  442. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts.map +0 -1
  443. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +0 -3
  444. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts.map +0 -1
  445. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +0 -6
  446. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +0 -1
  447. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts +0 -2
  448. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts.map +0 -1
  449. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts +0 -38
  450. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { aA as getDefaultExportFromCjs } from "./converter-B86bAVY0.js";
1
+ import { aF as getDefaultExportFromCjs } from "./converter-CoOtSPVU.js";
2
2
  import { V as VFile } from "./index-CvBqQJbG.js";
3
3
  function bail(error) {
4
4
  if (error) {
@@ -1,6 +1,6 @@
1
1
  import { computed, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, normalizeStyle, ref, withKeys, unref, withModifiers, createBlock, toDisplayString, withDirectives, vModelText, nextTick, getCurrentInstance, createVNode, readonly, watch, onMounted, onBeforeUnmount, reactive, onBeforeMount, inject, onActivated, onDeactivated, createTextVNode, Fragment, Comment, defineComponent, provide, h, Teleport, toRef, renderSlot, isVNode, shallowRef, watchEffect, mergeProps, Transition, vShow, cloneVNode, Text, renderList, withCtx } from "vue";
2
- import { p as process$1 } from "./converter-B86bAVY0.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-a9U6w_LW.js";
2
+ import { p as process$1 } from "./converter-CoOtSPVU.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-z-21oqcH.js";
4
4
  const sanitizeNumber = (value, defaultNumber) => {
5
5
  let sanitized = value.replace(/[^0-9.]/g, "");
6
6
  sanitized = parseFloat(sanitized);
@@ -1,4 +1,4 @@
1
- import { a5 } from "./chunks/converter-B86bAVY0.js";
1
+ import { a7 } from "./chunks/converter-CoOtSPVU.js";
2
2
  export {
3
- a5 as SuperConverter
3
+ a7 as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-B86bAVY0.js";
2
- import { D } from "./chunks/docx-zipper-D1VjYtEw.js";
1
+ import "./chunks/converter-CoOtSPVU.js";
2
+ import { D } from "./chunks/docx-zipper-C9iQ74ZN.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-a9U6w_LW.js";
2
- import "./chunks/converter-B86bAVY0.js";
3
- import "./chunks/docx-zipper-D1VjYtEw.js";
1
+ import { E } from "./chunks/editor-z-21oqcH.js";
2
+ import "./chunks/converter-CoOtSPVU.js";
3
+ import "./chunks/docx-zipper-C9iQ74ZN.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-D1VjYtEw.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-C9iQ74ZN.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -411,16 +411,37 @@ to {
411
411
  :root {
412
412
  /* CSS variables */
413
413
  }
414
+ /* Isolate editor content from external/client CSS by reverting all properties.
415
+ * IMPORTANT: We exclude SVG elements and their children from this rule because
416
+ * 'all: revert' breaks SVG rendering (paths don't display, transforms don't work).
417
+ * SVG has its own rendering model and doesn't need CSS isolation the same way text content does.
418
+ */
414
419
  .sd-editor-scoped,
415
- .sd-editor-scoped :where(*),
416
- .sd-editor-scoped :where(*::before),
417
- .sd-editor-scoped :where(*::after) {
420
+ .sd-editor-scoped :where(*:not(svg):not(svg *)),
421
+ .sd-editor-scoped :where(*:not(svg):not(svg *)::before),
422
+ .sd-editor-scoped :where(*:not(svg):not(svg *)::after) {
418
423
  all: revert;
419
424
  box-sizing: border-box;
420
425
  }
426
+ /* Ensure SVG display properties for proper rendering */
427
+ .sd-editor-scoped svg {
428
+ display: inline-block;
429
+ overflow: visible;
430
+ }
421
431
  .sd-editor-scoped {
422
432
  display: block;
423
433
  }
434
+ /*
435
+ * Visual Regression Testing:
436
+ * This CSS isolation is critical for protecting editor content from external stylesheets.
437
+ * Visual regression tests should be added to the visual testing repository to ensure:
438
+ * 1. Text content is not affected by aggressive global CSS
439
+ * 2. SVG shapes (shape groups, vector shapes) render correctly
440
+ * 3. No visual regressions when client applications have conflicting styles
441
+ *
442
+ * Reference: PR #1219 - "improve style scoping in the editor to prevent external styles affecting content"
443
+ * Reference: PR #1236 - "shape groups" (this fix ensures both isolation AND SVG rendering work)
444
+ */
424
445
  .sd-input-active {
425
446
  border: 1px solid #1355ff !important;
426
447
  }
@@ -437,6 +458,7 @@ a {
437
458
  }
438
459
  .super-editor a {
439
460
  color: initial;
461
+ text-decoration: auto;
440
462
  }
441
463
  /**
442
464
  * Basic ProseMirror styles.
@@ -660,8 +682,8 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
660
682
  border-top: 1px dashed #cb0e47;
661
683
  border-bottom: 1px dashed #cb0e47;
662
684
  background-color: #cb0e4722;
663
- text-decoration: line-through;
664
- text-decoration-thickness: 2px;
685
+ text-decoration: line-through !important;
686
+ text-decoration-thickness: 2px !important;
665
687
  }
666
688
  .ProseMirror .track-format-dec.highlighted {
667
689
  border-bottom: 2px solid gold;
@@ -746,7 +768,8 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
746
768
  .ProseMirror div[data-horizontal-rule='true'] {
747
769
  position: relative;
748
770
  z-index: auto;
749
- display: block;
771
+ display: inline-block;
772
+ vertical-align: middle;
750
773
  margin-top: auto;
751
774
  align-self: flex-end;
752
775
  }
@@ -1013,28 +1036,6 @@ on the right if it is inside shape textbox.
1013
1036
  .sd-editor-comment-highlight.sd-custom-selection {
1014
1037
  background-color: #d6c0c6 !important;
1015
1038
  }
1016
- .sd-editor-list-item-node-view {
1017
- position: relative;
1018
- width: 100%;
1019
- }
1020
- .sd-editor-list-item-numbering {
1021
- position: absolute;
1022
- top: 0;
1023
- white-space: nowrap;
1024
- user-select: none;
1025
- pointer-events: auto;
1026
- text-align: right;
1027
- z-index: 1;
1028
- }
1029
- .sd-editor-list-item-content-dom {
1030
- position: relative;
1031
- min-height: inherit;
1032
- word-wrap: break-word;
1033
- }
1034
- /* temporary fix */
1035
- .sd-editor-list-item-node-view .sd-custom-selection {
1036
- font-size: inherit !important;
1037
- }
1038
1039
  /* Resize handles container */
1039
1040
  .sd-editor-resize-container {
1040
1041
  position: absolute;
@@ -1214,6 +1215,27 @@ on the right if it is inside shape textbox.
1214
1215
  height: 100%;
1215
1216
  display: block;
1216
1217
  }
1218
+ .sd-shape-group {
1219
+ display: inline-block;
1220
+ vertical-align: bottom;
1221
+ position: relative;
1222
+ border: 1px dashed transparent;
1223
+ transition: border-color 0.2s ease;
1224
+ }
1225
+ .sd-shape-group:hover {
1226
+ border-color: rgba(91, 155, 213, 0.3);
1227
+ }
1228
+ .sd-shape-group svg {
1229
+ display: block;
1230
+ }
1231
+ .sd-shape-group[data-selected] {
1232
+ border-color: rgba(91, 155, 213, 0.6);
1233
+ background-color: rgba(91, 155, 213, 0.05);
1234
+ }
1235
+ /* Ensure shapes within the group are properly positioned */
1236
+ .sd-shape-group svg g {
1237
+ transform-origin: top left;
1238
+ }
1217
1239
 
1218
1240
  .alignment-buttons[data-v-d84f57b6] {
1219
1241
  display: flex;
@@ -1324,13 +1346,13 @@ on the right if it is inside shape textbox.
1324
1346
  color: #666;
1325
1347
  }
1326
1348
 
1327
- .style-name[data-v-698bdb8e] {
1349
+ .style-name[data-v-b53508a8] {
1328
1350
  padding: 16px 10px;
1329
1351
  }
1330
- .style-name[data-v-698bdb8e]:hover {
1352
+ .style-name[data-v-b53508a8]:hover {
1331
1353
  background-color: #c8d0d8;
1332
1354
  }
1333
- .linked-style-buttons[data-v-698bdb8e] {
1355
+ .linked-style-buttons[data-v-b53508a8] {
1334
1356
  display: flex;
1335
1357
  flex-direction: column;
1336
1358
  width: 100%;
@@ -1341,7 +1363,7 @@ on the right if it is inside shape textbox.
1341
1363
  margin: 0;
1342
1364
  overflow: auto;
1343
1365
  }
1344
- .button-icon[data-v-698bdb8e] {
1366
+ .button-icon[data-v-b53508a8] {
1345
1367
  cursor: pointer;
1346
1368
  padding: 5px;
1347
1369
  font-size: 16px;
@@ -1353,10 +1375,10 @@ on the right if it is inside shape textbox.
1353
1375
  align-items: center;
1354
1376
  box-sizing: border-box;
1355
1377
  }
1356
- .button-icon[data-v-698bdb8e]:hover {
1378
+ .button-icon[data-v-b53508a8]:hover {
1357
1379
  background-color: #d8dee5;
1358
1380
  }
1359
- .button-icon[data-v-698bdb8e] svg {
1381
+ .button-icon[data-v-b53508a8] svg {
1360
1382
  width: 100%;
1361
1383
  height: 100%;
1362
1384
  display: block;
@@ -1905,10 +1927,10 @@ on the right if it is inside shape textbox.
1905
1927
  min-height: 40px;
1906
1928
  }
1907
1929
 
1908
- .editor-element[data-v-9d25f5b3] {
1930
+ .editor-element[data-v-cd3558fe] {
1909
1931
  position: relative;
1910
1932
  }
1911
- .super-editor-container[data-v-9d25f5b3] {
1933
+ .super-editor-container[data-v-cd3558fe] {
1912
1934
  width: auto;
1913
1935
  height: auto;
1914
1936
  min-width: 8in;
@@ -1917,13 +1939,13 @@ on the right if it is inside shape textbox.
1917
1939
  display: flex;
1918
1940
  flex-direction: column;
1919
1941
  }
1920
- .ruler[data-v-9d25f5b3] {
1942
+ .ruler[data-v-cd3558fe] {
1921
1943
  margin-bottom: 2px;
1922
1944
  }
1923
- .super-editor[data-v-9d25f5b3] {
1945
+ .super-editor[data-v-cd3558fe] {
1924
1946
  color: initial;
1925
1947
  }
1926
- .placeholder-editor[data-v-9d25f5b3] {
1948
+ .placeholder-editor[data-v-cd3558fe] {
1927
1949
  position: absolute;
1928
1950
  top: 0;
1929
1951
  left: 0;
@@ -1935,7 +1957,7 @@ on the right if it is inside shape textbox.
1935
1957
  background-color: white;
1936
1958
  box-sizing: border-box;
1937
1959
  }
1938
- .placeholder-title[data-v-9d25f5b3] {
1960
+ .placeholder-title[data-v-cd3558fe] {
1939
1961
  display: flex;
1940
1962
  justify-content: center;
1941
1963
  margin-bottom: 40px;
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-helpers.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination-helpers.js"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,mDAJW,WAAW,gBAET,IAAI,CAyBhB"}
1
+ {"version":3,"file":"pagination-helpers.d.ts","sourceRoot":"","sources":["../../../../src/components/pagination-helpers.js"],"names":[],"mappings":"AACA;;;;;;GAMG;AACH,mDAJW,WAAW,gBAET,IAAI,CAyBhB"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/slash-menu/utils.js"],"names":[],"mappings":"AA+GA;;;;;;GAMG;AACH,sDAHW,UAAU,GACR,OAAO,KAAQ,CAyI3B;AA1OM,yCAJI,MAAM,mBAwDhB;AAsPD;;;;EA0BC;AA9BD,8DAEC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/slash-menu/utils.js"],"names":[],"mappings":"AAgHA;;;;;;GAMG;AACH,sDAHW,UAAU,GACR,OAAO,KAAQ,CAsI3B;AAvOM,yCAJI,MAAM,mBAwDhB;AA+QD;;;;EAqCC;AArED,8DAEC"}
@@ -1 +1 @@
1
- {"version":3,"file":"defaultItems.d.ts","sourceRoot":"","sources":["../../../../../src/components/toolbar/defaultItems.js"],"names":[],"mappings":"AAsBO;;;;;EA0qCN"}
1
+ {"version":3,"file":"defaultItems.d.ts","sourceRoot":"","sources":["../../../../../src/components/toolbar/defaultItems.js"],"names":[],"mappings":"AAuBO;;;;;EA2qCN"}
@@ -1 +1 @@
1
- {"version":3,"file":"super-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/toolbar/super-toolbar.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"super-toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/toolbar/super-toolbar.js"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../src/core/Editor.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../src/core/Editor.js"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ExtensionService.d.ts","sourceRoot":"","sources":["../../../../src/core/ExtensionService.js"],"names":[],"mappings":"AAUA;;GAEG;AACH;IA4BE;;;OAGG;IACH,gDAEC;IAED;;;;OAIG;IACH,mDAGC;IAED;;;;OAIG;IACH,4CASC;IAjDD,+DAeC;IAzBD,YAAO;IAEP,2DAAO;IAEP,gBAAW;IAEX,0BAAwB;IAExB,uBAAqB;IAqDrB;;;OAGG;IACH,wBAEC;IAED;;;OAGG;IACH,mBAsBC;IAED;;;;;OAKG;IACH,mBAuBC;IAED;;;;OAIG;IACH,qBAuDC;IAED;;;OAGG;IACH;;MA2CC;;CA6DF"}
1
+ {"version":3,"file":"ExtensionService.d.ts","sourceRoot":"","sources":["../../../../src/core/ExtensionService.js"],"names":[],"mappings":"AAUA;;GAEG;AACH;IA4BE;;;OAGG;IACH,gDAEC;IAED;;;;OAIG;IACH,mDAGC;IAED;;;;OAIG;IACH,4CASC;IAjDD,+DAeC;IAzBD,YAAO;IAEP,2DAAO;IAEP,gBAAW;IAEX,0BAAwB;IAExB,uBAAqB;IAqDrB;;;OAGG;IACH,wBAEC;IAED;;;OAGG;IACH,mBAsBC;IAED;;;;;OAKG;IACH,mBAuBC;IAED;;;;OAIG;IACH,qBAuDC;IAED;;;OAGG;IACH;;MA4CC;;CA6DF"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputRule.d.ts","sourceRoot":"","sources":["../../../../src/core/InputRule.js"],"names":[],"mappings":"AAoOA,+CAIC;AAMD;;;;;;;GAOG;AACH,sDAJW,MAAM,2BAsDhB;AACD;;;;;;;GAOG;AACH,kDAHW,MAAM,GACJ,gBAAgB,CAM5B;AAgBD;;;;;GAKG;AACH,+DAOC;AAED;;;;;GAKG;AACH,mCAJW,MAAM,kBACN,MAAM,EAAE,GACN,gBAAgB,CAwB5B;AAED;;;;;;;;;;;GAWG;AACH,uDALG;IAAyB,MAAM,EAAvB,MAAM;IACW,IAAI,EAArB,IAAI;CACZ,yBAkCF;AAlZD;IAIE,yBAGC;IAND,WAAM;IACN,aAAQ;CAMT;AA4GM;;;gBAmGN;AA2FM,oDAMN;uBAnUiC,mBAAmB"}
1
+ {"version":3,"file":"InputRule.d.ts","sourceRoot":"","sources":["../../../../src/core/InputRule.js"],"names":[],"mappings":"AAoOA,+CAIC;AAMD;;;;;;;GAOG;AACH,sDAJW,MAAM,2BAuDhB;AACD;;;;;;;GAOG;AACH,kDAHW,MAAM,GACJ,gBAAgB,CAM5B;AAgBD;;;;;GAKG;AACH,+DAOC;AAED;;;;;GAKG;AACH,mCAJW,MAAM,kBACN,MAAM,EAAE,GACN,gBAAgB,CAwB5B;AAED;;;;;;;;;;;GAWG;AACH,uDALG;IAAyB,MAAM,EAAvB,MAAM;IACW,IAAI,EAArB,IAAI;CACZ,yBAkCF;AAnZD;IAIE,yBAGC;IAND,WAAM;IACN,aAAQ;CAMT;AA4GM;;;gBAmGN;AA4FM,oDAMN;uBApUiC,mBAAmB"}
@@ -1,3 +1,3 @@
1
- export const schemaWithLists: Schema<"text" | "bulletList" | "orderedList" | "doc" | "listItem" | "paragraph" | "tab", keyof import("orderedmap").default<import("prosemirror-model").MarkSpec>>;
1
+ export const schemaWithLists: Schema<"text" | "paragraph" | "tab" | "orderedList" | "bulletList" | "doc" | "listItem", keyof import("orderedmap").default<import("prosemirror-model").MarkSpec>>;
2
2
  import { Schema } from 'prosemirror-model';
3
3
  //# sourceMappingURL=schemaWithLists.d.ts.map
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Apply new numbering metadata to a paragraph node and refresh related layout attributes.
3
+ *
4
+ * @param {{ numId: number, ilvl: number } | null} newNumberingProperties The numbering properties to set, or null to clear them.
5
+ * @param {import('prosemirror-model').Node} paragraphNode The paragraph node being updated.
6
+ * @param {number} pos Document position of the node, used for transaction updates.
7
+ * @param {import('../Editor').Editor} editor The editor that supplies numbering and style resolution helpers.
8
+ * @param {import('prosemirror-state').Transaction} tr The transaction receiving the updated node markup.
9
+ */
10
+ export function updateNumberingProperties(newNumberingProperties: {
11
+ numId: number;
12
+ ilvl: number;
13
+ } | null, paragraphNode: import("prosemirror-model").Node, pos: number, editor: import("../Editor").Editor, tr: import("prosemirror-state").Transaction): void;
14
+ export function changeListLevel(delta: number, editor: import("../Editor").Editor, tr: import("prosemirror-state").Transaction): boolean;
15
+ //# sourceMappingURL=changeListLevel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changeListLevel.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/changeListLevel.js"],"names":[],"mappings":"AAwGA;;;;;;;;GAQG;AACH,kEANW;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,iBACtC,OAAO,mBAAmB,EAAE,IAAI,OAChC,MAAM,UACN,OAAO,WAAW,EAAE,MAAM,MAC1B,OAAO,mBAAmB,EAAE,WAAW,QAuCjD;AAzIM,uCALI,MAAM,UACN,OAAO,WAAW,EAAE,MAAM,MAC1B,OAAO,mBAAmB,EAAE,WAAW,GACrC,OAAO,CA2FnB"}
@@ -1,2 +1,2 @@
1
- export function decreaseListIndent(_targetPositions?: any[]): Function;
1
+ export function decreaseListIndent(): Function;
2
2
  //# sourceMappingURL=decreaseListIndent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"decreaseListIndent.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/decreaseListIndent.js"],"names":[],"mappings":"AAcO,uEA+EJ"}
1
+ {"version":3,"file":"decreaseListIndent.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/decreaseListIndent.js"],"names":[],"mappings":"AAOO,+CAUJ"}
@@ -1,5 +1,6 @@
1
- export function increaseListIndent(_targetPositions?: any[]): ({ editor, tr }: {
1
+ export function increaseListIndent(): ({ editor, tr, dispatch }: {
2
2
  editor: any;
3
3
  tr: any;
4
+ dispatch: any;
4
5
  }) => boolean;
5
6
  //# sourceMappingURL=increaseListIndent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"increaseListIndent.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/increaseListIndent.js"],"names":[],"mappings":"AAaO,+DAEJ;;;CAAc,aAqEd"}
1
+ {"version":3,"file":"increaseListIndent.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/increaseListIndent.js"],"names":[],"mappings":"AAMO,uCAEJ;;;;CAAwB,aAQxB"}
@@ -31,16 +31,11 @@ export * from "./selectTextblockEnd.js";
31
31
  export * from "./insertContent.js";
32
32
  export * from "./insertContentAt.js";
33
33
  export * from "./undoInputRule.js";
34
- export * from "./wrapInList.js";
35
34
  export * from "./toggleList.js";
36
- export * from "./splitListItem.js";
37
- export * from "./sinkListItem.js";
38
- export * from "./liftListItem.js";
39
- export * from "./deleteListItem.js";
40
35
  export * from "./increaseListIndent.js";
41
36
  export * from "./decreaseListIndent.js";
42
- export * from "./backspaceNextToList.js";
43
- export * from "./deleteNextToList.js";
37
+ export * from "./changeListLevel.js";
38
+ export * from "./removeNumberingProperties.js";
44
39
  export * from "./restoreSelection.js";
45
40
  export * from "./setTextSelection.js";
46
41
  export * from "./getSelectionMarks.js";
@@ -1,2 +1,2 @@
1
- export function isList(n: import("prosemirror-model").Node): boolean;
1
+ export function isList(node: any): boolean;
2
2
  //# sourceMappingURL=is-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"is-list.d.ts","sourceRoot":"","sources":["../../../../../../src/core/commands/list-helpers/is-list.js"],"names":[],"mappings":"AAKO,0BAHI,OAAO,mBAAmB,EAAE,IAAI,GAC9B,OAAO,CAEiF"}
1
+ {"version":3,"file":"is-list.d.ts","sourceRoot":"","sources":["../../../../../../src/core/commands/list-helpers/is-list.js"],"names":[],"mappings":"AAKO,mCAFM,OAAO,CAGuF"}
@@ -1,4 +1,3 @@
1
1
  export function parseLevel(value: any): number;
2
2
  export function resolveParentList($pos: any): any;
3
- export function collectTargetListItemPositions(state: any, fallbackPos: any): any[];
4
3
  //# sourceMappingURL=list-indent-helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-indent-helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/core/commands/list-helpers/list-indent-helpers.js"],"names":[],"mappings":"AAEO,+CAIN;AAEM,kDAWN;AAEM,oFA6BN"}
1
+ {"version":3,"file":"list-indent-helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/core/commands/list-helpers/list-indent-helpers.js"],"names":[],"mappings":"AAEO,+CAIN;AAEM,kDAWN"}
@@ -0,0 +1,4 @@
1
+ export function removeNumberingProperties({ checkType }?: {
2
+ checkType?: string;
3
+ }): (props: any) => any;
4
+ //# sourceMappingURL=removeNumberingProperties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removeNumberingProperties.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/removeNumberingProperties.js"],"names":[],"mappings":"AAMO;;KAEJ,UAAK,SA0BL"}
@@ -0,0 +1,7 @@
1
+ export function restartNumbering({ editor, tr, state, dispatch }: {
2
+ editor: any;
3
+ tr: any;
4
+ state: any;
5
+ dispatch: any;
6
+ }): boolean;
7
+ //# sourceMappingURL=restartNumbering.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"restartNumbering.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/restartNumbering.js"],"names":[],"mappings":"AAKO;;;;;YA8CN"}
@@ -1,4 +1,5 @@
1
- export function splitBlock({ keepMarks }?: {
1
+ export function splitBlock({ keepMarks, attrsToRemoveOverride }?: {
2
2
  keepMarks?: boolean;
3
+ attrsToRemoveOverride?: any[];
3
4
  }): (props: any) => boolean;
4
5
  //# sourceMappingURL=splitBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"splitBlock.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/splitBlock.js"],"names":[],"mappings":"AAsBO;;KAEJ,UAAK,aAiDL"}
1
+ {"version":3,"file":"splitBlock.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/splitBlock.js"],"names":[],"mappings":"AAsBO;;;KAEJ,UAAK,aAsDL"}
@@ -1,3 +1,3 @@
1
- export const testSchema: Schema<"text" | "bulletList" | "orderedList" | "doc" | "listItem" | "paragraph" | "tab", never>;
1
+ export const testSchema: Schema<"text" | "paragraph" | "tab" | "orderedList" | "bulletList" | "doc" | "listItem", never>;
2
2
  import { Schema } from 'prosemirror-model';
3
3
  //# sourceMappingURL=test-schema.d.ts.map
@@ -1,57 +1,7 @@
1
- /**
2
- * Find the nearest list node at the given position.
3
- * @param {import("prosemirror-model").ResolvedPos} $pos
4
- * @param {import("prosemirror-model").NodeType} OrderedType
5
- * @param {import("prosemirror-model").NodeType} BulletType
6
- * @returns {{ node: import("prosemirror-model").Node, pos: number, depth: number } | null}
7
- */
8
- export function nearestListAt($pos: import("prosemirror-model").ResolvedPos, OrderedType: import("prosemirror-model").NodeType, BulletType: import("prosemirror-model").NodeType): {
9
- node: import("prosemirror-model").Node;
10
- pos: number;
11
- depth: number;
12
- } | null;
13
- /**
14
- * Collect all top-level list nodes that intersect with the given selection.
15
- * @param {Object} param0
16
- * @param {import("prosemirror-model").Node} param0.doc
17
- * @param {import("prosemirror-state").Selection} param0.selection
18
- * @param {import("prosemirror-model").NodeType} param0.OrderedType
19
- * @param {import("prosemirror-model").NodeType} param0.BulletType
20
- * @returns {Array<{ node: import("prosemirror-model").Node, pos: number, depth: number | null }>}
21
- */
22
- export function collectIntersectingTopLists({ doc, selection, OrderedType, BulletType }: {
23
- doc: import("prosemirror-model").Node;
24
- selection: import("prosemirror-state").Selection;
25
- OrderedType: import("prosemirror-model").NodeType;
26
- BulletType: import("prosemirror-model").NodeType;
27
- }): Array<{
28
- node: import("prosemirror-model").Node;
29
- pos: number;
30
- depth: number | null;
31
- }>;
32
- /**
33
- * Rebuild a list node with a new numbering scheme.
34
- * @param {Object} param0
35
- * @param {import("prosemirror-model").Node} param0.oldList
36
- * @param {import("prosemirror-model").NodeType} param0.toType
37
- * @param {import("../Editor.js").Editor} param0.editor
38
- * @param {import("prosemirror-model").Schema} param0.schema
39
- * @param {String|null} param0.fixedNumId
40
- * @returns {import("prosemirror-model").Node}
41
- */
42
- export function rebuildListNodeWithNewNum({ oldList, toType, editor, schema, fixedNumId }: {
43
- oldList: import("prosemirror-model").Node;
44
- toType: import("prosemirror-model").NodeType;
45
- editor: import("../Editor.js").Editor;
46
- schema: import("prosemirror-model").Schema;
47
- fixedNumId: string | null;
48
- }): import("prosemirror-model").Node;
49
- /**
50
- * Set the selection span in the transaction to match the original span.
51
- * @param {import("prosemirror-state").Transaction} tr
52
- * @param {number} fromBefore
53
- * @param {number} toBefore
54
- */
55
- export function setMappedSelectionSpan(tr: import("prosemirror-state").Transaction, fromBefore: number, toBefore: number): void;
56
- export function toggleList(listType: string | import("prosemirror-model").NodeType): Function;
1
+ export function toggleList(listType: any): ({ editor, state, tr, dispatch }: {
2
+ editor: any;
3
+ state: any;
4
+ tr: any;
5
+ dispatch: any;
6
+ }) => boolean;
57
7
  //# sourceMappingURL=toggleList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggleList.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/toggleList.js"],"names":[],"mappings":"AAMA;;;;;;GAMG;AACH,oCALW,OAAO,mBAAmB,EAAE,WAAW,eACvC,OAAO,mBAAmB,EAAE,QAAQ,cACpC,OAAO,mBAAmB,EAAE,QAAQ,GAClC;IAAE,IAAI,EAAE,OAAO,mBAAmB,EAAE,IAAI,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAUzF;AAuBD;;;;;;;;GAQG;AACH,yFANG;IAAiD,GAAG,EAA5C,OAAO,mBAAmB,EAAE,IAAI;IACc,SAAS,EAAvD,OAAO,mBAAmB,EAAE,SAAS;IACQ,WAAW,EAAxD,OAAO,mBAAmB,EAAE,QAAQ;IACS,UAAU,EAAvD,OAAO,mBAAmB,EAAE,QAAQ;CAC5C,GAAU,KAAK,CAAC;IAAE,IAAI,EAAE,OAAO,mBAAmB,EAAE,IAAI,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CAAC,CAgChG;AAoBD;;;;;;;;;GASG;AACH,2FAPG;IAAiD,OAAO,EAAhD,OAAO,mBAAmB,EAAE,IAAI;IACa,MAAM,EAAnD,OAAO,mBAAmB,EAAE,QAAQ;IACE,MAAM,EAA5C,OAAO,cAAc,EAAE,MAAM;IACc,MAAM,EAAjD,OAAO,mBAAmB,EAAE,MAAM;IACd,UAAU,EAA9B,SAAO,IAAI;CACnB,GAAU,OAAO,mBAAmB,EAAE,IAAI,CAuE5C;AAoED;;;;;GAKG;AACH,2CAJW,OAAO,mBAAmB,EAAE,WAAW,cACvC,MAAM,YACN,MAAM,QAQhB;AAsCM,qCAHI,SAAO,OAAO,mBAAmB,EAAE,QAAQ,YAkMnD"}
1
+ {"version":3,"file":"toggleList.d.ts","sourceRoot":"","sources":["../../../../../src/core/commands/toggleList.js"],"names":[],"mappings":"AAIO,4CAEJ;;;;;CAA+B,aAmF/B"}
@@ -1 +1 @@
1
- {"version":3,"file":"keymap.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/keymap.js"],"names":[],"mappings":"AAIO,8CAQN;AAEM,kDAaN;AAEM,+CAON;AAED;;;GAGG;AACH,+BAwCG;0BAlFuB,iBAAiB"}
1
+ {"version":3,"file":"keymap.d.ts","sourceRoot":"","sources":["../../../../../src/core/extensions/keymap.js"],"names":[],"mappings":"AAIO,8CAQN;AAEM,kDAYN;AAEM,+CAMN;AAED;;;GAGG;AACH,+BAwCG;0BAhFuB,iBAAiB"}
@@ -3,12 +3,12 @@
3
3
  * @param {Object} params
4
4
  * @param {string} params.content - The content to process
5
5
  * @param {string} params.type - Content type: 'html', 'markdown', 'text', 'schema'
6
- * @param {Object} params.schema - ProseMirror schema
6
+ * @param {Object} params.editor - The editor instance
7
7
  * @returns {Object} Processed ProseMirror document
8
8
  */
9
- export function processContent({ content, type, schema }: {
9
+ export function processContent({ content, type, editor }: {
10
10
  content: string;
11
11
  type: string;
12
- schema: any;
12
+ editor: any;
13
13
  }): any;
14
14
  //# sourceMappingURL=contentProcessor.d.ts.map
@@ -1,3 +1,3 @@
1
- export function elementFromString(value: any): any;
2
- export function createNodeFromContent(content: any, schema: any, options: any): any;
1
+ export function elementFromString(value: any, editor: any): any;
2
+ export function createNodeFromContent(content: any, editor: any, options: any): any;
3
3
  //# sourceMappingURL=createNodeFromContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createNodeFromContent.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/createNodeFromContent.js"],"names":[],"mappings":"AAkBA,mDAKC;AAED,oFA4FC"}
1
+ {"version":3,"file":"createNodeFromContent.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/createNodeFromContent.js"],"names":[],"mappings":"AAmBA,gEAMC;AAED,oFA6FC"}
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Create a document from HTML content
3
3
  * @param {string} content - HTML content
4
- * @param {Object} schema - ProseMirror schema
4
+ * @param {Object} editor - Editor instance
5
5
  * @param {Object} [options={}] - Import options
6
6
  * @returns {Object} Document node
7
7
  */
8
- export function createDocFromHTML(content: string, schema: any, options?: any): any;
8
+ export function createDocFromHTML(content: string, editor: any, options?: any): any;
9
9
  //# sourceMappingURL=importHtml.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"importHtml.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/importHtml.js"],"names":[],"mappings":"AAIA;;;;;;GAMG;AACH,2CALW,MAAM,mCA2BhB"}
1
+ {"version":3,"file":"importHtml.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/importHtml.js"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,2CALW,MAAM,mCAyBhB"}
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Create a ProseMirror document from Markdown content
3
3
  * @param {string} markdown - Markdown content
4
- * @param {Object} schema - ProseMirror schema
4
+ * @param {Object} editor - Editor instance
5
5
  * @param {Object} [options={}] - Import options
6
6
  * @returns {Object} Document node
7
7
  */
8
- export function createDocFromMarkdown(markdown: string, schema: any, options?: any): any;
8
+ export function createDocFromMarkdown(markdown: string, editor: any, options?: any): any;
9
9
  /**
10
10
  * Convert Markdown to HTML with SuperDoc/DOCX compatibility
11
11
  * @param {string} markdown - Markdown content