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
@@ -6,14 +6,11 @@ export function flattenListsInHtml(html: any, editor: any): any;
6
6
  /**
7
7
  * Creates a single-item list from an <li> element
8
8
  */
9
- export function createSingleItemList({ li, tag, rootNumId, level, listLevel, editor, NodeInterface }: {
9
+ export function createSingleItemList({ li, rootNumId, level, listNumberingType }: {
10
10
  li: any;
11
- tag: any;
12
11
  rootNumId: any;
13
12
  level: any;
14
- listLevel: any;
15
- editor: any;
16
- NodeInterface: any;
13
+ listNumberingType: any;
17
14
  }): any;
18
15
  /**
19
16
  * Converts flatten lists back to normal list structure.
@@ -1 +1 @@
1
- {"version":3,"file":"html-helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/core/inputRules/html/html-helpers.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,gEAqBC;AAwGD;;GAEG;AACH;;;;;;;;QA0DC;AAED;;GAEG;AACH,wDAmEC"}
1
+ {"version":3,"file":"html-helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/core/inputRules/html/html-helpers.js"],"names":[],"mappings":"AAkBA;;;GAGG;AACH,gEAqBC;AA+HD;;GAEG;AACH;;;;;QAqCC;AAED;;GAEG;AACH,wDAyEC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SuperConverter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/SuperConverter.js"],"names":[],"mappings":"AAsEA;IACE;;;;;;;;;;;;;;;;;;OAuBG;IAEH;;;;;;;;;;;;;;;SAoBE;IAEF;;;;;;OAMG;IAEH,6BAAsF;IAEtF,wDAOC;IAED,+DAMC;IAED,sDAgBC;IA2GD;;;;;;OAMG;IACH,0DAHW,MAAM,GACJ,MAAM,GAAC,IAAI,CAqBvB;IAED;;;;;;;;OAQG;IACH,wDALW,MAAM,SACN,MAAM,WAAS,qBACf,OAAO,GACL,MAAM,CA2DlB;IAED,mDAEC;IAED,mEAEC;IAED;;;;;OAKG;IACH,yCAFa,MAAM,GAAC,IAAI,CAyBvB;IA0nBD,8CAGC;IAED,8DAGC;IAh3BD,0BAoEC;IAlEC,WAAmC;IAGnC,iBAAuB;IACvB,wBAA8B;IAG9B,iBAAsB;IACtB,UAA8B;IAC9B,WAAgC;IAEhC,WAAgC;IAEhC,eAAoB;IACpB,gBAAkB;IAClB,2BAA6B;IAG7B,4BAAoC;IAGpC,SAAsB;IAItB,cAAmB;IAInB,gBAAsB;IAGtB,iBAAuB;IAGvB,YAAiB;IACjB;;;;;MAAsE;IACtE,qBAAuB;IACvB,YAAiB;IACjB;;;;;MAAsE;IACtE,qBAAuB;IAGvB,oBAAsB;IAGtB,UAAwB;IAExB,0BAAiC;IACjC,0BAA4B;IAG5B,eAA0C;IAC1C,wBAA8B;IAG9B,gBAA4C;IAC5C,gBAA4C;IAG5C,kBAAwB;IACxB,qBAAwB;IACxB,0BAA6B;IAM/B;;;OAGG;IACH,uBAEC;IAED,qBAmBC;IAED,8BAIC;IAyID;;;OAGG;IACH,mBAFa,MAAM,GAAC,IAAI,CAIvB;IAED;;;OAGG;IACH,sBAFa,MAAM,GAAC,IAAI,CAOvB;IAED;;OAEG;IACH,4BAcC;IAED;;OAEG;IACH,yBAMC;IA8BD;;OAEG;IACH,sCAUC;IAED;;OAEG;IACH,qBAUC;IAED,+BAmDC;IAED,0BAsBC;IAED;;;MA4DC;IAED,8BAeC;IAED;;;;;;MAYC;IAED;;;;;;MAiBC;IAED,2EAqBC;IAED,gDAGC;IAED,iNA+EC;IAED;;;;;;;;;;;;;MAgCC;;CA4MF"}
1
+ {"version":3,"file":"SuperConverter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/SuperConverter.js"],"names":[],"mappings":"AAsEA;IACE;;;;;;;;;;;;;;;;;;OAuBG;IAEH;;;;;;;;;;;;;;;SAoBE;IAEF;;;;;;OAMG;IAEH,6BAAsF;IAEtF,wDAOC;IAED,+DAMC;IAED,sDAgBC;IA2GD;;;;;;OAMG;IACH,0DAHW,MAAM,GACJ,MAAM,GAAC,IAAI,CAqBvB;IAED;;;;;;;;OAQG;IACH,wDALW,MAAM,SACN,MAAM,WAAS,qBACf,OAAO,GACL,MAAM,CA2DlB;IAED,mDAEC;IAED,mEAEC;IAED;;;;;OAKG;IACH,yCAFa,MAAM,GAAC,IAAI,CAyBvB;IA6nBD,8CAGC;IAED,8DAGC;IAn3BD,0BAoEC;IAlEC,WAAmC;IAGnC,iBAAuB;IACvB,wBAA8B;IAG9B,iBAAsB;IACtB,UAA8B;IAC9B,WAAgC;IAEhC,WAAgC;IAEhC,eAAoB;IACpB,gBAAkB;IAClB,2BAA6B;IAG7B,4BAAoC;IAGpC,SAAsB;IAItB,cAAmB;IAInB,gBAAsB;IAGtB,iBAAuB;IAGvB,YAAiB;IACjB;;;;;MAAsE;IACtE,qBAAuB;IACvB,YAAiB;IACjB;;;;;MAAsE;IACtE,qBAAuB;IAGvB,oBAAsB;IAGtB,UAAwB;IAExB,0BAAiC;IACjC,0BAA4B;IAG5B,eAA0C;IAC1C,wBAA8B;IAG9B,gBAA4C;IAC5C,gBAA4C;IAG5C,kBAAwB;IACxB,qBAAwB;IACxB,0BAA6B;IAM/B;;;OAGG;IACH,uBAEC;IAED,qBAmBC;IAED,8BAIC;IAyID;;;OAGG;IACH,mBAFa,MAAM,GAAC,IAAI,CAIvB;IAED;;;OAGG;IACH,sBAFa,MAAM,GAAC,IAAI,CAOvB;IAED;;OAEG;IACH,4BAcC;IAED;;OAEG;IACH,yBAMC;IA8BD;;OAEG;IACH,sCAUC;IAED;;OAEG;IACH,qBAUC;IAED,+BAmDC;IAED,0BAsBC;IAED;;;MA4DC;IAED,8BAeC;IAED;;;;;;MAYC;IAED;;;;;;MAiBC;IAED,2EAwBC;IAED,gDAGC;IAED,iNA+EC;IAED;;;;;;;;;;;;;MAgCC;;CA4MF"}
@@ -57,7 +57,7 @@ export function translateParagraphNode(params: any): XmlReadyNode;
57
57
  * @param {SchemaNode} node
58
58
  * @returns {XmlReadyNode} The paragraph properties node
59
59
  */
60
- export function generateParagraphProperties(node: SchemaNode): XmlReadyNode;
60
+ export function generateParagraphProperties(params: any): XmlReadyNode;
61
61
  /**
62
62
  * Helper function to be used for text node translation
63
63
  * Also used for transforming text annotations for the final submit
@@ -1 +1 @@
1
- {"version":3,"file":"exporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/exporter.js"],"names":[],"mappings":"AAiHA;;;;GAIG;AACH,kDAHW,KAAK,KAAQ,MAAO,GAClB,KAAK,KAAQ,CAgDzB;AAED;;;;;;GAMG;AAEH;;;;;;;;;;;;GAYG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;;;GAKG;AACH,2CAHW,YAAY,GACV,YAAY,CAyDxB;AAyFD;;;;;GAKG;AACH,qDAFa,YAAY,CA2BxB;AAoBD;;;;;GAKG;AACH,kDAHW,UAAU,GACR,YAAY,CAwLxB;AAiDD;;;;;;;GAOG;AAEH,0DAJW,KAAQ,gBACN,YAAY,CA0DxB;AAED;;;;;GAKG;AACH,6DAFa,YAAY,CAYxB;AAED;;;;;GAKG;AACH,yCAHW,KAAQ;;;EAQlB;AAED;;;;;GAKG;AACH,2CAHW,QAAQ,EAAE,SAgBpB;AAED,uDA2CC;AAED;;;;;;GAMG;AACH,+CAJW,YAAY,QACZ,MAAM,GACJ,MAAM,CAqBlB;AA6UD;;;;;;;;;EAgBC;AAvmCM,8EAiDN;AAEM,mDAON;AA+iCD;IACE,4BAEC;IADC,eAA0B;IAG5B,gDAGC;;CAoFF;;;;;;;;;;;;;oBAhlCa,KAAQ;;;;;;;;;;UAMR,MAAM;;;;aACN,KAAK,CAAC,UAAU,CAAC;;;;;;;;;;;;;UAMjB,MAAM;;;;cACN,KAAK,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;UAgBnB,MAAM"}
1
+ {"version":3,"file":"exporter.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/exporter.js"],"names":[],"mappings":"AA2GA;;;;GAIG;AACH,kDAHW,KAAK,KAAQ,MAAO,GAClB,KAAK,KAAQ,CAgDzB;AAED;;;;;;GAMG;AAEH;;;;;;;;;;;;GAYG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;GAIG;AAEH;;;;;GAKG;AACH,2CAHW,YAAY,GACV,YAAY,CAuDxB;AAyFD;;;;;GAKG;AACH,qDAFa,YAAY,CA2BxB;AAED;;;;;GAKG;AACH,0DAFa,YAAY,CAuCxB;AAwBD;;;;;;;GAOG;AAEH,0DAJW,KAAQ,gBACN,YAAY,CAiExB;AAED;;;;;GAKG;AACH,6DAFa,YAAY,CAYxB;AAED;;;;;GAKG;AACH,yCAHW,KAAQ;;;EAQlB;AAED;;;;;GAKG;AACH,2CAHW,QAAQ,EAAE,SAgBpB;AAED,uDA2CC;AAED;;;;;;GAMG;AACH,+CAJW,YAAY,QACZ,MAAM,GACJ,MAAM,CAqBlB;AAgID;;;;;;;;;EAgBC;AAnuBM,8EAiDN;AAEM,mDAON;AA2qBD;IACE,4BAEC;IADC,eAA0B;IAG5B,gDAGC;;CAoFF;;;;;;;;;;;;;oBA5sBa,KAAQ;;;;;;;;;;UAMR,MAAM;;;;aACN,KAAK,CAAC,UAAU,CAAC;;;;;;;;;;;;;UAMjB,MAAM;;;;cACN,KAAK,CAAC,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;UAgBnB,MAAM"}
@@ -4,6 +4,7 @@ export function twipsToInches(twips: any): number;
4
4
  export function twipsToPixels(twips: any): number;
5
5
  export function pixelsToTwips(pixels: any): number;
6
6
  export function pixelsToInches(pixels: any): number;
7
+ export function pointsToLines(points: any): number;
7
8
  export function inchesToPixels(inches: any): number;
8
9
  export function twipsToLines(twips: any): number;
9
10
  export function linesToTwips(lines: any): number;
@@ -14,6 +15,7 @@ export function pixelsToHalfPoints(pixels: any): number;
14
15
  export function halfPointToPoints(halfPoints: any): number;
15
16
  export function eighthPointsToPixels(eighthPoints: any): number;
16
17
  export function pixelsToEightPoints(pixels: any): number;
18
+ export function pointsToTwips(points: any): number;
17
19
  export function rotToDegrees(rot: any): number;
18
20
  export function degreesToRot(degrees: any): number;
19
21
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/helpers.js"],"names":[],"mappings":"AAGA,8BAAwB,EAAE,CAAC;AAE3B,mDAIC;AAED,kDAKC;AAED,kDAIC;AAED,mDAGC;AAQD,oDAIC;AAVD,oDAIC;AAQD,iDAGC;AAED,iDAGC;AAED,2DAGC;AAOD,8CAKC;AAED,6CAIC;AAED,wDAGC;AArBD,2DAGC;AAoBD,gEAKC;AAED,yDAGC;AAYD,+CAGC;AAED,mDAGC;AAgDD;;;;;;;GAOG;AACH,qCAHW,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GACrB,MAAO,IAAI,CAyCvB;AA7ED;;;;;;;GAOG;AACH,gDAFa,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GAAC,IAAI,CAsBxC;AAsED,4FAyDC;AAED,uEAKC;AAmCD,kEAGC;AAED,mEASC;AA5BD,iDAYC;AAkBD,qDAaC;AAOD,2CAEC;AA1QD,2CAGC;AARD,8CAGC;AA8QD;;;;EAMC;AAED,qEAuBC;AAED,0EAGC;AAlMD;;;;GAIG;AACH,iDAHW,MAAM,GAAC,MAAM,GACX,MAAM,CAWlB;AApGD,sDAKC;AAdD,0DAOC"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/helpers.js"],"names":[],"mappings":"AAGA,8BAAwB,EAAE,CAAC;AAE3B,mDAIC;AAED,kDAKC;AAED,kDAIC;AAED,mDAGC;AAQD,oDAIC;AAoDD,mDAGC;AAjED,oDAIC;AAQD,iDAGC;AAED,iDAGC;AAED,2DAGC;AAOD,8CAKC;AAED,6CAIC;AAED,wDAGC;AArBD,2DAGC;AAoBD,gEAKC;AAYD,yDAGC;AAbD,mDAGC;AAsBD,+CAGC;AAED,mDAGC;AAgDD;;;;;;;GAOG;AACH,qCAHW,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GACrB,MAAO,IAAI,CAyCvB;AA7ED;;;;;;;GAOG;AACH,gDAFa,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GAAC,IAAI,CAsBxC;AAsED,4FAyDC;AAED,uEAKC;AAmCD,kEAGC;AAED,mEASC;AA5BD,iDAYC;AAkBD,qDAaC;AAOD,2CAEC;AA1QD,2CAGC;AARD,8CAGC;AA8QD;;;;EAUC;AAED,qEAuBC;AAED,0EAGC;AAtMD;;;;GAIG;AACH,iDAHW,MAAM,GAAC,MAAM,GACX,MAAM,CAWlB;AApGD,sDAKC;AAdD,0DAOC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Gets the resolved paragraph properties by merging defaults, styles, and inline properties.
3
+ * @param {import('@translator').SCEncoderConfig} params
4
+ * @param {Object} inlineProps - The inline paragraph properties.
5
+ * @param {boolean} [insideTable=false] - Whether the paragraph is inside a table.
6
+ * @param {boolean} [overrideInlineStyleId=false] - Whether to override the inline style ID with the one from numbering.
7
+ * @returns {Object} The resolved paragraph properties.
8
+ */
9
+ export function resolveParagraphProperties(params: import("@translator").SCEncoderConfig, inlineProps: any, insideTable?: boolean, overrideInlineStyleId?: boolean): any;
10
+ export function getDefaultProperties(params: any, translator: any): any;
11
+ export function getStyleProperties(params: any, styleId: any, translator: any): {
12
+ properties: any;
13
+ isDefault: boolean;
14
+ basedOn: any;
15
+ };
16
+ export function getNumberingProperties(params: any, ilvl: any, numId: any, translator: any, tries?: number): any;
17
+ export function encodeMarksFromRPr(runProperties: any, docx: any): {
18
+ type: string;
19
+ attrs: {};
20
+ }[];
21
+ export function encodeCSSFromRPr(runProperties: any, docx: any): {};
22
+ export function decodeRPrFromMarks(marks: any): {};
23
+ export function resolveRunProperties(params: import("@translator").SCEncoderConfig, inlineRpr: any, resolvedPpr: any, isListNumber?: boolean, numberingDefinedInline?: boolean): any;
24
+ export function combineProperties(propertiesArray: any, fullOverrideProps?: any[], specialHandling?: {}): any;
25
+ export function combineRunProperties(propertiesArray: any): any;
26
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/core/super-converter/styles.js"],"names":[],"mappings":"AA0EA;;;;;;;GAOG;AACH,mDANW,OAAO,aAAa,EAAE,eAAe,kCAErC,OAAO,0BACP,OAAO,OAuFjB;AA8BD,wEAgBC;AAED;;;;EAsBC;AAED,iHA8DC;AA2CD;;;IAqGC;AAED,oEAyKC;AAED,mDAoFC;AA9qBM,6CALI,OAAO,aAAa,EAAE,eAAe,mGA8D/C;AAsOM,8GAmCN;AAEM,gEAEN"}
@@ -29,17 +29,19 @@ export function createDocumentJson(docx: ParsedDocx, converter: SuperConverter,
29
29
  pageStyles: any;
30
30
  } | null;
31
31
  export function defaultNodeListHandler(): {
32
- handler: ({ nodes: elements, docx, insideTrackChange, converter, editor, filename, parentStyleId, lists, inlineDocumentFonts, path, }: {
32
+ handler: ({ nodes: elements, docx, insideTrackChange, converter, numbering, editor, filename, parentStyleId, lists, inlineDocumentFonts, path, extraParams, }: {
33
33
  nodes: any;
34
34
  docx: any;
35
35
  insideTrackChange: any;
36
36
  converter: any;
37
+ numbering: any;
37
38
  editor: any;
38
39
  filename: any;
39
40
  parentStyleId: any;
40
41
  lists: any;
41
42
  inlineDocumentFonts: any;
42
43
  path?: any[];
44
+ extraParams?: {};
43
45
  }) => any[];
44
46
  handlerEntities: any[];
45
47
  };
@@ -1 +1 @@
1
- {"version":3,"file":"docxImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/docxImporter.js"],"names":[],"mappings":"AAifA;;;;;;;;GAQG;AACH,wDAFa,MAAS,IAAI,CAiBzB;AAoHD;;;;;;;;GAQG;AACH,mDAHW,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAA;CAAC,CAAC,SA4B1E;AA/mBM,yCALI,UAAU,aACV,cAAc,UACd,MAAM,GACJ;IAAC,KAAK,EAAE,UAAU,CAAC;IAAC,kBAAkB,EAAE,OAAO,CAAC;IAAC,UAAU,EAAE,GAAC,CAAA;CAAC,GAAC,IAAI,CAuGhF;AAEM;;;;;;;;;;;;;;EA6BN;sBAtJY,OAAO,GAAA,CAAC;yBACR;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,GAAC,CAAC;IAAC,IAAI,EAAE,GAAC,CAAC;IAAC,KAAK,EAAE,GAAC,CAAC;IAAC,KAAK,EAAE,EAAE,CAAC;CAAC;yBACzD;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,EAAE,CAAA;CAAC;gCAEzB,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,iBAAiB,EAAE,OAAO,KAAK,UAAU,EAAE;8BAChF;IAAC,OAAO,EAAE,iBAAiB,CAAC;IAAC,eAAe,EAAE,gBAAgB,EAAE,CAAA;CAAC;0BAEjE,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,eAAe,EAAE,eAAe,EAAE,iBAAiB,EAAE,OAAO,KAAK;IAAC,KAAK,EAAE,UAAU,EAAE,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAC;+BAC7I;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,WAAW,CAAA;CAAC"}
1
+ {"version":3,"file":"docxImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/docxImporter.js"],"names":[],"mappings":"AAqfA;;;;;;;;GAQG;AACH,wDAFa,MAAS,IAAI,CAiBzB;AAuHD;;;;;;;;GAQG;AACH,mDAHW,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAA;CAAC,CAAC,SA4B1E;AAvnBM,yCALI,UAAU,aACV,cAAc,UACd,MAAM,GACJ;IAAC,KAAK,EAAE,UAAU,CAAC;IAAC,kBAAkB,EAAE,OAAO,CAAC;IAAC,UAAU,EAAE,GAAC,CAAA;CAAC,GAAC,IAAI,CAyGhF;AAEM;;;;;;;;;;;;;;;;EA4BN;sBAvJY,OAAO,GAAA,CAAC;yBACR;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,GAAC,CAAC;IAAC,IAAI,EAAE,GAAC,CAAC;IAAC,KAAK,EAAE,GAAC,CAAC;IAAC,KAAK,EAAE,EAAE,CAAC;CAAC;yBACzD;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,EAAE,CAAA;CAAC;gCAEzB,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,iBAAiB,EAAE,OAAO,KAAK,UAAU,EAAE;8BAChF;IAAC,OAAO,EAAE,iBAAiB,CAAC;IAAC,eAAe,EAAE,gBAAgB,EAAE,CAAA;CAAC;0BAEjE,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,eAAe,EAAE,eAAe,EAAE,iBAAiB,EAAE,OAAO,KAAK;IAAC,KAAK,EAAE,UAAU,EAAE,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAC;+BAC7I;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,WAAW,CAAA;CAAC"}
@@ -1,10 +1,3 @@
1
- /**
2
- * Checks if the given node is a list or not.
3
- *
4
- * @param {XmlNode} node The node to check.
5
- * @returns {boolean} Whether the node is a list or not.
6
- */
7
- export function testForList(node: XmlNode, docx: any): boolean;
8
1
  /**
9
2
  * Get the style tag from the style ID
10
3
  *
@@ -13,107 +6,17 @@ export function testForList(node: XmlNode, docx: any): boolean;
13
6
  * @returns {Object} The style tag
14
7
  */
15
8
  export function getStyleTagFromStyleId(styleId: string, docx: any): any;
16
- /**
17
- * Get the num ID from the style definition
18
- * This is a recursive function that will check the style definition for the numId
19
- * If it doesn't exist, it will check the basedOn style definition for the numId
20
- * This will continue until we find a numId or we run out of basedOn styles
21
- *
22
- * @param {Object} node The node to check
23
- * @param {string} styleId The style ID to check
24
- * @param {Object} docx The docx data
25
- * @param {Set} seenStyleIds The set of style IDs we've already seen to avoid circular references
26
- * @returns {string|null} The numId or null if not found
27
- */
28
- export function getNumPrRecursive({ node, styleId, docx, seenStyleIds }: any): string | null;
29
9
  /**
30
10
  * Normalize the level text character to a standard format
31
11
  * @param {string} lvlText The level text to normalize
32
12
  * @returns {string} The normalized level text
33
13
  */
34
14
  export function normalizeLvlTextChar(lvlText: string): string;
35
- /**
36
- * Main function to get list item information from numbering.xml
37
- *
38
- * @param {object} attributes
39
- * @param {int} level
40
- * @param {ParsedDocx} docx
41
- * @returns
42
- */
43
- export function getNodeNumberingDefinition(item: any, level: int, docx: ParsedDocx): {
44
- listType?: undefined;
45
- listOrderingType?: undefined;
46
- listrPrs?: undefined;
47
- listpPrs?: undefined;
48
- start?: undefined;
49
- lvlText?: undefined;
50
- lvlJc?: undefined;
51
- customFormat?: undefined;
52
- } | {
53
- listType: string;
54
- listOrderingType: any;
55
- listrPrs: {};
56
- listpPrs: {
57
- indent: {};
58
- justify: {
59
- val: any;
60
- };
61
- tabStops: any[];
62
- };
63
- start: any;
64
- lvlText: any;
65
- lvlJc: any;
66
- customFormat: any;
67
- };
68
- export function getNodeNumberingDefinitionByStyle(item: any, docx: any): {
69
- definition?: undefined;
70
- ilvl?: undefined;
71
- } | {
72
- definition: {
73
- listType?: undefined;
74
- listOrderingType?: undefined;
75
- listrPrs?: undefined;
76
- listpPrs?: undefined;
77
- start?: undefined;
78
- lvlText?: undefined;
79
- lvlJc?: undefined;
80
- customFormat?: undefined;
81
- } | {
82
- listType: string;
83
- listOrderingType: any;
84
- listrPrs: {};
85
- listpPrs: {
86
- indent: {};
87
- justify: {
88
- val: any;
89
- };
90
- tabStops: any[];
91
- };
92
- start: any;
93
- lvlText: any;
94
- lvlJc: any;
95
- customFormat: any;
96
- };
97
- ilvl: number;
98
- };
99
15
  export function getDefinitionForLevel(data: any, level: any): any;
100
- export function parseIndentElement(indElem: any): {};
101
- export function combineIndents(ind1: any, ind2: any): {};
102
- /**
103
- * @type {import("docxImporter").NodeHandler}
104
- */
105
- export const handleListNode: any;
106
- /**
107
- * @type {import("docxImporter").NodeHandlerEntry}
108
- */
109
- export const listHandlerEntity: any;
110
16
  export function getAbstractDefinition(numId: any, docx: any, converter: any): import("./numberingCache.js").DocxXmlElement;
111
17
  export function generateListPath(level: any, numId: any, styleId: any, levels: any, docx: any): any[];
112
18
  export function getListLevelDefinitionTag(numId: string, level: string, pStyleId: any, docx: any): any;
113
19
  export namespace docxNumberingHelpers {
114
- export { getListLevelDefinitionTag };
115
- export { combineIndents };
116
- export { parseIndentElement };
117
20
  export { generateListPath };
118
21
  export { normalizeLvlTextChar };
119
22
  }
@@ -1 +1 @@
1
- {"version":3,"file":"listImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/listImporter.js"],"names":[],"mappings":"AAkMA;;;;;GAKG;AACH,kCAHW,OAAO,cACL,OAAO,CAwCnB;AAMD;;;;;;GAMG;AACH,gDAJW,MAAM,kBAahB;AAED;;;;;;;;;;;GAWG;AACH,+EAFa,MAAM,GAAC,IAAI,CAwBvB;AA2KD;;;;GAIG;AACH,8CAHW,MAAM,GACJ,MAAM,CAWlB;AAED;;;;;;;GAOG;AACH,6DAJW,GAAG,QACH,UAAU;;;;;;;;;;;;;;;;;;;;;;;;EAiDpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BC;AAoGD,kEAWC;AAED,qDAUC;AAED,yDAmBC;AAlsBD;;GAEG;AACH,iCAoBE;AAEF;;GAEG;AACH,oCAGE;AAwUK,2HAsCN;AAEM,sGAWN;AASM,iDALI,MAAM,SACN,MAAM,iCA8ChB"}
1
+ {"version":3,"file":"listImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/listImporter.js"],"names":[],"mappings":"AAMA;;;;;;GAMG;AACH,gDAJW,MAAM,kBAahB;AAoJD;;;;GAIG;AACH,8CAHW,MAAM,GACJ,MAAM,CAWlB;AAED,kEAWC;AAnIM,2HAsCN;AAEM,sGAWN;AASM,iDALI,MAAM,SACN,MAAM,iCA8ChB"}
@@ -4,6 +4,17 @@
4
4
  * @returns {PmMarkJson[]}
