superdoc 0.30.0-next.1 → 0.30.0-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (373) hide show
  1. package/dist/chunks/{PdfViewer-Mru9qU0u.cjs → PdfViewer-BIJ6vJck.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-DNnHwEf_.es.js → PdfViewer-YWtbYClb.es.js} +1 -1
  3. package/dist/chunks/{index-DcqOqWRC.es.js → index-Bh45DPpT.es.js} +3 -3
  4. package/dist/chunks/{index-s9auAjqk.cjs → index-Br4fKccD.cjs} +3 -3
  5. package/dist/chunks/{index-C3nnrhrj-D6qn1DZi.cjs → index-D9ggxe26-BbC5rNDO.cjs} +1 -1
  6. package/dist/chunks/{index-C3nnrhrj-D8emuLzt.es.js → index-D9ggxe26-Dk1kDrfi.es.js} +1 -1
  7. package/dist/chunks/{super-editor.es-DPd8_luo.cjs → super-editor.es-4me2z6up.cjs} +14026 -15594
  8. package/dist/chunks/{super-editor.es-D1glcoJr.es.js → super-editor.es-FtXwm03k.es.js} +14026 -15594
  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/style.css +4 -25
  12. package/dist/super-editor/ai-writer.es.js +2 -2
  13. package/dist/super-editor/chunks/{converter-Z2aFlUnt.js → converter-SZ8xM5Dw.js} +13677 -14180
  14. package/dist/super-editor/chunks/{docx-zipper-DIZfYOpO.js → docx-zipper-GNdwONoA.js} +1 -1
  15. package/dist/super-editor/chunks/{editor-DCiWw1F7.js → editor-Bb8HzfEh.js} +1473 -2522
  16. package/dist/super-editor/chunks/{index-C3nnrhrj.js → index-D9ggxe26.js} +1 -1
  17. package/dist/super-editor/chunks/{toolbar-B5-PSkGu.js → toolbar-DtCz6r-y.js} +2 -2
  18. package/dist/super-editor/converter.es.js +2 -2
  19. package/dist/super-editor/docx-zipper.es.js +2 -2
  20. package/dist/super-editor/editor.es.js +3 -3
  21. package/dist/super-editor/file-zipper.es.js +1 -1
  22. package/dist/super-editor/style.css +4 -25
  23. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +1 -1
  24. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +1 -1
  25. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +1 -1
  26. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -1
  27. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +1 -1
  28. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +1 -1
  29. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +15 -0
  30. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +1 -0
  31. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -1
  32. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +1 -1
  33. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +2 -1
  34. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +1 -1
  35. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +2 -7
  36. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -1
  37. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +1 -1
  38. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +0 -1
  39. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +1 -1
  40. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +4 -0
  41. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +1 -0
  42. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +7 -0
  43. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +1 -0
  44. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +2 -1
  45. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +1 -1
  46. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +1 -1
  47. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +6 -56
  48. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +1 -1
  49. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -1
  50. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +3 -3
  51. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +2 -2
  52. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +1 -1
  53. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +2 -2
  54. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +1 -1
  55. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +2 -2
  56. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +15 -42
  57. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  58. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +2 -0
  59. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +1 -1
  60. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +1 -1
  61. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +2 -5
  62. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +1 -1
  63. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +1 -1
  64. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +1 -1
  65. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -1
  66. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +2 -0
  67. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -1
  68. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +26 -0
  69. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +1 -0
  70. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +3 -1
  71. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -1
  72. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +0 -97
  73. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
  74. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +11 -0
  75. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -1
  76. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +1 -1
  77. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +1 -1
  78. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +30 -4
  79. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +1 -1
  80. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +7 -0
  81. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +1 -0
  82. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +2 -0
  83. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +1 -0
  84. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +7 -0
  85. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +1 -0
  86. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +2 -0
  87. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +1 -0
  88. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +7 -0
  89. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +1 -0
  90. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +2 -0
  91. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +1 -0
  92. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +1 -2
  93. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +1 -1
  94. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +7 -0
  95. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +1 -0
  96. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +2 -0
  97. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +1 -0
  98. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +7 -0
  99. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +1 -0
  100. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +2 -0
  101. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +1 -0
  102. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +7 -0
  103. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +1 -0
  104. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +2 -0
  105. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +1 -0
  106. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +7 -0
  107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +1 -0
  108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +2 -0
  109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +1 -0
  110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +1 -2
  111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts.map +1 -1
  112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +1 -2
  113. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +1 -1
  114. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +7 -0
  115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +1 -0
  116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +2 -0
  117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +1 -0
  118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +7 -0
  119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +1 -0
  120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +7 -0
  121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +1 -0
  122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +2 -0
  123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +1 -0
  124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +0 -2
  125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts.map +1 -1
  126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +1 -2
  127. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +1 -1
  128. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +7 -0
  129. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +1 -0
  130. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +2 -0
  131. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +1 -0
  132. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +7 -0
  133. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +1 -0
  134. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +2 -0
  135. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +1 -0
  136. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +2 -0
  137. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +1 -0
  138. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +7 -0
  139. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +1 -0
  140. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +2 -0
  141. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +1 -0
  142. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +7 -0
  143. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +1 -0
  144. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +2 -0
  145. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +1 -0
  146. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +7 -0
  147. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +1 -0
  148. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +2 -0
  149. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +1 -0
  150. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +7 -0
  151. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +1 -0
  152. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +2 -0
  153. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +1 -0
  154. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +7 -0
  155. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +1 -0
  156. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +2 -0
  157. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +1 -0
  158. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +7 -0
  159. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +1 -0
  160. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +2 -0
  161. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +1 -0
  162. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +6 -0
  163. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +1 -0
  164. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +2 -0
  165. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +1 -0
  166. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +7 -0
  167. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +1 -0
  168. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +2 -0
  169. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +1 -0
  170. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +7 -0
  171. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +1 -0
  172. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +0 -1
  173. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -1
  174. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +2 -0
  175. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +1 -0
  176. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +6 -0
  177. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +1 -0
  178. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +2 -0
  179. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +1 -0
  180. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +6 -0
  181. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +1 -0
  182. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +2 -0
  183. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +1 -0
  184. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +7 -0
  185. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +1 -0
  186. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +2 -0
  187. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +1 -0
  188. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +7 -0
  189. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +1 -0
  190. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +1 -1
  191. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +1 -1
  192. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +1 -37
  193. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +1 -1
  194. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +0 -1
  195. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +1 -1
  196. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +1 -0
  197. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +1 -1
  198. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +1 -2
  199. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +1 -1
  200. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +2 -0
  201. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +1 -1
  202. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +2 -0
  203. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +1 -0
  204. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +7 -0
  205. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +1 -0
  206. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +2 -0
  207. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +1 -0
  208. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +7 -0
  209. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +1 -0
  210. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +7 -0
  211. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +1 -0
  212. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +1 -2
  213. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +1 -1
  214. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +2 -0
  215. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +1 -0
  216. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +7 -0
  217. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +1 -0
  218. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +2 -0
  219. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +1 -0
  220. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +7 -0
  221. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +1 -0
  222. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +2 -0
  223. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +1 -0
  224. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +7 -0
  225. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +1 -0
  226. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +5 -3
  227. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +1 -1
  228. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +5 -3
  229. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +1 -1
  230. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +1 -1
  231. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +1 -1
  232. 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
  233. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +1 -0
  234. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +1 -1
  235. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +2 -0
  236. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +1 -0
  237. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +6 -0
  238. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +1 -0
  239. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -1
  240. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +2 -0
  241. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +1 -0
  242. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +7 -0
  243. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +1 -0
  244. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +2 -0
  245. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +1 -0
  246. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +7 -0
  247. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +1 -0
  248. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +2 -0
  249. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +1 -0
  250. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +7 -0
  251. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +1 -0
  252. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +2 -0
  253. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +1 -0
  254. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +7 -0
  255. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +1 -0
  256. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +2 -0
  257. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +1 -0
  258. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +7 -0
  259. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +1 -0
  260. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +1 -1
  261. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +1 -1
  262. package/dist/super-editor/super-editor/src/extensions/index.d.ts +1 -4
  263. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -1
  264. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -1
  265. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -1
  266. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +30 -0
  267. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +1 -0
  268. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +37 -0
  269. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +1 -0
  270. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +4 -4
  271. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +9 -0
  272. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +1 -0
  273. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -1
  274. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +1 -0
  275. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +1 -1
  276. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +13 -2
  277. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +1 -1
  278. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -1
  279. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -1
  280. package/dist/super-editor/super-editor.es.js +88 -51
  281. package/dist/super-editor/toolbar.es.js +2 -2
  282. package/dist/super-editor.cjs +1 -1
  283. package/dist/super-editor.es.js +1 -1
  284. package/dist/superdoc.cjs +2 -2
  285. package/dist/superdoc.es.js +2 -2
  286. package/dist/superdoc.umd.js +13965 -15533
  287. package/dist/superdoc.umd.js.map +1 -1
  288. package/package.json +1 -1
  289. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts +0 -6
  290. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts.map +0 -1
  291. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts +0 -2
  292. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts.map +0 -1
  293. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts +0 -15
  294. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts.map +0 -1
  295. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts +0 -5
  296. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts.map +0 -1
  297. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts +0 -5
  298. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts.map +0 -1
  299. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts +0 -2
  300. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts.map +0 -1
  301. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts +0 -5
  302. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts.map +0 -1
  303. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +0 -4
  304. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts.map +0 -1
  305. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +0 -5
  306. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts.map +0 -1
  307. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts +0 -3
  308. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts.map +0 -1
  309. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +0 -5
  310. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts.map +0 -1
  311. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +0 -5
  312. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts.map +0 -1
  313. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +0 -5
  314. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts.map +0 -1
  315. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +0 -5
  316. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts.map +0 -1
  317. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts +0 -3
  318. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts.map +0 -1
  319. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +0 -5
  320. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts.map +0 -1
  321. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +0 -5
  322. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts.map +0 -1
  323. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +0 -10
  324. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts.map +0 -1
  325. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +0 -3
  326. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts.map +0 -1
  327. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +0 -5
  328. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts.map +0 -1
  329. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +0 -5
  330. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts.map +0 -1
  331. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +0 -5
  332. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts.map +0 -1
  333. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +0 -5
  334. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts.map +0 -1
  335. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +0 -5
  336. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts.map +0 -1
  337. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +0 -3
  338. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts.map +0 -1
  339. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +0 -5
  340. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts.map +0 -1
  341. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +0 -12
  342. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts.map +0 -1
  343. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +0 -3
  344. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts.map +0 -1
  345. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +0 -5
  346. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts.map +0 -1
  347. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +0 -3
  348. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts.map +0 -1
  349. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +0 -5
  350. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts.map +0 -1
  351. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts.map +0 -1
  352. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts +0 -15
  353. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts.map +0 -1
  354. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts +0 -2
  355. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts.map +0 -1
  356. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +0 -43
  357. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts.map +0 -1
  358. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +0 -68
  359. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts.map +0 -1
  360. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +0 -13
  361. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts.map +0 -1
  362. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts +0 -2
  363. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts.map +0 -1
  364. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts +0 -51
  365. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts.map +0 -1
  366. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +0 -3
  367. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts.map +0 -1
  368. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +0 -6
  369. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +0 -1
  370. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts +0 -2
  371. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts.map +0 -1
  372. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts +0 -38
  373. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts.map +0 -1
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:suppressLineNumbers element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 252
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=suppressLineNumbers-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"suppressLineNumbers-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAG6D"}
@@ -0,0 +1,2 @@
1
+ export * from "./suppressOverlap-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/suppressOverlap/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:suppressOverlap element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 253
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=suppressOverlap-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"suppressOverlap-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGyD"}
@@ -1,5 +1,7 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /** @type {import('@translator').NodeTranslator} */
1
+ /**
2
+ * The NodeTranslator instance for the w:sz element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 313
5
+ */
4
6
  export const translator: import("@translator").NodeTranslator;
