superdoc 0.30.0-next.9 → 0.30.0

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-BvzVIj2M.es.js → PdfViewer-D_iKMNQq.es.js} +1 -1
  2. package/dist/chunks/{PdfViewer-DdqF0Jz2.cjs → PdfViewer-soUG7IDt.cjs} +1 -1
  3. package/dist/chunks/{index-CHYe9g4y.es.js → index-CkMyo2zy.es.js} +6 -7
  4. package/dist/chunks/{index-CGz3-6gE-C6-Xar1o.cjs → index-D04RPnYX-C9XCLJFR.cjs} +1 -1
  5. package/dist/chunks/{index-CGz3-6gE-Cujvn9Pw.es.js → index-D04RPnYX-D4QY0wzH.es.js} +1 -1
  6. package/dist/chunks/{index-BS99f4H2.cjs → index-D4zMX0uJ.cjs} +6 -7
  7. package/dist/chunks/{super-editor.es--fmalU7v.es.js → super-editor.es-B2pA2Nu-.es.js} +16459 -14928
  8. package/dist/chunks/{super-editor.es-CO_az6Oa.cjs → super-editor.es-DmA8JlL1.cjs} +16459 -14928
  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/shared/common/Telemetry.d.ts +237 -0
  13. package/dist/shared/common/Telemetry.d.ts.map +1 -0
  14. package/dist/shared/common/collaboration/awareness.d.ts +39 -0
  15. package/dist/shared/common/collaboration/awareness.d.ts.map +1 -0
  16. package/dist/shared/common/document-types.d.ts +10 -0
  17. package/dist/shared/common/document-types.d.ts.map +1 -0
  18. package/dist/shared/common/event-types.d.ts +14 -0
  19. package/dist/shared/common/event-types.d.ts.map +1 -0
  20. package/dist/shared/common/helpers/compare-superdoc-versions.d.ts +8 -0
  21. package/dist/shared/common/helpers/compare-superdoc-versions.d.ts.map +1 -0
  22. package/dist/shared/common/helpers/get-file-object.d.ts +50 -0
  23. package/dist/shared/common/helpers/get-file-object.d.ts.map +1 -0
  24. package/dist/shared/common/helpers/v-click-outside.d.ts +11 -0
  25. package/dist/shared/common/helpers/v-click-outside.d.ts.map +1 -0
  26. package/dist/shared/common/index.d.ts +10 -0
  27. package/dist/shared/common/index.d.ts.map +1 -0
  28. package/dist/shared/common/key-transform.d.ts +44 -0
  29. package/dist/shared/common/key-transform.d.ts.map +1 -0
  30. package/dist/style.css +31 -11
  31. package/dist/super-editor/ai-writer.es.js +2 -2
  32. package/dist/super-editor/chunks/{converter-a0L8wNod.js → converter-DrPdSxVd.js} +13843 -13341
  33. package/dist/super-editor/chunks/{docx-zipper-S0E2rgnn.js → docx-zipper-IcLp4qO8.js} +1 -1
  34. package/dist/super-editor/chunks/{editor-DmfydVEc.js → editor-CNJV20ln.js} +2522 -1507
  35. package/dist/super-editor/chunks/{index-CGz3-6gE.js → index-D04RPnYX.js} +1 -1
  36. package/dist/super-editor/chunks/{toolbar-D5SCPeci.js → toolbar-D9Y3NWGF.js} +2 -2
  37. package/dist/super-editor/converter.es.js +2 -2
  38. package/dist/super-editor/docx-zipper.es.js +2 -2
  39. package/dist/super-editor/editor.es.js +3 -3
  40. package/dist/super-editor/file-zipper.es.js +1 -1
  41. package/dist/super-editor/style.css +31 -11
  42. package/dist/super-editor/super-editor/src/components/slash-menu/utils.d.ts.map +1 -1
  43. package/dist/super-editor/super-editor/src/components/toolbar/defaultItems.d.ts.map +1 -1
  44. package/dist/super-editor/super-editor/src/components/toolbar/super-toolbar.d.ts.map +1 -1
  45. package/dist/super-editor/super-editor/src/core/ExtensionService.d.ts.map +1 -1
  46. package/dist/super-editor/super-editor/src/core/InputRule.d.ts.map +1 -1
  47. package/dist/super-editor/super-editor/src/core/commands/__tests__/schemaWithLists.d.ts +1 -1
  48. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts +6 -0
  49. package/dist/super-editor/super-editor/src/core/commands/backspaceNextToList.d.ts.map +1 -0
  50. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts +1 -1
  51. package/dist/super-editor/super-editor/src/core/commands/decreaseListIndent.d.ts.map +1 -1
  52. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts +2 -0
  53. package/dist/super-editor/super-editor/src/core/commands/deleteListItem.d.ts.map +1 -0
  54. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts +15 -0
  55. package/dist/super-editor/super-editor/src/core/commands/deleteNextToList.d.ts.map +1 -0
  56. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts +1 -2
  57. package/dist/super-editor/super-editor/src/core/commands/increaseListIndent.d.ts.map +1 -1
  58. package/dist/super-editor/super-editor/src/core/commands/index.d.ts +7 -2
  59. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts +5 -0
  60. package/dist/super-editor/super-editor/src/core/commands/liftListItem.d.ts.map +1 -0
  61. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts +1 -1
  62. package/dist/super-editor/super-editor/src/core/commands/list-helpers/is-list.d.ts.map +1 -1
  63. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts +1 -0
  64. package/dist/super-editor/super-editor/src/core/commands/list-helpers/list-indent-helpers.d.ts.map +1 -1
  65. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts +5 -0
  66. package/dist/super-editor/super-editor/src/core/commands/sinkListItem.d.ts.map +1 -0
  67. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts +1 -2
  68. package/dist/super-editor/super-editor/src/core/commands/splitBlock.d.ts.map +1 -1
  69. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts +2 -0
  70. package/dist/super-editor/super-editor/src/core/commands/splitListItem.d.ts.map +1 -0
  71. package/dist/super-editor/super-editor/src/core/commands/tests/test-schema.d.ts +1 -1
  72. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts +56 -6
  73. package/dist/super-editor/super-editor/src/core/commands/toggleList.d.ts.map +1 -1
  74. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts +5 -0
  75. package/dist/super-editor/super-editor/src/core/commands/wrapInList.d.ts.map +1 -0
  76. package/dist/super-editor/super-editor/src/core/extensions/keymap.d.ts.map +1 -1
  77. package/dist/super-editor/super-editor/src/core/helpers/contentProcessor.d.ts +3 -3
  78. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts +2 -2
  79. package/dist/super-editor/super-editor/src/core/helpers/createNodeFromContent.d.ts.map +1 -1
  80. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts +2 -2
  81. package/dist/super-editor/super-editor/src/core/helpers/importHtml.d.ts.map +1 -1
  82. package/dist/super-editor/super-editor/src/core/helpers/importMarkdown.d.ts +2 -2
  83. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts +42 -15
  84. package/dist/super-editor/super-editor/src/core/helpers/list-numbering-helpers.d.ts.map +1 -1
  85. package/dist/super-editor/super-editor/src/core/helpers/orderedListUtils.d.ts.map +1 -1
  86. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts +0 -2
  87. package/dist/super-editor/super-editor/src/core/helpers/pasteListHelpers.d.ts.map +1 -1
  88. package/dist/super-editor/super-editor/src/core/inputRules/docx-paste/docx-paste.d.ts.map +1 -1
  89. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts +5 -2
  90. package/dist/super-editor/super-editor/src/core/inputRules/html/html-helpers.d.ts.map +1 -1
  91. package/dist/super-editor/super-editor/src/core/super-converter/SuperConverter.d.ts.map +1 -1
  92. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts +1 -1
  93. package/dist/super-editor/super-editor/src/core/super-converter/exporter.d.ts.map +1 -1
  94. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts +0 -2
  95. package/dist/super-editor/super-editor/src/core/super-converter/helpers.d.ts.map +1 -1
  96. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +1 -3
  97. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -1
  98. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts +97 -0
  99. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
  100. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts +0 -11
  101. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/markImporter.d.ts.map +1 -1
  102. package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/trackChangesImporter.d.ts.map +1 -1
  103. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/index.d.ts.map +1 -1
  104. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +4 -30
  105. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/utils.d.ts.map +1 -1
  106. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts +4 -0
  107. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/index.d.ts.map +1 -0
  108. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts +5 -0
  109. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/attributes/w-val.d.ts.map +1 -0
  110. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts +2 -1
  111. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/b/b-translator.d.ts.map +1 -1
  112. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/caps/caps-translator.d.ts +2 -1
  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/attributes/index.d.ts +3 -0
  115. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/index.d.ts.map +1 -0
  116. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts +5 -0
  117. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.d.ts.map +1 -0
  118. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts +5 -0
  119. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.d.ts.map +1 -0
  120. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts +5 -0
  121. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.d.ts.map +1 -0
  122. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts +5 -0
  123. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/attributes/w-val.d.ts.map +1 -0
  124. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts +2 -1
  125. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/color/color-translator.d.ts.map +1 -1
  126. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/headers/headers-translator.d.ts +2 -0
  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/attributes/index.d.ts +3 -0
  129. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/index.d.ts.map +1 -0
  130. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts +5 -0
  131. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/attributes/w-val.d.ts.map +1 -0
  132. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts +2 -1
  133. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/i/i-translator.d.ts.map +1 -1
  134. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +1 -0
  135. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts.map +1 -1
  136. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +5 -0
  137. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts.map +1 -0
  138. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts +1 -1
  139. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pict/helpers/handle-v-rect-import.d.ts.map +1 -1
  140. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts +37 -1
  141. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/helpers.d.ts.map +1 -1
  142. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/index.d.ts +1 -0
  143. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts +10 -0
  144. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/helpers/split-run-properties.d.ts.map +1 -0
  145. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/r/r-translator.d.ts.map +1 -1
  146. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts +3 -0
  147. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/index.d.ts.map +1 -0
  148. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts +5 -0
  149. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-ascii.d.ts.map +1 -0
  150. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts +5 -0
  151. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-cs.d.ts.map +1 -0
  152. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts +5 -0
  153. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-east-asia.d.ts.map +1 -0
  154. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts +5 -0
  155. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-hansi.d.ts.map +1 -0
  156. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts +5 -0
  157. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/attributes/w-val.d.ts.map +1 -0
  158. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts +0 -1
  159. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rFonts/rFonts-translator.d.ts.map +1 -1
  160. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts +3 -0
  161. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/index.d.ts.map +1 -0
  162. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts +5 -0
  163. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/attributes/w-val.d.ts.map +1 -0
  164. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts +2 -1
  165. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rStyle/rstyle-translator.d.ts.map +1 -1
  166. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts +0 -2
  167. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/rpr-translator.d.ts.map +1 -1
  168. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts +12 -0
  169. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/rpr/run-property-translators.d.ts.map +1 -0
  170. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts +3 -0
  171. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/index.d.ts.map +1 -0
  172. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts +5 -0
  173. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/attributes/w-val.d.ts.map +1 -0
  174. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts +2 -1
  175. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/strike/strike-translator.d.ts.map +1 -1
  176. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts +3 -0
  177. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/index.d.ts.map +1 -0
  178. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts +5 -0
  179. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/attributes/w-val.d.ts.map +1 -0
  180. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts +3 -5
  181. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/sz/sz-translator.d.ts.map +1 -1
  182. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts +3 -5
  183. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/szcs/szcs-translator.d.ts.map +1 -1
  184. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +1 -1
  185. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts.map +1 -1
  186. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/{w-tab-type.d.ts → w-tab-size.d.ts} +1 -1
  187. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts.map +1 -0
  188. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/tab-translator.d.ts.map +1 -1
  189. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tblGrid/tblGrid-translator.d.ts.map +1 -1
  190. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts +15 -0
  191. package/dist/super-editor/super-editor/src/extensions/bullet-list/bullet-list.d.ts.map +1 -0
  192. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts +2 -0
  193. package/dist/super-editor/super-editor/src/extensions/bullet-list/index.d.ts.map +1 -0
  194. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/cleanUpListsWithAnnotations.d.ts.map +1 -1
  195. package/dist/super-editor/super-editor/src/extensions/field-annotation/cleanup-commands/index.d.ts.map +1 -1
  196. package/dist/super-editor/super-editor/src/extensions/index.d.ts +4 -1
  197. package/dist/super-editor/super-editor/src/extensions/index.d.ts.map +1 -1
  198. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts +1 -1
  199. package/dist/super-editor/super-editor/src/extensions/linked-styles/helpers.d.ts.map +1 -1
  200. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts +43 -0
  201. package/dist/super-editor/super-editor/src/extensions/list-item/ListItemNodeView.d.ts.map +1 -0
  202. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts +68 -0
  203. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/listItemTypography.d.ts.map +1 -0
  204. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts +13 -0
  205. package/dist/super-editor/super-editor/src/extensions/list-item/helpers/styledListMarkerPlugin.d.ts.map +1 -0
  206. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts +2 -0
  207. package/dist/super-editor/super-editor/src/extensions/list-item/index.d.ts.map +1 -0
  208. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts +51 -0
  209. package/dist/super-editor/super-editor/src/extensions/list-item/list-item.d.ts.map +1 -0
  210. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts +3 -0
  211. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListMarkerPlugin.d.ts.map +1 -0
  212. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +6 -0
  213. package/dist/super-editor/super-editor/src/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -0
  214. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts +2 -0
  215. package/dist/super-editor/super-editor/src/extensions/ordered-list/index.d.ts.map +1 -0
  216. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts +38 -0
  217. package/dist/super-editor/super-editor/src/extensions/ordered-list/ordered-list.d.ts.map +1 -0
  218. package/dist/super-editor/super-editor/src/extensions/paragraph/helpers/getDefaultSpacing.d.ts +4 -4
  219. package/dist/super-editor/super-editor/src/extensions/paragraph/paragraph.d.ts.map +1 -1
  220. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts +0 -1
  221. package/dist/super-editor/super-editor/src/extensions/run/commands/split-run.d.ts.map +1 -1
  222. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts +2 -14
  223. package/dist/super-editor/super-editor/src/extensions/tab/helpers/tabDecorations.d.ts.map +1 -1
  224. package/dist/super-editor/super-editor/src/extensions/text-style/text-style.d.ts.map +1 -1
  225. package/dist/super-editor/super-editor/src/extensions/track-changes/permission-helpers.d.ts.map +1 -1
  226. package/dist/super-editor/super-editor.es.js +59 -98
  227. package/dist/super-editor/toolbar.es.js +2 -2
  228. package/dist/super-editor.cjs +1 -1
  229. package/dist/super-editor.es.js +1 -1
  230. package/dist/superdoc.cjs +2 -2
  231. package/dist/superdoc.es.js +2 -2
  232. package/dist/superdoc.umd.js +16509 -14979
  233. package/dist/superdoc.umd.js.map +1 -1
  234. package/package.json +1 -1
  235. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts +0 -15
  236. package/dist/super-editor/super-editor/src/core/commands/changeListLevel.d.ts.map +0 -1
  237. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts +0 -4
  238. package/dist/super-editor/super-editor/src/core/commands/removeNumberingProperties.d.ts.map +0 -1
  239. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts +0 -7
  240. package/dist/super-editor/super-editor/src/core/commands/restartNumbering.d.ts.map +0 -1
  241. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts +0 -26
  242. package/dist/super-editor/super-editor/src/core/super-converter/styles.d.ts.map +0 -1
  243. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts +0 -7
  244. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/adjustRightInd-translator.d.ts.map +0 -1
  245. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts +0 -2
  246. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/adjustRightInd/index.d.ts.map +0 -1
  247. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts +0 -7
  248. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/autoSpaceDE-translator.d.ts.map +0 -1
  249. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts +0 -2
  250. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDE/index.d.ts.map +0 -1
  251. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts +0 -7
  252. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/autoSpaceDN-translator.d.ts.map +0 -1
  253. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts +0 -2
  254. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/autoSpaceDN/index.d.ts.map +0 -1
  255. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts +0 -7
  256. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/bCs-translator.d.ts.map +0 -1
  257. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts +0 -2
  258. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bCs/index.d.ts.map +0 -1
  259. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts +0 -7
  260. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/bar-translator.d.ts.map +0 -1
  261. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts +0 -2
  262. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bar/index.d.ts.map +0 -1
  263. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts +0 -7
  264. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/between-translator.d.ts.map +0 -1
  265. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts +0 -2
  266. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/between/index.d.ts.map +0 -1
  267. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts +0 -7
  268. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/bidi-translator.d.ts.map +0 -1
  269. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts +0 -2
  270. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/bidi/index.d.ts.map +0 -1
  271. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts +0 -7
  272. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/contextualSpacing-translator.d.ts.map +0 -1
  273. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts +0 -2
  274. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/contextualSpacing/index.d.ts.map +0 -1
  275. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts +0 -7
  276. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/dstrike/dstrike-translator.d.ts.map +0 -1
  277. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts +0 -7
  278. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/framePr-translator.d.ts.map +0 -1
  279. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts +0 -2
  280. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/framePr/index.d.ts.map +0 -1
  281. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts +0 -7
  282. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/ilvl-translator.d.ts.map +0 -1
  283. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts +0 -2
  284. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ilvl/index.d.ts.map +0 -1
  285. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts +0 -7
  286. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/ind-translator.d.ts.map +0 -1
  287. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts +0 -2
  288. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/ind/index.d.ts.map +0 -1
  289. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts +0 -2
  290. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/index.d.ts.map +0 -1
  291. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts +0 -7
  292. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepLines/keepLines-translator.d.ts.map +0 -1
  293. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts +0 -2
  294. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/index.d.ts.map +0 -1
  295. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts +0 -7
  296. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/keepNext/keepNext-translator.d.ts.map +0 -1
  297. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts +0 -2
  298. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/index.d.ts.map +0 -1
  299. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts +0 -7
  300. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/kinsoku/kinsoku-translator.d.ts.map +0 -1
  301. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts +0 -2
  302. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/index.d.ts.map +0 -1
  303. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts +0 -7
  304. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/lang/lang-translator.d.ts.map +0 -1
  305. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts +0 -2
  306. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/index.d.ts.map +0 -1
  307. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts +0 -7
  308. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/mirrorIndents/mirrorIndents-translator.d.ts.map +0 -1
  309. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts +0 -2
  310. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/index.d.ts.map +0 -1
  311. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts +0 -7
  312. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numId/numId-translator.d.ts.map +0 -1
  313. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts +0 -2
  314. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/index.d.ts.map +0 -1
  315. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts +0 -6
  316. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/numPr/numPr-translator.d.ts.map +0 -1
  317. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts +0 -2
  318. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/index.d.ts.map +0 -1
  319. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts +0 -7
  320. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/outlineLvl/outlineLvl-translator.d.ts.map +0 -1
  321. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts +0 -2
  322. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/index.d.ts.map +0 -1
  323. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts +0 -7
  324. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/overflowPunct/overflowPunct-translator.d.ts.map +0 -1
  325. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts +0 -2
  326. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/index.d.ts.map +0 -1
  327. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts +0 -6
  328. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pBdr/pBdr-translator.d.ts.map +0 -1
  329. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts +0 -2
  330. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/index.d.ts.map +0 -1
  331. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts +0 -6
  332. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pPr/pPr-translator.d.ts.map +0 -1
  333. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts +0 -2
  334. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/index.d.ts.map +0 -1
  335. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts +0 -7
  336. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pStyle/pStyle-translator.d.ts.map +0 -1
  337. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts +0 -2
  338. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/index.d.ts.map +0 -1
  339. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts +0 -7
  340. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/pageBreakBefore/pageBreakBefore-translator.d.ts.map +0 -1
  341. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts +0 -2
  342. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/index.d.ts.map +0 -1
  343. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts +0 -7
  344. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/snapToGrid/snapToGrid-translator.d.ts.map +0 -1
  345. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts +0 -2
  346. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/index.d.ts.map +0 -1
  347. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts +0 -7
  348. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/letter-spacing-translator.d.ts.map +0 -1
  349. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts +0 -7
  350. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/spacing/spacing-translator.d.ts.map +0 -1
  351. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts +0 -2
  352. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/index.d.ts.map +0 -1
  353. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts +0 -7
  354. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressAutoHyphens/suppressAutoHyphens-translator.d.ts.map +0 -1
  355. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts +0 -2
  356. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/index.d.ts.map +0 -1
  357. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts +0 -7
  358. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressLineNumbers/suppressLineNumbers-translator.d.ts.map +0 -1
  359. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts +0 -2
  360. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/index.d.ts.map +0 -1
  361. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts +0 -7
  362. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/suppressOverlap/suppressOverlap-translator.d.ts.map +0 -1
  363. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-type.d.ts.map +0 -1
  364. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts +0 -2
  365. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/index.d.ts.map +0 -1
  366. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts +0 -6
  367. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tabs/tabs-translator.d.ts.map +0 -1
  368. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts +0 -2
  369. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/index.d.ts.map +0 -1
  370. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts +0 -7
  371. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textAlignment/textAlignment-translator.d.ts.map +0 -1
  372. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts +0 -2
  373. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/index.d.ts.map +0 -1
  374. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts +0 -7
  375. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/textboxTightWrap/textboxTightWrap-translator.d.ts.map +0 -1
  376. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts +0 -2
  377. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/index.d.ts.map +0 -1
  378. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts +0 -7
  379. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/topLinePunct/topLinePunct-translator.d.ts.map +0 -1
  380. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts +0 -2
  381. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/index.d.ts.map +0 -1
  382. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts +0 -7
  383. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/widowControl/widowControl-translator.d.ts.map +0 -1
  384. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts +0 -2
  385. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/index.d.ts.map +0 -1
  386. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts +0 -7
  387. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/wordWrap/wordWrap-translator.d.ts.map +0 -1
  388. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts +0 -30
  389. package/dist/super-editor/super-editor/src/extensions/paragraph/NumberingManager.d.ts.map +0 -1
  390. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts +0 -37
  391. package/dist/super-editor/super-editor/src/extensions/paragraph/ParagraphNodeView.d.ts.map +0 -1
  392. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts +0 -9
  393. package/dist/super-editor/super-editor/src/extensions/paragraph/numberingPlugin.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"list-numbering-helpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/list-numbering-helpers.js"],"names":[],"mappings":"AAoBO,gGATJ;IAAuB,KAAK,EAApB,MAAM;IACS,QAAQ;IACP,KAAK,GAArB,MAAM;IACU,KAAK,GAArB,MAAM;IACU,IAAI,GAApB,MAAM;IACU,GAAG,GAAnB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;CAClC,OA+EF;AAEM,+EAYN;AAUM,+CANI,MAAM,SACN,MAAM,YACN,OAAO,mBAAmB,EAAE,QAAQ,UACpC,OAAO,WAAW,EAAE,MAAM,GACxB,MAAM,CA+BlB;AAQM,wCAJI,MAAM,cACN,MAAM,OAYhB;AASM,qCAHI,OAAO,WAAW,EAAE,MAAM,sBACxB,MAAM,CASlB;AAeM,oFAPJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACwC,QAAQ,GAAtD,OAAO,mBAAmB,EAAE,QAAQ;IACrB,MAAM;IACL,KAAK,GAArB,MAAM;CACd,OA6GF;AAOM,8CAHI,OAAO,WAAW,EAAE,MAAM,GACxB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE;IAAC,KAAK,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,MAAM,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,OAAO,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,MAAM,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,iBAAiB,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAC,IAAI,CAAC;IAAC,QAAQ,EAAE,MAAO,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAC,SAAS,CAAA;CAAC,CAAC,CAAC,CA+ChP;AAUM,8CAJI,MAAM,UACN,OAAO,WAAW,EAAE,MAAM,GACxB,IAAI,CAehB;AAYM,sEALJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACS,WAAW;CAClC,OAsBF;AAaM,mFANJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACX,WAAW;CAClC,OAQF;AAUM,wDALJ;IAA8B,QAAQ,EAA9B,MAAM,MAAO;IACsB,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACsB,EAAE,EAAlD,OAAO,mBAAmB,EAAE,WAAW;CAC/C,WAyBF;AAWM,+DANJ;IAAuB,EAAE;IACF,IAAI,EAAnB,MAAM;IACS,EAAE,EAAjB,MAAM;IACO,OAAO,EAApB,IAAI;CACZ,GAAU,IAAI,CAIhB;;;;;;;;;;;;;;;;;mCA3dkD,uBAAuB;+BAAvB,uBAAuB"}