5
5
  */
6
6
  export function parseMarks(property: any, unknownMarks?: any[], docx?: any): PmMarkJson[];
7
+ export function handleStyleChangeMarksV2(rPrChange: any, currentMarks: any, params: any): {
8
+ type: string;
9
+ attrs: {
10
+ before: any[];
11
+ after: any[];
12
+ id: any;
13
+ date: any;
14
+ author: any;
15
+ authorEmail: any;
16
+ };
17
+ }[];
7
18
  /**
8
19
  *
9
20
  * @param {XmlNode} rPr
@@ -1 +1 @@
1
- {"version":3,"file":"markImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/markImporter.js"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,6EAFa,UAAU,EAAE,CAsGxB;AAED;;;;;GAKG;AACH,4CAJW,OAAO,gBACP,UAAU,EAAE,GACV,UAAU,EAAE,CAiBxB;AAED;;;;GAIG;AACH,yCAHW,UAAU,EAAE,GACV,UAAU,EAAE,CAoBxB;AAED;;;;;GAKG;AACH,uCAJW,MAAM,+BAEJ,GAAC,CA6Bb;AAED,oEAsBC;AAED,wDAIC;AAED,4DAYC;AAED,2DAKC;AAED,2DAOC"}
1
+ {"version":3,"file":"markImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/markImporter.js"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,6EAFa,UAAU,EAAE,CAsGxB;AAED;;;;;;;;;;IAoBC;AAED;;;;;GAKG;AACH,4CAJW,OAAO,gBACP,UAAU,EAAE,GACV,UAAU,EAAE,CAiBxB;AAED;;;;GAIG;AACH,yCAHW,UAAU,EAAE,GACV,UAAU,EAAE,CAoBxB;AAED;;;;;GAKG;AACH,uCAJW,MAAM,+BAEJ,GAAC,CA6Bb;AAED,oEAuBC;AAED,wDAIC;AAED,4DAYC;AAED,2DAKC;AAED,2DAOC"}
@@ -1 +1 @@
1
- {"version":3,"file":"trackChangesImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/trackChangesImporter.js"],"names":[],"mappings":"AA+BA;;GAEG;AACH,wCAsCE;AAEF;;GAEG;AACH,+CAGE;;;;AA3EF,uDAwBC"}
1
+ {"version":3,"file":"trackChangesImporter.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v2/importer/trackChangesImporter.js"],"names":[],"mappings":"AA+BA;;GAEG;AACH,wCAwCE;AAEF;;GAEG;AACH,+CAGE;;;;AA7EF,uDAwBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v3/handlers/index.js"],"names":[],"mappings":"AA2LA,iCAAiC;AACjC,iCADW,kBAAkB,CACiC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v3/handlers/index.js"],"names":[],"mappings":"AA4LA,iCAAiC;AACjC,iCADW,kBAAkB,CACiC"}
@@ -8,6 +8,21 @@
8
8
  * @returns {import('@translator').NodeTranslatorConfig} The attribute handler config with xmlName, sdName, encode, and decode functions.
9
9
  */