5
7
  //# sourceMappingURL=sz-translator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sz-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/sz/sz-translator.js"],"names":[],"mappings":"AA4BA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAOnD;AAEF,mDAAmD;AACnD,yBADW,OAAO,aAAa,EAAE,cAAc,CACO"}
1
+ {"version":3,"file":"sz-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/sz/sz-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGwD"}
@@ -1,5 +1,7 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
- /** @type {import('@translator').NodeTranslator} */
1
+ /**
2
+ * The NodeTranslator instance for the jc element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 314
5
+ */
4
6
  export const translator: import("@translator").NodeTranslator;
5
7
  //# sourceMappingURL=szcs-translator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"szcs-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/szcs/szcs-translator.js"],"names":[],"mappings":"AA4BA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAOnD;AAEF,mDAAmD;AACnD,yBADW,OAAO,aAAa,EAAE,cAAc,CACO"}
1
+ {"version":3,"file":"szcs-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/szcs/szcs-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAG4D"}
@@ -1,4 +1,4 @@
1
- export function encode(attributes: any): string | undefined;
1
+ export function encode(attributes: any): number | undefined;
2
2
  export function decode(attrs: any): string | undefined;
3
3
  /** @type {import('@translator').AttrConfig} */
4
4
  export const attrConfig: import("@translator").AttrConfig;