1
+ {"version":3,"file":"list-numbering-helpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/list-numbering-helpers.js"],"names":[],"mappings":"AAgYA;;;;GAIG;AACH,6DAHW,OAAO,mBAAmB,EAAE,WAAW,eACvC,MAAM,QA+BhB;AA1YM,gGATJ;IAAuB,KAAK,EAApB,MAAM;IACS,QAAQ;IACP,KAAK,GAArB,MAAM;IACU,KAAK,GAArB,MAAM;IACU,IAAI,GAApB,MAAM;IACU,GAAG,GAAnB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;CAClC,OA+EF;AAUM,+CANI,MAAM,SACN,MAAM,YACN,OAAO,mBAAmB,EAAE,QAAQ,UACpC,OAAO,WAAW,EAAE,MAAM,GACxB,MAAM,CA+BlB;AAQM,wCAJI,MAAM,cACN,MAAM,OAYhB;AASM,qCAHI,OAAO,WAAW,EAAE,MAAM,sBACxB,MAAM,CASlB;AAeM,oFAPJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACwC,QAAQ,GAAtD,OAAO,mBAAmB,EAAE,QAAQ;IACrB,MAAM;IACL,KAAK,GAArB,MAAM;CACd,OA8FF;AAUM,8CAJI,MAAM,UACN,OAAO,WAAW,EAAE,MAAM,GACxB,IAAI,CAehB;AAeM,kGARJ;IAAuB,KAAK,EAApB,MAAM;IACS,OAAO,EAAtB,MAAM;IACS,KAAK,EAApB,MAAM;IACS,MAAM,EAArB,MAAM;IACQ,SAAS;IACR,WAAW;CAClC,OA2BF;AAeM,wGARJ;IAAuB,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IACuC,QAAQ,EAArD,OAAO,mBAAmB,EAAE,QAAQ;IACD,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACZ,SAAS;IACR,WAAW;CAClC,OA0BF;AA8CM,wDALJ;IAA8B,QAAQ,EAA9B,MAAM,MAAO;IACsB,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACsB,EAAE,EAAlD,OAAO,mBAAmB,EAAE,WAAW;CAC/C,WAmCF;AAOM,gDAFM,OAAO,kBAAkB,EAAE,cAAc,GAAC,IAAI,CAI1D;AAOM,kDAFM,OAAO,kBAAkB,EAAE,cAAc,GAAC,IAAI,CAI1D;AAQM,4DAHI,MAAM,GACJ,IAAI,CAUhB;AAWM,+DANJ;IAAuB,EAAE;IACF,IAAI,EAAnB,MAAM;IACS,EAAE,EAAjB,MAAM;IACO,OAAO,EAApB,IAAI;CACZ,GAAU,IAAI,CAIhB;AAYM,+FAPJ;IAAuB,KAAK;IAC4B,EAAE,EAAlD,OAAO,mBAAmB,EAAE,WAAW;IACuB,WAAW,EAAzE;QAAC,IAAI,EAAE,OAAO,mBAAmB,EAAE,IAAI,CAAC;QAAC,GAAG,SAAQ;KAAC;IACtC,WAAW,EAA1B,MAAM;IACS,SAAS,EAAxB,MAAM;CACd,GAAU,OAAO,CAmBnB;AAUM,oDANI,MAAM,aACN,MAAM,YACN,IAAI,0BAkBd;AAYM,sFAPJ;IAAuB,OAAO,EAAtB,MAAM;IACS,KAAK,EAApB,MAAM;IACS,KAAK,EAApB,MAAM;IAC6B,MAAM,EAAzC,OAAO,WAAW,EAAE,MAAM;IACV,KAAK,GAArB,MAAM;CACd,OAiCF;AASM,kFAQN;;;;;;;;;;;;;;;;;;;;;;mCAtmBkD,uBAAuB;+BAAvB,uBAAuB"}
@@ -1 +1 @@
1
- {"version":3,"file":"orderedListUtils.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/orderedListUtils.js"],"names":[],"mappings":"AAAO;;;;;QAGN;AAyGM,2CAHI,MAAM,GACJ,MAAM,CAqClB"}
1
+ {"version":3,"file":"orderedListUtils.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/orderedListUtils.js"],"names":[],"mappings":"AAAO;;;;;QAGN;AA0GM,2CAHI,MAAM,GACJ,MAAM,CAqClB"}
@@ -1,6 +1,4 @@
1
- export function resolveStyles(extractedStyles: any, inlineStyles: any): any;
2
1
  export function extractListLevelStyles(cssText: any, listId: any, level: any, numId: any): {};