10
10
  export function createSingleAttrPropertyHandler(xmlName: string, sdName?: string | null, attrName?: string, transformEncode?: Function, transformDecode?: Function): import("@translator").NodeTranslatorConfig;
11
+ /**
12
+ * Helper to create property handlers for boolean attributes (CT_OnOff => w:val)
13
+ * @param {string} xmlName The XML attribute name (with namespace).
14
+ * @param {string|null} sdName The SuperDoc attribute name (without namespace). If null, it will be derived from xmlName.
15
+ * @returns {import('@translator').NodeTranslatorConfig} The attribute handler config with xmlName, sdName, encode, and decode functions.
16
+ */
17
+ export function createSingleBooleanPropertyHandler(xmlName: string, sdName?: string | null): import("@translator").NodeTranslatorConfig;
18
+ /**
19
+ * Helper to create property handlers for track changes attributes (CT_TrackChange => w:id, w:author, w:date, w:original)
20
+ * @param {string} xmlName The XML attribute name (with namespace).
21
+ * @param {string|null} sdName The SuperDoc attribute name (without namespace). If null, it will be derived from xmlName.
22
+ * @param {Array} extraAttrs Additional attribute handlers to include.
23
+ * @returns {import('@translator').NodeTranslatorConfig} The attribute handler config with xmlName, sdName, encode, and decode functions.
24
+ */
25
+ export function createTrackChangesPropertyHandler(xmlName: string, sdName?: string | null, extraAttrs?: any[]): import("@translator").NodeTranslatorConfig;
11
26
  /**
12
27
  * Helper to create property handlers for measurement attributes (CT_TblWidth => w:w and w:type)
13
28
  * @param {string} xmlName The XML attribute name (with namespace).
@@ -24,19 +39,19 @@ export function createMeasurementPropertyHandler(xmlName: string, sdName?: strin
24
39
  export function createBorderPropertyHandler(xmlName?: string, sdName?: string | null): import("@translator").NodeTranslatorConfig;
25
40
  /**
26
41
  * Encodes properties of a node using provided translators and adds them to the attributes object.
27
- * @param {object} [node] The node containing elements to be encoded.
42
+ * @param {import('@translator').SCEncoderConfig} params The encoding parameters containing the nodes to process.
28
43
  * @param {object} [translatorsByXmlName] A mapping of XML names to their corresponding translators.
29
44
  * @param {boolean} [asArray=false] If true, encodes attributes as an array of objects; otherwise, as a single object.
30
45
  * @returns {object|Array} The encoded attributes as an object or array based on the asArray flag.
31
46
  */
