superdoc 0.30.0 → 0.31.0-next.1

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 (393) hide show
  1. package/dist/chunks/{PdfViewer-soUG7IDt.cjs → PdfViewer-CSZtzevK.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-D_iKMNQq.es.js → PdfViewer-DYfpBL2P.es.js} +1 -1
  3. package/dist/chunks/{index-D04RPnYX-D4QY0wzH.es.js → index-0zP7LFOd-CQ5IRTwG.es.js} +1 -1
  4. package/dist/chunks/{index-D04RPnYX-C9XCLJFR.cjs → index-0zP7LFOd-PDPveafF.cjs} +1 -1
  5. package/dist/chunks/{index-D4zMX0uJ.cjs → index-9j37gBmK.cjs} +7 -6
  6. package/dist/chunks/{index-CkMyo2zy.es.js → index-BiYSI2c3.es.js} +7 -6
  7. package/dist/chunks/{super-editor.es-B2pA2Nu-.es.js → super-editor.es-BzhuUuJx.es.js} +13984 -15515
  8. package/dist/chunks/{super-editor.es-DmA8JlL1.cjs → super-editor.es-D8j9E-4h.cjs} +13984 -15515
  9. package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
  10. package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
  11. package/dist/packages/superdoc/src/stores/comments-store.d.ts.map +1 -1
  12. package/dist/style.css +11 -31
  13. package/dist/super-editor/ai-writer.es.js +2 -2
  14. package/dist/super-editor/chunks/{converter-DrPdSxVd.js → converter-B3mE6WPB.js} +13667 -14169
  15. package/dist/super-editor/chunks/{docx-zipper-IcLp4qO8.js → docx-zipper-FgUekv4g.js} +1 -1
  16. package/dist/super-editor/chunks/{editor-CNJV20ln.js → editor-B0PiO07g.js} +1507 -2522
  17. package/dist/super-editor/chunks/{index-D04RPnYX.js → index-0zP7LFOd.js} +1 -1
  18. package/dist/super-editor/chunks/{toolbar-D9Y3NWGF.js → toolbar-Bj9E8rmT.js} +2 -2
  19. package/dist/super-editor/converter.es.js +2 -2
  20. package/dist/super-editor/docx-zipper.es.js +2 -2
  21. package/dist/super-editor/editor.es.js +3 -3
  22. package/dist/super-editor/file-zipper.es.js +1 -1
  23. package/dist/super-editor/style.css +11 -31
  24. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +1 -1
  25. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +1 -1
  26. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +1 -1
  27. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -1
  28. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +1 -1
  29. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +1 -1
  30. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +15 -0
  31. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +1 -0
  32. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -1
  33. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +1 -1
  34. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +2 -1
  35. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +1 -1
  36. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +2 -7
  37. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -1
  38. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +1 -1
  39. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +0 -1
  40. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +1 -1
  41. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +4 -0
  42. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +1 -0
  43. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +7 -0
  44. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +1 -0
  45. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +2 -1
  46. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +1 -1
  47. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +1 -1
  48. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +6 -56
  49. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +1 -1
  50. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -1
  51. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +3 -3
  52. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +2 -2
  53. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +1 -1
  54. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +2 -2
  55. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +1 -1
  56. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +2 -2
  57. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +15 -42
  58. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  59. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +1 -1
  60. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +2 -0
  61. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +1 -1
  62. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +1 -1
  63. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +2 -5
  64. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +1 -1
  65. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +1 -1
  66. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +1 -1
  67. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -1
  68. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +2 -0
  69. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -1
  70. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +26 -0
  71. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +1 -0
  72. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +3 -1
  73. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -1
  74. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +0 -97
  75. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
  76. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +11 -0
  77. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -1
  78. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +1 -1
  79. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +1 -1
  80. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +30 -4
  81. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +1 -1
  82. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +7 -0
  83. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +1 -0
  84. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +2 -0
  85. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +1 -0
  86. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +7 -0
  87. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +1 -0
  88. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +2 -0
  89. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +1 -0
  90. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +7 -0
  91. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +1 -0
  92. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +2 -0
  93. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +1 -0
  94. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +1 -2
  95. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +1 -1
  96. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +7 -0
  97. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +1 -0
  98. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +2 -0
  99. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +1 -0
  100. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +7 -0
  101. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +1 -0
  102. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +2 -0
  103. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +1 -0
  104. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +7 -0
  105. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +1 -0
  106. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +2 -0
  107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +1 -0
  108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +7 -0
  109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +1 -0
  110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +2 -0
  111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +1 -0
  112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +1 -2
  113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +1 -1
  114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +1 -2
  115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +1 -1
  116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +7 -0
  117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +1 -0
  118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +2 -0
  119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +1 -0
  120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +7 -0
  121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +1 -0
  122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +7 -0
  123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +1 -0
  124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +2 -0
  125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +1 -0
  126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +0 -2
  127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +1 -1
  128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +1 -2
  129. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +1 -1
  130. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +7 -0
  131. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +1 -0
  132. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +2 -0
  133. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +1 -0
  134. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +7 -0
  135. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +1 -0
  136. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +2 -0
  137. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +1 -0
  138. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +2 -0
  139. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +1 -0
  140. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +7 -0
  141. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +1 -0
  142. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +2 -0
  143. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +1 -0
  144. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +7 -0
  145. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +1 -0
  146. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +2 -0
  147. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +1 -0
  148. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +7 -0
  149. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +1 -0
  150. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +2 -0
  151. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +1 -0
  152. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +7 -0
  153. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +1 -0
  154. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +2 -0
  155. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +1 -0
  156. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +7 -0
  157. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +1 -0
  158. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +2 -0
  159. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +1 -0
  160. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +7 -0
  161. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +1 -0
  162. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +2 -0
  163. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +1 -0
  164. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +6 -0
  165. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +1 -0
  166. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +2 -0
  167. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +1 -0
  168. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +7 -0
  169. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +1 -0
  170. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +2 -0
  171. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +1 -0
  172. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +7 -0
  173. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +1 -0
  174. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -1
  175. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -1
  176. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +2 -0
  177. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +1 -0
  178. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +6 -0
  179. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +1 -0
  180. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +2 -0
  181. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +1 -0
  182. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +6 -0
  183. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +1 -0
  184. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +2 -0
  185. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +1 -0
  186. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +7 -0
  187. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +1 -0
  188. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +2 -0
  189. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +1 -0
  190. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +7 -0
  191. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +1 -0
  192. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +1 -1
  193. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +1 -1
  194. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +1 -37
  195. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +1 -1
  196. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -1
  197. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +1 -1
  198. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +1 -0
  199. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +1 -1
  200. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +1 -2
  201. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +1 -1
  202. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +2 -0
  203. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +1 -1
  204. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +2 -0
  205. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +1 -0
  206. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +7 -0
  207. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +1 -0
  208. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +2 -0
  209. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +1 -0
  210. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +7 -0
  211. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +1 -0
  212. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +7 -0
  213. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +1 -0
  214. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +1 -2
  215. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +1 -1
  216. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +2 -0
  217. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +1 -0
  218. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +7 -0
  219. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +1 -0
  220. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +2 -0
  221. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +1 -0
  222. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +7 -0
  223. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +1 -0
  224. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +2 -0
  225. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +1 -0
  226. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +7 -0
  227. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +1 -0
  228. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +5 -3
  229. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +1 -1
  230. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +5 -3
  231. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +1 -1
  232. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +1 -1
  233. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +1 -1
  234. 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
  235. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +1 -0
  236. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +1 -1
  237. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +2 -0
  238. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +1 -0
  239. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +6 -0
  240. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +1 -0
  241. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -1
  242. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +2 -0
  243. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +1 -0
  244. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +7 -0
  245. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +1 -0
  246. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +2 -0
  247. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +1 -0
  248. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +7 -0
  249. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +1 -0
  250. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +2 -0
  251. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +1 -0
  252. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +7 -0
  253. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +1 -0
  254. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +2 -0
  255. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +1 -0
  256. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +7 -0
  257. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +1 -0
  258. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +2 -0
  259. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +1 -0
  260. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +7 -0
  261. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +1 -0
  262. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +1 -1
  263. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +1 -1
  264. package/dist/super-editor/super-editor/src/extensions/index.d.ts +1 -4
  265. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -1
  266. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -1
  267. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -1
  268. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +30 -0
  269. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +1 -0
  270. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +37 -0
  271. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +1 -0
  272. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +4 -4
  273. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +9 -0
  274. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +1 -0
  275. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -1
  276. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +1 -0
  277. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +1 -1
  278. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +14 -2
  279. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +1 -1
  280. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -1
  281. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -1
  282. package/dist/super-editor/super-editor.es.js +98 -59
  283. package/dist/super-editor/toolbar.es.js +2 -2
  284. package/dist/super-editor.cjs +1 -1
  285. package/dist/super-editor.es.js +1 -1
  286. package/dist/superdoc.cjs +2 -2
  287. package/dist/superdoc.es.js +2 -2
  288. package/dist/superdoc.umd.js +14008 -15538
  289. package/dist/superdoc.umd.js.map +1 -1
  290. package/package.json +1 -1
  291. package/dist/shared/common/Telemetry.d.ts +0 -237
  292. package/dist/shared/common/Telemetry.d.ts.map +0 -1
  293. package/dist/shared/common/collaboration/awareness.d.ts +0 -39
  294. package/dist/shared/common/collaboration/awareness.d.ts.map +0 -1
  295. package/dist/shared/common/document-types.d.ts +0 -10
  296. package/dist/shared/common/document-types.d.ts.map +0 -1
  297. package/dist/shared/common/event-types.d.ts +0 -14
  298. package/dist/shared/common/event-types.d.ts.map +0 -1
  299. package/dist/shared/common/helpers/compare-superdoc-versions.d.ts +0 -8
  300. package/dist/shared/common/helpers/compare-superdoc-versions.d.ts.map +0 -1
  301. package/dist/shared/common/helpers/get-file-object.d.ts +0 -50
  302. package/dist/shared/common/helpers/get-file-object.d.ts.map +0 -1
  303. package/dist/shared/common/helpers/v-click-outside.d.ts +0 -11
  304. package/dist/shared/common/helpers/v-click-outside.d.ts.map +0 -1
  305. package/dist/shared/common/index.d.ts +0 -10
  306. package/dist/shared/common/index.d.ts.map +0 -1
  307. package/dist/shared/common/key-transform.d.ts +0 -44
  308. package/dist/shared/common/key-transform.d.ts.map +0 -1
  309. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts +0 -6
  310. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts.map +0 -1
  311. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts +0 -2
  312. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts.map +0 -1
  313. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts +0 -15
  314. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts.map +0 -1
  315. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts +0 -5
  316. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts.map +0 -1
  317. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts +0 -5
  318. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts.map +0 -1
  319. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts +0 -2
  320. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts.map +0 -1
  321. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts +0 -5
  322. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts.map +0 -1
  323. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +0 -4
  324. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts.map +0 -1
  325. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +0 -5
  326. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts.map +0 -1
  327. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +0 -3
  328. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts.map +0 -1
  329. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +0 -5
  330. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts.map +0 -1
  331. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +0 -5
  332. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts.map +0 -1
  333. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +0 -5
  334. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts.map +0 -1
  335. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +0 -5
  336. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts.map +0 -1
  337. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +0 -3
  338. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts.map +0 -1
  339. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +0 -5
  340. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts.map +0 -1
  341. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +0 -5
  342. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts.map +0 -1
  343. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +0 -10
  344. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts.map +0 -1
  345. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +0 -3
  346. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts.map +0 -1
  347. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +0 -5
  348. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts.map +0 -1
  349. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +0 -5
  350. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts.map +0 -1
  351. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +0 -5
  352. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts.map +0 -1
  353. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +0 -5
  354. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts.map +0 -1
  355. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +0 -5
  356. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts.map +0 -1
  357. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +0 -3
  358. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts.map +0 -1
  359. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +0 -5
  360. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts.map +0 -1
  361. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +0 -12
  362. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts.map +0 -1
  363. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +0 -3
  364. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts.map +0 -1
  365. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +0 -5
  366. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts.map +0 -1
  367. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +0 -3
  368. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts.map +0 -1
  369. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +0 -5
  370. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts.map +0 -1
  371. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts.map +0 -1
  372. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts +0 -15
  373. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts.map +0 -1
  374. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts +0 -2
  375. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts.map +0 -1
  376. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +0 -43
  377. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts.map +0 -1
  378. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +0 -68
  379. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts.map +0 -1
  380. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +0 -13
  381. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts.map +0 -1
  382. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts +0 -2
  383. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts.map +0 -1
  384. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts +0 -51
  385. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts.map +0 -1
  386. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +0 -3
  387. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts.map +0 -1
  388. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +0 -6
  389. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +0 -1
  390. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts +0 -2
  391. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts.map +0 -1
  392. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts +0 -38
  393. 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-DrPdSxVd.js";