3
- export function extractParagraphStyles(cssText: any, className: any): {};
4
2
  export const numDefMap: Map<string, string>;
5
3
  export const numDefByTypeMap: Map<string, string>;
6
4
  export const startHelperMap: Map<string, typeof getStartNumber>;
@@ -1 +1 @@
1
- {"version":3,"file":"pasteListHelpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/pasteListHelpers.js"],"names":[],"mappings":"AAmCA,4EAyBC;AA5DM,8FAiBN;AAEM,yEAcN;AA6BD,4CAOG;AAEH,kDAMG;AAqCH,gEAOG;AAEH,kDAQG;AAEI,gFAeN;AArED,sDAIC"}
1
+ {"version":3,"file":"pasteListHelpers.d.ts","sourceRoot":"","sources":["../../../../../src/core/helpers/pasteListHelpers.js"],"names":[],"mappings":"AAAO,8FAiBN;AAED,4CAOG;AAEH,kDAMG;AAqCH,gEAOG;AAEH,kDAQG;AAEI,gFAeN;AArED,sDAIC"}
@@ -1 +1 @@
1
- {"version":3,"file":"docx-paste.d.ts","sourceRoot":"","sources":["../../../../../../src/core/inputRules/docx-paste/docx-paste.js"],"names":[],"mappings":"AAuBO,sCANI,MAAM,UACN,MAAM,sBA0IhB;AAwFM,6EAUN"}
1
+ {"version":3,"file":"docx-paste.d.ts","sourceRoot":"","sources":["../../../../../../src/core/inputRules/docx-paste/docx-paste.js"],"names":[],"mappings":"AAeO,sCANI,MAAM,UACN,MAAM,sBAmFhB;AAiFM,6EAUN"}
@@ -6,11 +6,14 @@ 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, rootNumId, level, listNumberingType }: {
9
+ export function createSingleItemList({ li, tag, rootNumId, level, listLevel, editor, NodeInterface }: {
10
10
  li: any;
11
+ tag: any;
11
12
  rootNumId: any;
12
13
  level: any;
13
- listNumberingType: any;
14
+ listLevel: any;
15
+ editor: any;
16
+ NodeInterface: any;
14
17
  }): any;
15
18
  /**
16
19
  * 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":"AAkBA;;;GAGG;AACH,gEAqBC;AA+HD;;GAEG;AACH;;;;;QAqCC;AAED;;GAEG;AACH,wDAyEC"}
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 +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;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"}
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"}
@@ -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(params: any): XmlReadyNode;
60
+ export function generateParagraphProperties(node: SchemaNode): 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":"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"}
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"}
@@ -4,7 +4,6 @@ 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;
8
7
  export function inchesToPixels(inches: any): number;
9
8
  export function twipsToLines(twips: any): number;
10
9
  export function linesToTwips(lines: any): number;
@@ -15,7 +14,6 @@ export function pixelsToHalfPoints(pixels: any): number;
15
14
  export function halfPointToPoints(halfPoints: any): number;
16
15
  export function eighthPointsToPixels(eighthPoints: any): number;
17
16
  export function pixelsToEightPoints(pixels: any): number;
18
- export function pointsToTwips(points: any): number;
19
17
  export function rotToDegrees(rot: any): number;
20
18
  export function degreesToRot(degrees: any): number;
21
19
  /**
@@ -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;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"}
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"}
@@ -29,19 +29,17 @@ 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, numbering, editor, filename, parentStyleId, lists, inlineDocumentFonts, path, extraParams, }: {
32
+ handler: ({ nodes: elements, docx, insideTrackChange, converter, editor, filename, parentStyleId, lists, inlineDocumentFonts, path, }: {
33
33
  nodes: any;
34
34
  docx: any;
35
35
  insideTrackChange: any;
36
36
  converter: any;
37
- numbering: any;
38
37
  editor: any;
39
38
  filename: any;
40
39
  parentStyleId: any;
41
40
  lists: any;
42
41
  inlineDocumentFonts: any;
43
42
  path?: any[];
44
- extraParams?: {};
45
43
  }) => any[];
46
44
  handlerEntities: any[];
47
45
  };
@@ -1 +1 @@
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
+ {"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,3 +1,10 @@
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;
1
8
  /**
2
9
  * Get the style tag from the style ID
3
10
  *
@@ -6,17 +13,107 @@
6
13
  * @returns {Object} The style tag
7
14
  */
8
15
  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;
9
29
  /**
10
30
  * Normalize the level text character to a standard format
11
31
  * @param {string} lvlText The level text to normalize
12
32
  * @returns {string} The normalized level text
13
33
  */
14
34
  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
+ };
15
99
  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;