32
- export function encodeProperties(node?: object, translatorsByXmlName?: object, asArray?: boolean): object | any[];
47
+ export function encodeProperties(params: import("@translator").SCEncoderConfig, translatorsByXmlName?: object, asArray?: boolean): object | any[];
33
48
  /** Decodes properties from a given properties object using provided translators and adds them to the elements array.
34
- * @param {object} [node] The node being processed.
49
+ * @param {import('@translator').SCDecoderConfig} params The decodeing parameters containing the node to process.
35
50
  * @param {object} [translatorsBySdName] A mapping of SuperDoc names to their corresponding translators.
36
51
  * @param {object} [properties] The properties object containing attributes to be decoded.
37
52
  * @returns {Array} An array of decoded elements.
38
53
  */
39
- export function decodeProperties(translatorsBySdName?: object, properties?: object): any[];
54
+ export function decodeProperties(params: import("@translator").SCDecoderConfig, translatorsBySdName?: object, properties?: object): any[];
40
55
  /**
41
56
  * Helper to create property handlers for nested properties (eg: w:tcBorders => borders)
42
57
  * @param {string} xmlName The XML element name (with namespace).
@@ -46,8 +61,19 @@ export function decodeProperties(translatorsBySdName?: object, properties?: obje
46
61
  * @returns {import('@translator').NodeTranslatorConfig} The nested property handler config with xmlName, sdName, encode, and decode functions.
47
62
  */