1
+ import { aF as getDefaultExportFromCjs } from "./converter-B3mE6WPB.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-DrPdSxVd.js";
3
- import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-CNJV20ln.js";
2
+ import { p as process$1 } from "./converter-B3mE6WPB.js";
3
+ import { _ as _export_sfc, u as useHighContrastMode, g as global$1 } from "./editor-B0PiO07g.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-DrPdSxVd.js";
1
+ import { a7 } from "./chunks/converter-B3mE6WPB.js";
2
2
  export {
3
- a5 as SuperConverter
3
+ a7 as SuperConverter
4
4
  };
@@ -1,5 +1,5 @@
1
- import "./chunks/converter-DrPdSxVd.js";
2
- import { D } from "./chunks/docx-zipper-IcLp4qO8.js";
1
+ import "./chunks/converter-B3mE6WPB.js";
2
+ import { D } from "./chunks/docx-zipper-FgUekv4g.js";
3
3
  export {
4
4
  D as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { E } from "./chunks/editor-CNJV20ln.js";
2
- import "./chunks/converter-DrPdSxVd.js";
3
- import "./chunks/docx-zipper-IcLp4qO8.js";
1
+ import { E } from "./chunks/editor-B0PiO07g.js";
2
+ import "./chunks/converter-B3mE6WPB.js";
3
+ import "./chunks/docx-zipper-FgUekv4g.js";
4
4
  export {
5
5
  E as Editor
6
6
  };
@@ -1,4 +1,4 @@
1
- import { J as JSZip } from "./chunks/docx-zipper-IcLp4qO8.js";
1
+ import { J as JSZip } from "./chunks/docx-zipper-FgUekv4g.js";
2
2
  async function createZip(blobs, fileNames) {
3
3
  const zip = new JSZip();
4
4
  blobs.forEach((blob, index) => {
@@ -458,6 +458,7 @@ a {
458
458
  }
459
459
  .super-editor a {
460
460
  color: initial;
461
+ text-decoration: auto;
461
462
  }
462
463
  /**
463
464
  * Basic ProseMirror styles.
@@ -681,8 +682,8 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
681
682
  border-top: 1px dashed #cb0e47;
682
683
  border-bottom: 1px dashed #cb0e47;
683
684
  background-color: #cb0e4722;
684
- text-decoration: line-through;
685
- text-decoration-thickness: 2px;
685
+ text-decoration: line-through !important;
686
+ text-decoration-thickness: 2px !important;
686
687
  }
687
688
  .ProseMirror .track-format-dec.highlighted {
688
689
  border-bottom: 2px solid gold;
@@ -767,7 +768,8 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
767
768
  .ProseMirror div[data-horizontal-rule='true'] {
768
769
  position: relative;
769
770
  z-index: auto;
770
- display: block;
771
+ display: inline-block;
772
+ vertical-align: middle;
771
773
  margin-top: auto;
772
774
  align-self: flex-end;
773
775
  }
@@ -1034,28 +1036,6 @@ on the right if it is inside shape textbox.
1034
1036
  .sd-editor-comment-highlight.sd-custom-selection {
1035
1037
  background-color: #d6c0c6 !important;
1036
1038
  }
1037
- .sd-editor-list-item-node-view {
1038
- position: relative;
1039
- width: 100%;
1040
- }
1041
- .sd-editor-list-item-numbering {
1042
- position: absolute;
1043
- top: 0;
1044
- white-space: nowrap;
1045
- user-select: none;
1046
- pointer-events: auto;
1047
- text-align: right;
1048
- z-index: 1;
1049
- }
1050
- .sd-editor-list-item-content-dom {
1051
- position: relative;
1052
- min-height: inherit;
1053
- word-wrap: break-word;
1054
- }
1055
- /* temporary fix */
1056
- .sd-editor-list-item-node-view .sd-custom-selection {
1057
- font-size: inherit !important;
1058
- }
1059
1039
  /* Resize handles container */
1060
1040
  .sd-editor-resize-container {
1061
1041
  position: absolute;
@@ -1366,13 +1346,13 @@ on the right if it is inside shape textbox.
1366
1346
  color: #666;
1367
1347
  }
1368
1348
 
1369
- .style-name[data-v-9c96d4a1] {
1349
+ .style-name[data-v-b53508a8] {
1370
1350
  padding: 16px 10px;
1371
1351
  }
1372
- .style-name[data-v-9c96d4a1]:hover {
1352
+ .style-name[data-v-b53508a8]:hover {
1373
1353
  background-color: #c8d0d8;
1374
1354
  }
1375
- .linked-style-buttons[data-v-9c96d4a1] {
1355
+ .linked-style-buttons[data-v-b53508a8] {
1376
1356
  display: flex;
1377
1357
  flex-direction: column;
1378
1358
  width: 100%;
@@ -1383,7 +1363,7 @@ on the right if it is inside shape textbox.
1383
1363
  margin: 0;
1384
1364
  overflow: auto;
1385
1365
  }
1386
- .button-icon[data-v-9c96d4a1] {
1366
+ .button-icon[data-v-b53508a8] {
1387
1367
  cursor: pointer;
1388
1368
  padding: 5px;
1389
1369
  font-size: 16px;
@@ -1395,10 +1375,10 @@ on the right if it is inside shape textbox.
1395
1375
  align-items: center;
1396
1376
  box-sizing: border-box;
1397
1377
  }
1398
- .button-icon[data-v-9c96d4a1]:hover {
1378
+ .button-icon[data-v-b53508a8]:hover {
1399
1379
  background-color: #d8dee5;
1400
1380
  }
1401
- .button-icon[data-v-9c96d4a1] svg {
1381
+ .button-icon[data-v-b53508a8] svg {
1402
1382
  width: 100%;
1403
1383
  height: 100%;
1404
1384
  display: block;
@@ -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":"AAuBO;;;;;EA8qCN"}
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":"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
@@ -1,9 +1,3 @@
1
- /**
2
- * Set the caret position inside the first textblock of the inserted content.
3
- * @param {import("prosemirror-state").Transaction} tr
4
- * @param {number} startBefore
5
- */
6
- export function setCaretInsideFirstTextblockOfInsertedAt(tr: import("prosemirror-state").Transaction, startBefore: number): void;
7
1
  export function generateNewListDefinition({ numId, listType, level, start, text, fmt, editor }: {
8
2
  numId: number;
9
3
  listType: any;
@@ -13,6 +7,7 @@ export function generateNewListDefinition({ numId, listType, level, start, text,
13
7
  fmt?: string;
14
8
  editor: import("../Editor").Editor;
15
9
  }): any;
10
+ export function hasListDefinition(editor: any, numId: any, ilvl: any): boolean;
16
11
  export function changeNumIdSameAbstract(numId: number, level: number, listType: import("prosemirror-model").NodeType, editor: import("../Editor").Editor): number;
17
12
  export function getBasicNumIdTag(numId: number, abstractId: number): any;
18
13
  export function getNewListId(editor: import("../Editor").Editor, grouping?: string): number;
@@ -23,21 +18,26 @@ export function getListDefinitionDetails({ numId, level, listType, editor, tries
23
18
  editor: any;
24
19
  tries?: number;
25
20
  }): any;
21
+ export function getAllListDefinitions(editor: import("../Editor").Editor): Record<string, Record<string, {
22
+ start: string | null;
23
+ numFmt: string | null;
24
+ lvlText: string | null;
25
+ suffix: string | null;
26
+ listNumberingType: string | null;
27
+ customFormat: string | null;
28
+ abstract: any | null;
29
+ abstractId: string | undefined;
30
+ }>>;
26
31
  export function removeListDefinitions(listId: string, editor: import("../Editor").Editor): void;
27
- export function createListItemNodeJSON({ level, lvlText, numId, numFmt, listLevel, contentNode }: {
32
+ export function createListItemNodeJSON({ level, numId, contentNode }: {
28
33
  level: number;
29
- lvlText: string;
30
34
  numId: number;
31
- numFmt: string;
32
- listLevel: any[];
33
35
  contentNode: any;
34
36
  }): any;
35
- export function createSchemaOrderedListNode({ level, numId, listType, editor, listLevel, contentNode }: {
37
+ export function createSchemaOrderedListNode({ level, numId, editor, contentNode }: {
36
38
  level: number;
37
39
  numId: number;
38
- listType: import("prosemirror-model").NodeType;
39
40
  editor: import("../Editor").Editor;
40
- listLevel: any[];
41
41
  contentNode: any;
42
42
  }): any;
43
43
  export function createNewList({ listType, tr, editor }: {
@@ -45,51 +45,24 @@ export function createNewList({ listType, tr, editor }: {
45
45
  editor: import("../Editor").Editor;
46
46
  tr: import("prosemirror-state").Transaction;
47
47
  }): boolean;
48
- export function getCurrentListItem(state: any): import("./findParentNode").ParentNodeInfo | null;
49
- export function getParentOrderedList(state: any): import("./findParentNode").ParentNodeInfo | null;
50
- export function setSelectionInsideNewList(tr: any, basePos: number): void;
51
48
  export function replaceListWithNode({ tr, from, to, newNode }: {
52
49
  tr: any;
53
50
  from: number;
54
51
  to: number;
55
52
  newNode: Node;
56
53
  }): void;
57
- export function convertListItemToParagraph({ state, tr, currentNode, replaceFrom, replaceTo }: {
58
- state: any;
59
- tr: import("prosemirror-state").Transaction;
60
- currentNode: {
61
- node: import("prosemirror-model").Node;
62
- pos: number;
63
- };
64
- replaceFrom: number;
65
- replaceTo: number;
66
- }): boolean;
67
- export function insertNewList(tr: any, replaceFrom: number, replaceTo: number, listNode: Node, marks?: any[]): boolean;
68
- export function getListItemStyleDefinitions({ styleId, numId, level, editor, tries }: {
69
- styleId: string;
70
- numId: number;
71
- level: number;
72
- editor: import("../Editor").Editor;
73
- tries?: number;
74
- }): any;
75
- export function addInlineTextMarks(currentNode: any, filteredMarks: any[]): any[];
76
54
  export namespace ListHelpers {
77
- export { getCurrentListItem };
78
- export { getParentOrderedList };
79
- export { setSelectionInsideNewList };
80
55
  export { replaceListWithNode };
81
- export { convertListItemToParagraph };
82
- export { insertNewList };
83
56
  export { getListDefinitionDetails };
57
+ export { getAllListDefinitions };
84
58
  export { generateNewListDefinition };
85
59
  export { getBasicNumIdTag };
86
60
  export { getNewListId };
61
+ export { hasListDefinition };
87
62
  export { removeListDefinitions };
88
- export { getListItemStyleDefinitions };
89
63
  export { createNewList };
90
64
  export { createSchemaOrderedListNode };
91
65
  export { createListItemNodeJSON };
92
- export { addInlineTextMarks };
93
66
  export { changeNumIdSameAbstract };
94
67
  export { baseOrderedListDef };
95
68
  export { baseBulletList };
@@ -1 +1 @@
1
- {"version":3,"file":"list-numbering-helpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/list-numbering-helpers.js"],"names":[],"mappings":"AAgYA;;;;GAIG;AACH,6DAHW,OAAO,mBAAmB,EAAE,WAAW,eACvC,MAAM,QA+BhB;AA1YM,gGATJ;IAAuB,KAAK,EAApB,MAAM;IACS,QAAQ;IACP,KAAK,GAArB,MAAM;IACU,KAAK,GAArB,MAAM;IACU,IAAI,GAApB,MAAM;IACU,GAAG,GAAnB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;CAClC,OA+EF;AAUM,+CANI,MAAM,SACN,MAAM,YACN,OAAO,mBAAmB,EAAE,QAAQ,UACpC,OAAO,WAAW,EAAE,MAAM,GACxB,MAAM,CA+BlB;AAQM,wCAJI,MAAM,cACN,MAAM,OAYhB;AASM,qCAHI,OAAO,WAAW,EAAE,MAAM,sBACxB,MAAM,CASlB;AAeM,oFAPJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACwC,QAAQ,GAAtD,OAAO,mBAAmB,EAAE,QAAQ;IACrB,MAAM;IACL,KAAK,GAArB,MAAM;CACd,OA8FF;AAUM,8CAJI,MAAM,UACN,OAAO,WAAW,EAAE,MAAM,GACxB,IAAI,CAehB;AAeM,kGARJ;IAAuB,KAAK,EAApB,MAAM;IACS,OAAO,EAAtB,MAAM;IACS,KAAK,EAApB,MAAM;IACS,MAAM,EAArB,MAAM;IACQ,SAAS;IACR,WAAW;CAClC,OA2BF;AAeM,wGARJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACuC,QAAQ,EAArD,OAAO,mBAAmB,EAAE,QAAQ;IACD,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACZ,SAAS;IACR,WAAW;CAClC,OA0BF;AA8CM,wDALJ;IAA8B,QAAQ,EAA9B,MAAM,MAAO;IACsB,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACsB,EAAE,EAAlD,OAAO,mBAAmB,EAAE,WAAW;CAC/C,WAmCF;AAOM,gDAFM,OAAO,kBAAkB,EAAE,cAAc,GAAC,IAAI,CAI1D;AAOM,kDAFM,OAAO,kBAAkB,EAAE,cAAc,GAAC,IAAI,CAI1D;AAQM,4DAHI,MAAM,GACJ,IAAI,CAUhB;AAWM,+DANJ;IAAuB,EAAE;IACF,IAAI,EAAnB,MAAM;IACS,EAAE,EAAjB,MAAM;IACO,OAAO,EAApB,IAAI;CACZ,GAAU,IAAI,CAIhB;AAYM,+FAPJ;IAAuB,KAAK;IAC4B,EAAE,EAAlD,OAAO,mBAAmB,EAAE,WAAW;IACuB,WAAW,EAAzE;QAAC,IAAI,EAAE,OAAO,mBAAmB,EAAE,IAAI,CAAC;QAAC,GAAG,SAAQ;KAAC;IACtC,WAAW,EAA1B,MAAM;IACS,SAAS,EAAxB,MAAM;CACd,GAAU,OAAO,CAmBnB;AAUM,oDANI,MAAM,aACN,MAAM,YACN,IAAI,0BAkBd;AAYM,sFAPJ;IAAuB,OAAO,EAAtB,MAAM;IACS,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACV,KAAK,GAArB,MAAM;CACd,OAiCF;AASM,kFAQN;;;;;;;;;;;;;;;;;;;;;;mCAtmBkD,uBAAuB;+BAAvB,uBAAuB"}
1
+ {"version":3,"file":"list-numbering-helpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/list-numbering-helpers.js"],"names":[],"mappings":"AAoBO,gGATJ;IAAuB,KAAK,EAApB,MAAM;IACS,QAAQ;IACP,KAAK,GAArB,MAAM;IACU,KAAK,GAArB,MAAM;IACU,IAAI,GAApB,MAAM;IACU,GAAG,GAAnB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;CAClC,OA+EF;AAEM,+EAYN;AAUM,+CANI,MAAM,SACN,MAAM,YACN,OAAO,mBAAmB,EAAE,QAAQ,UACpC,OAAO,WAAW,EAAE,MAAM,GACxB,MAAM,CA+BlB;AAQM,wCAJI,MAAM,cACN,MAAM,OAYhB;AASM,qCAHI,OAAO,WAAW,EAAE,MAAM,sBACxB,MAAM,CASlB;AAeM,oFAPJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACwC,QAAQ,GAAtD,OAAO,mBAAmB,EAAE,QAAQ;IACrB,MAAM;IACL,KAAK,GAArB,MAAM;CACd,OA6GF;AAOM,8CAHI,OAAO,WAAW,EAAE,MAAM,GACxB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE;IAAC,KAAK,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,MAAM,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,OAAO,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,MAAM,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,iBAAiB,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,QAAQ,EAAE,MAAO,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAC,SAAS,CAAA;CAAC,CAAC,CAAC,CA+ChP;AAUM,8CAJI,MAAM,UACN,OAAO,WAAW,EAAE,MAAM,GACxB,IAAI,CAehB;AAYM,sEALJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACS,WAAW;CAClC,OAsBF;AAaM,mFANJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACX,WAAW;CAClC,OAQF;AAUM,wDALJ;IAA8B,QAAQ,EAA9B,MAAM,MAAO;IACsB,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACsB,EAAE,EAAlD,OAAO,mBAAmB,EAAE,WAAW;CAC/C,WAyBF;AAWM,+DANJ;IAAuB,EAAE;IACF,IAAI,EAAnB,MAAM;IACS,EAAE,EAAjB,MAAM;IACO,OAAO,EAApB,IAAI;CACZ,GAAU,IAAI,CAIhB;;;;;;;;;;;;;;;;;mCA3dkD,uBAAuB;+BAAvB,uBAAuB"}
@@ -1 +1 @@
1
- {"version":3,"file":"orderedListUtils.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/orderedListUtils.js"],"names":[],"mappings":"AAAO;;;;;QAGN;AA0GM,2CAHI,MAAM,GACJ,MAAM,CAqClB"}
1
+ {"version":3,"file":"orderedListUtils.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/orderedListUtils.js"],"names":[],"mappings":"AAAO;;;;;QAGN;AAyGM,2CAHI,MAAM,GACJ,MAAM,CAqClB"}
@@ -1,4 +1,6 @@
1
+ export function resolveStyles(extractedStyles: any, inlineStyles: any): any;
1
2
  export function extractListLevelStyles(cssText: any, listId: any, level: any, numId: any): {};
3
+ export function extractParagraphStyles(cssText: any, className: any): {};
2
4
  export const numDefMap: Map<string, string>;
3
5
  export const numDefByTypeMap: Map<string, string>;
4
6
  export const startHelperMap: Map<string, typeof getStartNumber>;
@@ -1 +1 @@
1
- {"version":3,"file":"pasteListHelpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/pasteListHelpers.js"],"names":[],"mappings":"AAAO,8FAiBN;AAED,4CAOG;AAEH,kDAMG;AAqCH,gEAOG;AAEH,kDAQG;AAEI,gFAeN;AArED,sDAIC"}
1
+ {"version":3,"file":"pasteListHelpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/pasteListHelpers.js"],"names":[],"mappings":"AAmCA,4EAyBC;AA5DM,8FAiBN;AAEM,yEAcN;AA6BD,4CAOG;AAEH,kDAMG;AAqCH,gEAOG;AAEH,kDAQG;AAEI,gFAeN;AArED,sDAIC"}
@@ -1 +1 @@
1
- {"version":3,"file":"docx-paste.d.ts","sourceRoot":"","sources":["../../../../../../src/core/inputRules/docx-paste/docx-paste.js"],"names":[],"mappings":"AAeO,sCANI,MAAM,UACN,MAAM,sBAmFhB;AAiFM,6EAUN"}
1
+ {"version":3,"file":"docx-paste.d.ts","sourceRoot":"","sources":["../../../../../../src/core/inputRules/docx-paste/docx-paste.js"],"names":[],"mappings":"AAuBO,sCANI,MAAM,UACN,MAAM,sBA0IhB;AAwFM,6EAUN"}