16
110
  export function getAbstractDefinition(numId: any, docx: any, converter: any): import("./numberingCache.js").DocxXmlElement;
17
111
  export function generateListPath(level: any, numId: any, styleId: any, levels: any, docx: any): any[];
18
112
  export function getListLevelDefinitionTag(numId: string, level: string, pStyleId: any, docx: any): any;
19
113
  export namespace docxNumberingHelpers {
114
+ export { getListLevelDefinitionTag };
115
+ export { combineIndents };
116
+ export { parseIndentElement };
20
117
  export { generateListPath };
21
118
  export { normalizeLvlTextChar };
22
119
  }
@@ -1 +1 @@
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"}
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"}
@@ -4,17 +4,6 @@
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
- }[];
18
7
  /**
19
8
  *
20
9
  * @param {XmlNode} rPr
@@ -1 +1 @@
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
+ {"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 +1 @@
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
+ {"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 +1 @@
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"}
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"}
@@ -8,21 +8,6 @@
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;
26
11
  /**
27
12
  * Helper to create property handlers for measurement attributes (CT_TblWidth => w:w and w:type)
28
13
  * @param {string} xmlName The XML attribute name (with namespace).
@@ -39,19 +24,19 @@ export function createMeasurementPropertyHandler(xmlName: string, sdName?: strin
39
24
  export function createBorderPropertyHandler(xmlName?: string, sdName?: string | null): import("@translator").NodeTranslatorConfig;
40
25
  /**
41
26
  * Encodes properties of a node using provided translators and adds them to the attributes object.
42
- * @param {import('@translator').SCEncoderConfig} params The encoding parameters containing the nodes to process.
27
+ * @param {object} [node] The node containing elements to be encoded.
43
28
  * @param {object} [translatorsByXmlName] A mapping of XML names to their corresponding translators.
44
29
  * @param {boolean} [asArray=false] If true, encodes attributes as an array of objects; otherwise, as a single object.
45
30
  * @returns {object|Array} The encoded attributes as an object or array based on the asArray flag.
46
31
  */