48
63
  export function createNestedPropertiesTranslator(xmlName: string, sdName: string, propertyTranslators: import("@translator").NodeTranslatorConfig[], defaultEncodedAttrs?: object): import("@translator").NodeTranslatorConfig;
64
+ /**
65
+ * Helper to create property handlers for nested array properties (eg: w:tabs => w:tab)
66
+ * @param {string} xmlName The XML element name (with namespace).
67
+ * @param {string|null} sdName The SuperDoc attribute name (without namespace). If null, it will be derived from xmlName.
68
+ * @param {import('@translator').NodeTranslatorConfig[]} propertyTranslators An array of property translators to handle nested properties.
69
+ * @returns {import('@translator').NodeTranslatorConfig} The nested array property handler config with xmlName, sdName, encode, and decode functions.
70
+ */
71
+ export function createNestedArrayPropertyHandler(xmlName: string, sdName: string | null, propertyTranslators: import("@translator").NodeTranslatorConfig[], extraParamsForDecode?: {}): import("@translator").NodeTranslatorConfig;
49
72
  export function generateV2HandlerEntity(handlerName: string, translator: import("../node-translator/").NodeTranslator): import("../../v2/importer/docxImporter").NodeHandlerEntry;
73
+ export function createSingleIntegerPropertyHandler(xmlName: string, sdName?: string | null): import("@translator").NodeTranslatorConfig;
50
74
  export function createAttributeHandler(xmlName?: string, sdName?: string | null, transformEncode?: any, transformDecode?: any): import("@translator").AttrConfig;