@@ -1 +1 @@
1
- {"version":3,"file":"w-tab-pos.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.js"],"names":[],"mappings":"AAOO,yCAFM,MAAM,GAAC,SAAS,CAI5B;AAOM,oCAFM,MAAM,GAAC,SAAS,CAK5B;AAED,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
1
+ {"version":3,"file":"w-tab-pos.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.js"],"names":[],"mappings":"AAOO,yCAFM,MAAM,GAAC,SAAS,CAK5B;AAOM,oCAFM,MAAM,GAAC,SAAS,CAK5B;AAED,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -2,4 +2,4 @@ export function encode(attributes: any): string | undefined;
2
2
  export function decode(attrs: any): string | undefined;
3
3
  /** @type {import('@translator').AttrConfig} */
4
4
  export const attrConfig: import("@translator").AttrConfig;
5
- //# sourceMappingURL=w-tab-size.d.ts.map
5
+ //# sourceMappingURL=w-tab-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-tab-type.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.js"],"names":[],"mappings":"AAOO,yCAFM,MAAM,GAAC,SAAS,CAI5B;AAOM,oCAFM,MAAM,GAAC,SAAS,CAK5B;AAED,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tab-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/tab/tab-translator.js"],"names":[],"mappings":"AAuDA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAQnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
1
+ {"version":3,"file":"tab-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/tab/tab-translator.js"],"names":[],"mappings":"AA8DA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAQnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
@@ -0,0 +1,2 @@
1
+ export * from "./tabs-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/tabs/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:tabs element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ */
5
+ export const translator: import("@translator").NodeTranslator;
6
+ //# sourceMappingURL=tabs-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/tabs/tabs-translator.js"],"names":[],"mappings":"AAUA;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAI5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"tblGrid-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.js"],"names":[],"mappings":"AA6IA;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
1
+ {"version":3,"file":"tblGrid-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.js"],"names":[],"mappings":"AAiJA;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
@@ -0,0 +1,2 @@
1
+ export * from "./textAlignment-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/textAlignment/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:textAlignment element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 255
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=textAlignment-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textAlignment-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGoD"}
@@ -0,0 +1,2 @@
1
+ export * from "./textboxTightWrap-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/textboxTightWrap/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:textboxTightWrap element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 257
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=textboxTightWrap-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textboxTightWrap-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGuD"}
@@ -0,0 +1,2 @@
1
+ export * from "./topLinePunct-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/topLinePunct/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:topLinePunct element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 262
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=topLinePunct-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"topLinePunct-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGsD"}
@@ -0,0 +1,2 @@
1
+ export * from "./widowControl-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/widowControl/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:widowControl element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 261
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=widowControl-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widowControl-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGsD"}
@@ -0,0 +1,2 @@
1
+ export * from "./wordWrap-translator.js";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/wordWrap/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:wordWrap element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 262
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=wordWrap-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wordWrap-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"cleanUpListsWithAnnotations.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.js"],"names":[],"mappings":"AASO,6DAHI,MAAM,EAAE,YAuFhB"}
1
+ {"version":3,"file":"cleanUpListsWithAnnotations.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.js"],"names":[],"mappings":"AAqDO,6DAHI,MAAM,EAAE,YAmEhB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/field-annotation/cleanup-commands/index.js"],"names":[],"mappings":"AAGA;sCAOqF,yBAAmB;kCAArC,yBAAmB;EAJpF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/field-annotation/cleanup-commands/index.js"],"names":[],"mappings":"AAGA;sCAOqF,yBAAmB;kCAA29B,yBAAmB;EAJplC"}
@@ -3,9 +3,6 @@ import { Heading } from './heading/index.js';
3
3
  import { Document } from './document/index.js';