47
- export function encodeProperties(params: import("@translator").SCEncoderConfig, translatorsByXmlName?: object, asArray?: boolean): object | any[];
32
+ export function encodeProperties(node?: object, translatorsByXmlName?: object, asArray?: boolean): object | any[];
48
33
  /** Decodes properties from a given properties object using provided translators and adds them to the elements array.
49
- * @param {import('@translator').SCDecoderConfig} params The decodeing parameters containing the node to process.
34
+ * @param {object} [node] The node being processed.
50
35
  * @param {object} [translatorsBySdName] A mapping of SuperDoc names to their corresponding translators.
51
36
  * @param {object} [properties] The properties object containing attributes to be decoded.
52
37
  * @returns {Array} An array of decoded elements.
53
38
  */
54
- export function decodeProperties(params: import("@translator").SCDecoderConfig, translatorsBySdName?: object, properties?: object): any[];
39
+ export function decodeProperties(translatorsBySdName?: object, properties?: object): any[];
55
40
  /**
56
41
  * Helper to create property handlers for nested properties (eg: w:tcBorders => borders)
57
42
  * @param {string} xmlName The XML element name (with namespace).
@@ -61,19 +46,8 @@ export function decodeProperties(params: import("@translator").SCDecoderConfig,
61
46
  * @returns {import('@translator').NodeTranslatorConfig} The nested property handler config with xmlName, sdName, encode, and decode functions.
62
47
  */