75
+ export function createIntegerAttributeHandler(xmlName: string, sdName?: string | null): import("@translator").AttrConfig;
76
+ export function createBooleanAttributeHandler(xmlName: string, sdName?: string | null): import("@translator").AttrConfig;
51
77
  export function parseBoolean(value: string): boolean | undefined;
52
78
  export function booleanToString(value: boolean): string | undefined;
53
79
  export function parseInteger(value: any): number | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v3/handlers/utils.js"],"names":[],"mappings":"AAwBA;;;;;;;;GAQG;AACH,yDAPW,MAAM,WACN,MAAM,GAAC,IAAI,aACX,MAAM,2DAGJ,OAAO,aAAa,EAAE,oBAAoB,CAuBtD;AAED;;;;;GAKG;AACH,0DAJW,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,oBAAoB,CAmBtD;AAED;;;;;GAKG;AACH,sDAJW,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,oBAAoB,CAoDtD;AAoBD;;;;;;GAMG;AACH,wCALW,MAAM,yBACN,MAAM,YACN,OAAO,GACL,MAAM,QAAM,CAqBxB;AAED;;;;;GAKG;AACH,uDAJW,MAAM,eACN,MAAM,SAmBhB;AAED;;;;;;;GAOG;AACH,0DANW,MAAM,UACN,MAAM,uBACN,OAAO,aAAa,EAAE,oBAAoB,EAAE,wBAC5C,MAAM,GACJ,OAAO,aAAa,EAAE,oBAAoB,CAwCtD;AAvPM,qDAJI,MAAM,cACN,OAAO,qBAAqB,EAAE,cAAc,GACzC,OAAO,gCAAgC,EAAE,gBAAgB,CAgBrE;AA2HK,iDAJI,MAAM,WACN,MAAM,GAAC,IAAI,iDACT,OAAO,aAAa,EAAE,UAAU,CAY5C;AA4GM,oCAHI,MAAM,GACJ,OAAO,GAAC,SAAS,CAEoE;AAQ3F,uCAHI,OAAO,GACL,MAAM,GAAC,SAAS,CAE8D;AAQpF,oCAHI,GAAG,GACD,MAAM,GAAC,SAAS,CAM5B;AAQM,uCAHI,GAAG,GACD,MAAM,GAAC,SAAS,CAK5B"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/super-converter/v3/handlers/utils.js"],"names":[],"mappings":"AAwBA;;;;;;;;GAQG;AACH,yDAPW,MAAM,WACN,MAAM,GAAC,IAAI,aACX,MAAM,2DAGJ,OAAO,aAAa,EAAE,oBAAoB,CAuBtD;AAED;;;;;GAKG;AACH,4DAJW,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,oBAAoB,CAatD;AAWD;;;;;;GAMG;AACH,2DALW,MAAM,WACN,MAAM,GAAC,IAAI,uBAET,OAAO,aAAa,EAAE,oBAAoB,CAqBtD;AAED;;;;;GAKG;AACH,0DAJW,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,oBAAoB,CAmBtD;AAED;;;;;GAKG;AACH,sDAJW,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,oBAAoB,CAoDtD;AAsCD;;;;;;GAMG;AACH,yCALW,OAAO,aAAa,EAAE,eAAe,yBACrC,MAAM,YACN,OAAO,GACL,MAAM,QAAM,CA8BxB;AAED;;;;;GAKG;AACH,yCALW,OAAO,aAAa,EAAE,eAAe,wBACrC,MAAM,eACN,MAAM,SAmBhB;AAED;;;;;;;GAOG;AACH,0DANW,MAAM,UACN,MAAM,uBACN,OAAO,aAAa,EAAE,oBAAoB,EAAE,wBAC5C,MAAM,GACJ,OAAO,aAAa,EAAE,oBAAoB,CA+CtD;AAED;;;;;;GAMG;AACH,0DALW,MAAM,UACN,MAAM,GAAC,IAAI,uBACX,OAAO,aAAa,EAAE,oBAAoB,EAAE,8BAC1C,OAAO,aAAa,EAAE,oBAAoB,CA6DtD;AArZM,qDAJI,MAAM,cACN,OAAO,qBAAqB,EAAE,cAAc,GACzC,OAAO,gCAAgC,EAAE,gBAAgB,CAgBrE;AA2DK,4DAJI,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,oBAAoB,CAGmC;AAuHnF,iDAJI,MAAM,WACN,MAAM,GAAC,IAAI,iDACT,OAAO,aAAa,EAAE,UAAU,CAY5C;AAQM,uDAJI,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,UAAU,CAG2B;AAQjE,uDAJI,MAAM,WACN,MAAM,GAAC,IAAI,GACT,OAAO,aAAa,EAAE,UAAU,CAG2B;AAgMjE,oCAHI,MAAM,GACJ,OAAO,GAAC,SAAS,CAEmF;AAQ1G,uCAHI,OAAO,GACL,MAAM,GAAC,SAAS,CAE8D;AAQpF,oCAHI,GAAG,GACD,MAAM,GAAC,SAAS,CAM5B;AAQM,uCAHI,GAAG,GACD,MAAM,GAAC,SAAS,CAK5B"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:adjustRightInd element.