4
4
  import { Text } from './text/index.js';
5
5
  import { Run } from './run/index.js';
6
- import { BulletList } from './bullet-list/index.js';
7
- import { OrderedList } from './ordered-list/index.js';
8
- import { ListItem } from './list-item/index.js';
9
6
  import { Paragraph } from './paragraph/index.js';
10
7
  import { CommentRangeStart } from './comment/index.js';
11
8
  import { CommentRangeEnd } from './comment/index.js';
@@ -66,5 +63,5 @@ import { CustomSelection } from './custom-selection/index.js';
66
63
  import { TextTransform } from './text-transform/index.js';
67
64
  import { VectorShape } from './vector-shape/index.js';
68
65
  import { ShapeGroup } from './shape-group/index.js';
69
- export { History, Heading, Document, Text, Run, BulletList, OrderedList, ListItem, Paragraph, CommentRangeStart, CommentRangeEnd, CommentReference, TabNode, LineBreak, HardBreak, Bold, Italic, Underline, Highlight, Strike, Color, FontFamily, FontSize, TextAlign, TextIndent, TextStyle, LineHeight, FormatCommands, CommentsPlugin, Gapcursor, Table, TableRow, TableCell, TableHeader, Placeholder, DropCursor, BlockNode, FieldAnnotation, fieldAnnotationHelpers, Image, BookmarkStart, BookmarkEnd, PopoverPlugin, Mention, Collaboration, CollaborationCursor, TrackChanges, TrackInsert, TrackDelete, TrackFormat, CommentsMark, trackChangesHelpers, AiMark, AiAnimationMark, AiLoaderNode, AiPlugin, Search, StructuredContent, StructuredContentBlock, StructuredContentCommands, DocumentSection, NodeResizer, CustomSelection, TextTransform, VectorShape, ShapeGroup };
66
+ export { History, Heading, Document, Text, Run, Paragraph, CommentRangeStart, CommentRangeEnd, CommentReference, TabNode, LineBreak, HardBreak, Bold, Italic, Underline, Highlight, Strike, Color, FontFamily, FontSize, TextAlign, TextIndent, TextStyle, LineHeight, FormatCommands, CommentsPlugin, Gapcursor, Table, TableRow, TableCell, TableHeader, Placeholder, DropCursor, BlockNode, FieldAnnotation, fieldAnnotationHelpers, Image, BookmarkStart, BookmarkEnd, PopoverPlugin, Mention, Collaboration, CollaborationCursor, TrackChanges, TrackInsert, TrackDelete, TrackFormat, CommentsMark, trackChangesHelpers, AiMark, AiAnimationMark, AiLoaderNode, AiPlugin, Search, StructuredContent, StructuredContentBlock, StructuredContentCommands, DocumentSection, NodeResizer, CustomSelection, TextTransform, VectorShape, ShapeGroup };
70
67
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/extensions/index.js"],"names":[],"mappings":"wBACwB,oBAAoB;wBAwBpB,oBAAoB;yBAPnB,qBAAqB;qBACzB,iBAAiB;oBAClB,gBAAgB;2BACT,wBAAwB;4BACvB,yBAAyB;yBAC5B,sBAAsB;0BACrB,sBAAsB;kCAEqB,oBAAoB;gCAApB,oBAAoB;iCAApB,oBAAoB;wBACjE,gBAAgB;0BACH,uBAAuB;0BAAvB,uBAAuB;qBA2BvC,iBAAiB;uBACf,mBAAmB;0BAChB,sBAAsB;0BACtB,sBAAsB;uBACzB,mBAAmB;sBAzDpB,kBAAkB;2BACb,wBAAwB;yBAC1B,sBAAsB;0BACrB,uBAAuB;2BACtB,wBAAwB;0BAgDzB,4BAA4B;2BA/C3B,wBAAwB;+BACpB,4BAA4B;+BA0D5B,oBAAoB;0BAxDzB,sBAAsB;sBAmB1B,kBAAkB;yBAEf,sBAAsB;0BACrB,uBAAuB;4BAFrB,yBAAyB;4BAqCzB,wBAAwB;2BA1DzB,uBAAuB;0BAuCxB,uBAAuB;gCAfO,6BAA6B;uCAA7B,6BAA6B;sBAC/D,kBAAkB;8BACG,sBAAsB;4BAAtB,sBAAsB;8BAiCnC,2BAA2B;wBAhCjC,oBAAoB;8BAzBd,0BAA0B;oCACpB,iCAAiC;6BAyDxC,0BAA0B;4BARD,0BAA0B;4BAA1B,0BAA0B;4BAA1B,0BAA0B;6BACnD,oBAAoB;oCAeb,0BAA0B;AA6C9D,uJA6EC;AAxHD,wJAyCC;uBA3G+D,eAAe;gCAAf,eAAe;6BAAf,eAAe;yBAAf,eAAe;uBA2DxD,mBAAmB;kCAzBnC,+BAA+B;uCAA/B,+BAA+B;0CAhCI,+BAA+B;gCAgClE,+BAA+B;4BA0BV,wBAAwB;gCACpB,6BAA6B;8BAX/B,2BAA2B;4BAb7B,yBAAyB;2BAC1B,wBAAwB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/extensions/index.js"],"names":[],"mappings":"wBACwB,oBAAoB;wBAqBpB,oBAAoB;yBAJnB,qBAAqB;qBACzB,iBAAiB;oBAClB,gBAAgB;0BACV,sBAAsB;kCAEqB,oBAAoB;gCAApB,oBAAoB;iCAApB,oBAAoB;wBACjE,gBAAgB;0BACH,uBAAuB;0BAAvB,uBAAuB;qBA2BvC,iBAAiB;uBACf,mBAAmB;0BAChB,sBAAsB;0BACtB,sBAAsB;uBACzB,mBAAmB;sBAtDpB,kBAAkB;2BACb,wBAAwB;yBAC1B,sBAAsB;0BACrB,uBAAuB;2BACtB,wBAAwB;0BA6CzB,4BAA4B;2BA5C3B,wBAAwB;+BACpB,4BAA4B;+BAuD5B,oBAAoB;0BArDzB,sBAAsB;sBAgB1B,kBAAkB;yBAEf,sBAAsB;0BACrB,uBAAuB;4BAFrB,yBAAyB;4BAqCzB,wBAAwB;2BAvDzB,uBAAuB;0BAoCxB,uBAAuB;gCAfO,6BAA6B;uCAA7B,6BAA6B;sBAC/D,kBAAkB;8BACG,sBAAsB;4BAAtB,sBAAsB;8BAiCnC,2BAA2B;wBAhCjC,oBAAoB;8BAtBd,0BAA0B;oCACpB,iCAAiC;6BAsDxC,0BAA0B;4BARD,0BAA0B;4BAA1B,0BAA0B;4BAA1B,0BAA0B;6BACnD,oBAAoB;oCAeb,0BAA0B;AA0C9D,uJA0EC;AAlHD,wJAsCC;uBArG+D,eAAe;gCAAf,eAAe;6BAAf,eAAe;yBAAf,eAAe;uBAwDxD,mBAAmB;kCAzBnC,+BAA+B;uCAA/B,+BAA+B;0CA7BI,+BAA+B;gCA6BlE,+BAA+B;4BA0BV,wBAAwB;gCACpB,6BAA6B;8BAX/B,2BAA2B;4BAb7B,yBAAyB;2BAC1B,wBAAwB"}
@@ -1,6 +1,6 @@
1
1
  export function getLinkedStyle(styleId: string, styles?: any[]): any;