63
48
  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;
72
49
  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;
74
50
  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;
77
51
  export function parseBoolean(value: string): boolean | undefined;
78
52
  export function booleanToString(value: boolean): string | undefined;
79
53
  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,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"}
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"}
@@ -0,0 +1,4 @@
1
+ export default validXmlAttributes;
2
+ /** @type {import('@translator').AttrConfig[]} */
3
+ declare const validXmlAttributes: import("@translator").AttrConfig[];
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/b/attributes/index.js"],"names":[],"mappings":";AAEA,iDAAiD;AACjD,kCADW,OAAO,aAAa,EAAE,UAAU,EAAE,CACF"}
@@ -0,0 +1,5 @@
1
+ export function encode(attributes: Record<string, string>): boolean | undefined;
2
+ export function decode(runProps: Record<string, any>): string | undefined;
3
+ /** @type {import('@translator').AttrConfig} */
4
+ export const attrConfig: import("@translator").AttrConfig;
5
+ //# sourceMappingURL=w-val.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-val.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/b/attributes/w-val.js"],"names":[],"mappings":"AAWO,mCAHI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GACpB,OAAO,GAAC,SAAS,CAgB7B;AAOM,iCAHI,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACjB,MAAM,GAAC,SAAS,CAK5B;AAED,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -1,7 +1,8 @@
1
+ /** @type {import('@translator').NodeTranslatorConfig} */
2
+ export const config: import("@translator").NodeTranslatorConfig;
1
3
  /**
2
4
  * The NodeTranslator instance for the w:b element.
3
5
  * @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
  */