3
+ * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 373
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=adjustRightInd-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"adjustRightInd-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGwD"}
@@ -0,0 +1,2 @@
1
+ export * from "./adjustRightInd-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/adjustRightInd/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:autoSpaceDE 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 195
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=autoSpaceDE-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoSpaceDE-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGqD"}
@@ -0,0 +1,2 @@
1
+ export * from "./autoSpaceDE-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/autoSpaceDE/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:autoSpaceDN 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 196
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=autoSpaceDN-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoSpaceDN-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGqD"}
@@ -0,0 +1,2 @@
1
+ export * from "./autoSpaceDN-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/autoSpaceDN/index.js"],"names":[],"mappings":""}
@@ -1,8 +1,7 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
1
  /**
4
2
  * The NodeTranslator instance for the w:b element.
5
3
  * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 264
6
5
  */
7
6
  export const translator: import("@translator").NodeTranslator;
8
7
  //# sourceMappingURL=b-translator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"b-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/b/b-translator.js"],"names":[],"mappings":"AAuCA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAOnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
1
+ {"version":3,"file":"b-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/b/b-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGmD"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:bCs 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 264
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=bCs-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bCs-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/bCs/bCs-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGuD"}
@@ -0,0 +1,2 @@
1
+ export {};
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/bCs/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:bar 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 196
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=bar-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bar-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/bar/bar-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGsC"}
@@ -0,0 +1,2 @@
1
+ export * from "./bar-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/bar/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:between 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 197
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=between-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"between-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/between/between-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAG0C"}
@@ -0,0 +1,2 @@
1
+ export * from "./between-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/between/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:bidi 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 199
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=bidi-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bidi-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/bidi/bidi-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAG6D"}
@@ -0,0 +1,2 @@
1
+ export * from "./bidi-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/bidi/index.js"],"names":[],"mappings":""}
@@ -1,8 +1,7 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
1
  /**
4
2
  * The NodeTranslator instance for the w:caps element.
5
3
  * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 267
6
5
  */