2
2
  export function getSpacingStyle(spacing: any): any;
3
- export function getSpacingStyleString(spacing: any): string;
3
+ export function getSpacingStyleString(spacing: any, marks: any[], isListItem: any): string;
4
4
  export function getMarksStyle(attrs: any[]): string;
5
5
  export function getQuickFormatList(editor: any): any[];
6
6
  export function generateLinkedStyleString(linkedStyle: any, basedOnStyle: any, node: any, parent: any, includeSpacing?: boolean): string;
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/linked-styles/helpers.js"],"names":[],"mappings":"AAgBO,wCANI,MAAM,uBAWhB;AASM,mDAUN;AASM,qDAHM,MAAM,CAUlB;AASM,6CAHM,MAAM,CA2BlB;AAWM,uDAUN;AAcM,wHALI,OAAO,GACL,MAAM,CA2KlB;AAcM,iFANM,OAAO,CA4GnB"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/linked-styles/helpers.js"],"names":[],"mappings":"AAiBO,wCANI,MAAM,uBAWhB;AASM,mDAiBN;AAUM,oFAHM,MAAM,CAsClB;AASM,6CAHM,MAAM,CA2BlB;AAWM,uDAUN;AAcM,wHALI,OAAO,GACL,MAAM,CA2KlB;AAcM,iFANM,OAAO,CA4GnB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Factory that tracks numbering counters, restart settings, and cached paths
3
+ * for list rendering. Each instance is meant to be scoped to a document view.
4
+ *
5
+ * @returns {{
6
+ * setStartSettings: (numId: string | number, level: number, startValue: number, restartValue?: number) => void,
7
+ * setCounter: (numId: string | number, level: number, pos: number, value: number) => void,
8
+ * getCounter: (numId: string | number, level: number, pos: number) => number | null,
9
+ * calculateCounter: (numId: string | number, level: number, pos: number) => number,
10
+ * getAncestorsPath: (numId: string | number, level: number, pos: number) => number[],
11
+ * calculatePath: (numId: string | number, level: number, pos: number) => number[],
12
+ * getCountersMap: () => Record<string, Record<string, Record<string, number>>>,
13
+ * _clearCache: () => void,
14
+ * enableCache: () => void,
15
+ * disableCache: () => void
16
+ * }}
17
+ */
18
+ export function NumberingManager(): {
19
+ setStartSettings: (numId: string | number, level: number, startValue: number, restartValue?: number) => void;
20
+ setCounter: (numId: string | number, level: number, pos: number, value: number) => void;
21
+ getCounter: (numId: string | number, level: number, pos: number) => number | null;
22
+ calculateCounter: (numId: string | number, level: number, pos: number) => number;
23
+ getAncestorsPath: (numId: string | number, level: number, pos: number) => number[];
24
+ calculatePath: (numId: string | number, level: number, pos: number) => number[];
25
+ getCountersMap: () => Record<string, Record<string, Record<string, number>>>;
26
+ _clearCache: () => void;
27
+ enableCache: () => void;
28
+ disableCache: () => void;
29
+ };
30
+ //# sourceMappingURL=NumberingManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberingManager.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/NumberingManager.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,oCAba;IACR,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7G,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxF,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAC;IAClF,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IACjF,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,EAAE,CAAC;IACnF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,EAAE,CAAC;IAChF,cAAc,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IAC7E,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,IAAI,CAAA;CACzB,CAgTH"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * ProseMirror node view that renders paragraphs, including special handling for
3
+ * numbered/bulleted lists so marker/separator elements stay in sync with docx
4
+ * layout expectations.
5
+ */
6
+ export class ParagraphNodeView {
7
+ /**
8
+ * @param {import('prosemirror-model').Node} node Current paragraph node.
9
+ * @param {import('../../core/Editor').Editor} editor Editor instance providing schema/helpers.
10
+ * @param {() => number} getPos Position getter provided by ProseMirror.
11
+ * @param {import('prosemirror-view').Decoration[]} decorations Decorations applied to this node.
12
+ * @param {Record<string, unknown>} extensionAttrs Extra attributes declared by the paragraph extension.
13
+ */
14
+ constructor(node: import("prosemirror-model").Node, editor: import("../../core/Editor").Editor, getPos: () => number, decorations: import("prosemirror-view").Decoration[], extensionAttrs: Record<string, unknown>);
15
+ node: import("prosemirror-model").Node;
16
+ editor: import("@core/index.js").Editor;
17
+ getPos: () => number;
18
+ decorations: import("prosemirror-view").Decoration[];
19
+ extensionAttrs: Record<string, unknown>;
20
+ _animationFrameRequest: any;
21
+ dom: HTMLParagraphElement;
22
+ contentDOM: HTMLSpanElement;
23
+ /**
24
+ * @param {import('prosemirror-model').Node} node
25
+ * @param {import('prosemirror-view').Decoration[]} decorations
26
+ */
27
+ update(node: import("prosemirror-model").Node, decorations: import("prosemirror-view").Decoration[]): boolean;
28
+ /**
29
+ * @param {MutationRecord} mutation
30
+ */
31
+ ignoreMutation(mutation: MutationRecord): boolean;
32
+ marker: HTMLSpanElement;
33
+ separator: HTMLSpanElement | Text;
34
+ destroy(): void;
35
+ #private;
36
+ }
37
+ //# sourceMappingURL=ParagraphNodeView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParagraphNodeView.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/ParagraphNodeView.js"],"names":[],"mappings":"AAMA;;;;GAIG;AACH;IACE;;;;;;OAMG;IACH,kBANW,OAAO,mBAAmB,EAAE,IAAI,UAChC,OAAO,mBAAmB,EAAE,MAAM,UAClC,MAAM,MAAM,eACZ,OAAO,kBAAkB,EAAE,UAAU,EAAE,kBACvC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAuBjC;IApBC,uCAAgB;IAChB,wCAAoB;IACpB,cAPe,MAAM,CAOD;IACpB,qDAA8B;IAC9B,wCAAoC;IACpC,4BAAkC;IAElC,0BAAsC;IACtC,4BAAgD;IAclD;;;OAGG;IACH,aAHW,OAAO,mBAAmB,EAAE,IAAI,eAChC,OAAO,kBAAkB,EAAE,UAAU,EAAE,WAwBjD;IA2BD;;OAEG;IACH,yBAFW,cAAc,WAexB;IAmBG,wBAA4C;IAe1C,kCAA+C;IA2LrD,gBAEC;;CACF"}
@@ -1,7 +1,7 @@
1
1
  export function getDefaultSpacing(): {
2
- lineSpaceAfter: number;
3
- lineSpaceBefore: number;
4
- line: number;
5
- lineRule: any;
2
+ after: any;
3
+ before: any;
4
+ line: any;
5
+ lineRule: string;
6
6
  };