6
7
  export const translator: import("@translator").NodeTranslator;
7
8
  //# 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":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGmD"}
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,7 +1,8 @@
1
+ /** @type {import('@translator').NodeTranslatorConfig} */
2
+ export const config: import("@translator").NodeTranslatorConfig;
1
3
  /**
2
4
  * The NodeTranslator instance for the w:caps element.
3
5
  * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 267
5
6
  */
6
7
  export const translator: import("@translator").NodeTranslator;
7
8
  //# 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":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAW3C"}
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"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@translator").AttrConfig[];
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/color/attributes/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export function encode(attributes: any): any;
2
+ export function decode(attrs: any): any;
3
+ /** @type {import('@translator').AttrConfig} */
4
+ export const attrConfig: import("@translator").AttrConfig;
5
+ //# sourceMappingURL=w-theme-color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-theme-color.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/color/attributes/w-theme-color.js"],"names":[],"mappings":"AAEO,6CAA2D;AAE3D,wCAA2C;AAElD,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -0,0 +1,5 @@
1
+ export function encode(attributes: any): any;
2
+ export function decode(attrs: any): any;
3
+ /** @type {import('@translator').AttrConfig} */
4
+ export const attrConfig: import("@translator").AttrConfig;
5
+ //# sourceMappingURL=w-theme-shade.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-theme-shade.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/color/attributes/w-theme-shade.js"],"names":[],"mappings":"AAEO,6CAA2D;AAE3D,wCAA2C;AAElD,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -0,0 +1,5 @@
1
+ export function encode(attributes: any): any;
2
+ export function decode(attrs: any): any;
3
+ /** @type {import('@translator').AttrConfig} */
4
+ export const attrConfig: import("@translator").AttrConfig;
5
+ //# sourceMappingURL=w-theme-tint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-theme-tint.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/color/attributes/w-theme-tint.js"],"names":[],"mappings":"AAEO,6CAA0D;AAE1D,wCAA0C;AAEjD,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -0,0 +1,5 @@
1
+ export function encode(attributes: any): any;
2
+ export function decode(attrs: any): any;
3
+ /** @type {import('@translator').AttrConfig} */
4
+ export const attrConfig: import("@translator").AttrConfig;
5
+ //# sourceMappingURL=w-val.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-val.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/color/attributes/w-val.js"],"names":[],"mappings":"AAEO,6CAAoD;AAEpD,wCAAsC;AAE7C,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -1,7 +1,8 @@
1
+ /** @type {import('@translator').NodeTranslatorConfig} */
2
+ export const config: import("@translator").NodeTranslatorConfig;
1
3
  /**
2
4
  * The NodeTranslator instance for the w:color element.
3
5
  * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 267
5
6
  */