7
6
  export const translator: import("@translator").NodeTranslator;
8
7
  //# sourceMappingURL=caps-translator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"caps-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/caps/caps-translator.js"],"names":[],"mappings":"AAmCA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAOnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
1
+ {"version":3,"file":"caps-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/caps/caps-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAW3C"}
@@ -1,8 +1,7 @@
1
- /** @type {import('@translator').NodeTranslatorConfig} */
2
- export const config: import("@translator").NodeTranslatorConfig;
3
1
  /**
4
2
  * The NodeTranslator instance for the w:color element.
5
3
  * @type {import('@translator').NodeTranslator}
4
+ * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 267
6
5
  */
7
6
  export const translator: import("@translator").NodeTranslator;
8
7
  //# sourceMappingURL=color-translator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"color-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/color/color-translator.js"],"names":[],"mappings":"AAuCA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAOnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
1
+ {"version":3,"file":"color-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/color/color-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAmB3C"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The NodeTranslator instance for the w:contextualSpacing 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 206
5
+ */
6
+ export const translator: import("@translator").NodeTranslator;
7
+ //# sourceMappingURL=contextualSpacing-translator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contextualSpacing-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.js"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAG2D"}
@@ -0,0 +1,2 @@
1
+ export * from "./contextualSpacing-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/contextualSpacing/index.js"],"names":[],"mappings":""}