7
7
  //# sourceMappingURL=getDefaultSpacing.d.ts.map
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Create a ProseMirror plugin that keeps `listRendering` data in sync with the
3
+ * underlying Word numbering definitions.
4
+ *
5
+ * @param {import('../../core/Editor').Editor} editor The active editor instance.
6
+ * @returns {import('prosemirror-state').Plugin}
7
+ */
8
+ export function createNumberingPlugin(editor: import("../../core/Editor").Editor): import("prosemirror-state").Plugin;
9
+ //# sourceMappingURL=numberingPlugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"numberingPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/numberingPlugin.js"],"names":[],"mappings":"AAMA;;;;;;GAMG;AACH,8CAHW,OAAO,mBAAmB,EAAE,MAAM,GAChC,OAAO,mBAAmB,EAAE,MAAM,CA0H9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AAMA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH;;;;GAIG;AACH,iCA8TG;;;;;;;;;yBA7WiC,gBAAgB"}
1
+ {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/paragraph/paragraph.js"],"names":[],"mappings":"AA+BA;;;;;;GAMG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH;;;;GAIG;AACH,iCA4fG;;;;;;;;;yBApkBiC,gBAAgB"}
@@ -1,2 +1,3 @@
1
+ export function splitBlockPatch(state: any, dispatch: any): boolean;
1
2
  export function splitRun(): import("@core/commands/types").Command;
2
3
  //# sourceMappingURL=split-run.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"split-run.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/run/commands/split-run.js"],"names":[],"mappings":"AAOO,4BAFM,OAAO,sBAAsB,EAAE,OAAO,CAiBlD"}
1
+ {"version":3,"file":"split-run.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/run/commands/split-run.js"],"names":[],"mappings":"AA0BA,oEA+CC;AAhEM,4BAFM,OAAO,sBAAsB,EAAE,OAAO,CAiBlD"}
@@ -1,4 +1,15 @@
1
- export function getParagraphContext($pos: any, cache: any, helpers: any): any;
1
+ export function calculateTabStyle(nodeSize: any, view: any, pos: any, blockParent: any, paragraphContext: any, coordCache?: any, domPosCache?: any): string;
2
+ export function findParagraphContext($pos: any, cache: any, helpers: any): any;
3
+ export function extractParagraphContext(node: any, startPos: any, helpers: any, depth?: number): {
4
+ paragraph: any;
5
+ paragraphDepth: number;
6
+ startPos: any;
7
+ indent: any;
8
+ tabStops: any;
9
+ flattened: any[];
10
+ positionMap: Map<any, any>;
11
+ accumulatedTabWidth: number;
12
+ };
2
13
  export function flattenParagraph(paragraph: any, paragraphStartPos: any): {
3
14
  entries: any[];
4
15
  positionMap: Map<any, any>;
@@ -10,7 +21,7 @@ export function getIndentWidth(view: any, paragraphStartPos: any, indentAttrs?:
10
21
  export function calculateIndentFallback(indentAttrs?: {}): number;
11
22
  export function getLeftCoord(view: any, pos: any, coordCache?: any, domPosCache?: any): any;
12
23
  export function getCachedDomAtPos(view: any, pos: any, domPosCache?: any): any;
13
- export function calcTabHeight(pos: any): string;
24
+ export function calcTabHeight(blockParent: any): string;
14
25
  export const defaultTabDistance: 48;
15
26
  export const defaultLineLength: 816;
16
27
  export function getTabDecorations(doc: any, view: any, helpers: any, from?: number, to?: any): any[];
@@ -1 +1 @@
1
- {"version":3,"file":"tabDecorations.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/tab/helpers/tabDecorations.js"],"names":[],"mappings":"AAwGA,8EA+BC;AAED;;;EAyBC;AAED,sEAOC;AAED,0FAcC;AAED,8GAiBC;AAED,iIAUC;AAED,kEAwBC;AAED,4FA+BC;AAED,+EAYC;AAED,gDAWC;AA9SD,iCAAkC,EAAE,CAAC;AACrC,gCAAiC,GAAG,CAAC;AAE9B,qGAiGN"}
1
+ {"version":3,"file":"tabDecorations.d.ts","sourceRoot":"","sources":["../../../../../../src/extensions/tab/helpers/tabDecorations.js"],"names":[],"mappings":"AAoCA,4JA+FC;AAED,+EAaC;AAED;;;;;;;;;EA+BC;AAED;;;EAyBC;AAED,sEAOC;AAED,0FAcC;AAED,8GAiBC;AAED,iIAUC;AAED,kEAmBC;AAED,4FA+BC;AAED,+EAYC;AAED,wDAUC;AAnVD,iCAAkC,EAAE,CAAC;AACrC,gCAAiC,GAAG,CAAC;AAE9B,qGA4BN"}
@@ -1 +1 @@
1
- {"version":3,"file":"text-style.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/text-style/text-style.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AACH,6BAyDG;;;;;;;;;qBA/E6B,gBAAgB"}
1
+ {"version":3,"file":"text-style.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/text-style/text-style.js"],"names":[],"mappings":"AAIA;;;;;GAKG;AAEH;;;;;GAKG;AAEH;;;;GAIG;AACH,6BAwEG;;;;;;;;;qBA9F6B,gBAAgB"}
@@ -1 +1 @@
1
- {"version":3,"file":"permission-helpers.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/track-changes/permission-helpers.js"],"names":[],"mappings":"AAgDO,2DALJ;IAAwD,KAAK,EAArD,OAAO,mBAAmB,EAAE,WAAW;IACxB,IAAI,EAAnB,MAAM;IACS,EAAE,EAAjB,MAAM;CACd,GAAU,KAAK,KAAQ,CAkBzB;AA+BM,iFALJ;IAAmE,MAAM,EAAjE;;;;;;;;;;;;0BAsDq09f,aAAa;;;;2BAAgoB,IAAI;;;;;;;6BAAwmI,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAA4jb,aAAa;0BAA/6uB,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAAi7lC,UAAU;kDAAuV,UAAU,aAA+E,UAAU;oCAAgZ,UAAU;;;;;;;;;KAtD/86hB;IACxB,MAAM,EAAhC,QAAQ,GAAC,QAAQ;IACK,cAAc,EAApC,KAAK,KAAQ;CACrB,GAAU,OAAO,CAkCnB;AAWM,iFALJ;IAAwD,KAAK,EAArD,OAAO,mBAAmB,EAAE,WAAW;IACnB,GAAG,EAAvB,MAAM,GAAC,IAAI;IACS,eAAe,EAAnC,MAAM,GAAC,IAAI;CACnB,GAAU,KAAK,KAAQ,CAOzB"}
1
+ {"version":3,"file":"permission-helpers.d.ts","sourceRoot":"","sources":["../../../../../src/extensions/track-changes/permission-helpers.js"],"names":[],"mappings":"AAgDO,2DALJ;IAAwD,KAAK,EAArD,OAAO,mBAAmB,EAAE,WAAW;IACxB,IAAI,EAAnB,MAAM;IACS,EAAE,EAAjB,MAAM;CACd,GAAU,KAAK,KAAQ,CAkBzB;AA+BM,iFALJ;IAAmE,MAAM,EAAjE;;;;;;;;;;;;0BAsDs3zd,aAAa;;;;2BAAgoB,IAAI;;;;;;;6BAAwmI,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAA4jb,aAAa;0BAA/6uB,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAA06lC,UAAU;kDAAuV,UAAU,aAA+E,UAAU;oCAAgZ,UAAU;;;;;;;;;KAtDz/wf;IACxB,MAAM,EAAhC,QAAQ,GAAC,QAAQ;IACK,cAAc,EAApC,KAAK,KAAQ;CACrB,GAAU,OAAO,CAkCnB;AAWM,iFALJ;IAAwD,KAAK,EAArD,OAAO,mBAAmB,EAAE,WAAW;IACnB,GAAG,EAAvB,MAAM,GAAC,IAAI;IACS,eAAe,EAAnC,MAAM,GAAC,IAAI;CACnB,GAAU,KAAK,KAAQ,CAOzB"}