6
7
  export const translator: import("@translator").NodeTranslator;
7
8
  //# 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":"AAGA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAmB3C"}
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,3 +1,5 @@
1
+ /** @type {import('@translator').NodeTranslatorConfig} */
2
+ export const config: import("@translator").NodeTranslatorConfig;
1
3
  /**
2
4
  * The NodeTranslator instance for the w:headers element.
3
5
  * @type {import('@translator').NodeTranslator}
@@ -1 +1 @@
1
- {"version":3,"file":"headers-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/headers/headers-translator.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAI5C"}
1
+ {"version":3,"file":"headers-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/headers/headers-translator.js"],"names":[],"mappings":"AAkDA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAMnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@translator").AttrConfig[];
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/i/attributes/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export function encode(attributes: any): boolean;
2
+ export function decode(attrs: any): string;
3
+ /** @type {import('@translator').AttrConfig} */
4
+ export const attrConfig: import("@translator").AttrConfig;
5
+ //# sourceMappingURL=w-val.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-val.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/i/attributes/w-val.js"],"names":[],"mappings":"AAEO,iDAUN;AAEM,2CAGN;AAED,+CAA+C;AAC/C,yBADW,OAAO,aAAa,EAAE,UAAU,CAMxC"}
@@ -1,7 +1,8 @@
1
+ /** @type {import('@translator').NodeTranslatorConfig} */
2
+ export const config: import("@translator").NodeTranslatorConfig;
1
3
  /**
2
4
  * The NodeTranslator instance for the w:i element.
3
5
  * @type {import('@translator').NodeTranslator}
4
- * @see {@link https://ecma-international.org/publications-and-standards/standards/ecma-376/} "Fundamentals And Markup Language Reference", page 282
5
6
  */
6
7
  export const translator: import("@translator").NodeTranslator;
7
8
  //# sourceMappingURL=i-translator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"i-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/i/i-translator.js"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,yBAHU,OAAO,aAAa,EAAE,cAAc,CAGqD"}
1
+ {"version":3,"file":"i-translator.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/super-converter/v3/handlers/w/i/i-translator.js"],"names":[],"mappings":"AA4BA,yDAAyD;AACzD,qBADW,OAAO,aAAa,EAAE,oBAAoB,CAMnD;AAEF;;;GAGG;AACH,yBAFU,OAAO,aAAa,EAAE,cAAc,CAEQ"}
@@ -1 +1,2 @@
1
+ export * from "./w-p-helpers.js";
1
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"legacy-handle-paragraph-node.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.js"],"names":[],"mappings":"AAUO,4CAHI,OAAO,aAAa,EAAE,eAAe,OA8E/C"}
1
+ {"version":3,"file":"legacy-handle-paragraph-node.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.js"],"names":[],"mappings":"AAUO,4CAHI,OAAO,aAAa,EAAE,eAAe,OAoL/C"}
@@ -0,0 +1,5 @@
1
+ export function parseParagraphBorders(pBdr: any): {};
2
+ export function getParagraphIndent(node: any, docx: any, styleId?: string): any;
3
+ export function getParagraphSpacing(node: any, docx: any, styleId?: string, marks?: any[], options?: {}): any;
4
+ export function getDefaultParagraphStyle(docx: any, styleId?: string): any;
5
+ //# sourceMappingURL=w-p-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"w-p-helpers.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.js"],"names":[],"mappings":"AAQO,qDA8BN;AASM,mEAHI,MAAM,OAwDhB;AAUM,oEAJI,MAAM,oCA4DhB;AAQM,8DAHI,MAAM,OAqEhB"}
@@ -3,7 +3,7 @@
3
3
  * @param {Object} options
4
4
  * @returns {Object}
5
5
  */
6
- export function handleVRectImport({ pNode, pict, params }: any): any;
6
+ export function handleVRectImport({ pNode, pict }: any): any;
7
7
  export function parsePointsToPixels(value: any): any;
8
8
  /**
9
9
  * @param {Object} styleObject