@harbour-enterprises/superdoc 0.18.0-next.1 → 0.18.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/chunks/{PdfViewer-CNZTqGHw.cjs → PdfViewer-DKOAmiXw.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-D5cujgSt.es.js → PdfViewer-OIo9wAyq.es.js} +1 -1
  3. package/dist/chunks/{index-BDwD6Uex.es.js → index-DEONStGL.es.js} +3 -3
  4. package/dist/chunks/{index-BDysJRQU.cjs → index-cCWdcGrV.cjs} +3 -3
  5. package/dist/chunks/{super-editor.es-BoCmoEkp.es.js → super-editor.es-Cx5l8JEt.es.js} +4016 -3258
  6. package/dist/chunks/{super-editor.es-aOm7eWFU.cjs → super-editor.es-DyAWPYYh.cjs} +4016 -3258
  7. package/dist/core/SuperDoc.d.ts.map +1 -1
  8. package/dist/super-editor/ai-writer.es.js +2 -2
  9. package/dist/super-editor/chunks/{converter-DvdFP4MZ.js → converter-5WOzOHZb.js} +4093 -3717
  10. package/dist/super-editor/chunks/{docx-zipper-CxFpxZUz.js → docx-zipper-CP-vEy49.js} +1 -1
  11. package/dist/super-editor/chunks/{editor-CeWNMKjc.js → editor-CCOqTxyv.js} +425 -41
  12. package/dist/super-editor/chunks/{toolbar-Di2oAvyr.js → toolbar-DjjHAttK.js} +2 -2
  13. package/dist/super-editor/converter.es.js +3 -2
  14. package/dist/super-editor/docx-zipper.es.js +2 -2
  15. package/dist/super-editor/editor.es.js +3 -3
  16. package/dist/super-editor/file-zipper.es.js +1 -1
  17. package/dist/super-editor/src/core/commands/insertContent.d.ts +4 -4
  18. package/dist/super-editor/src/core/helpers/contentProcessor.d.ts +13 -0
  19. package/dist/super-editor/src/core/helpers/htmlSanitizer.d.ts +8 -0
  20. package/dist/super-editor/src/core/helpers/importHtml.d.ts +3 -2
  21. package/dist/super-editor/src/core/helpers/importMarkdown.d.ts +2 -1
  22. package/dist/super-editor/src/core/helpers/index.d.ts +1 -0
  23. package/dist/super-editor/src/core/super-converter/docx-helpers/get-default-style-definition.d.ts +1 -0
  24. package/dist/super-editor/src/core/super-converter/docx-helpers/index.d.ts +1 -0
  25. package/dist/super-editor/src/core/super-converter/exporter.d.ts +2 -2
  26. package/dist/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +17 -1
  27. package/dist/super-editor/src/core/super-converter/v2/importer/index.d.ts +2 -0
  28. package/dist/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +3 -63
  29. package/dist/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +17 -6
  30. package/dist/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +4 -6
  31. package/dist/super-editor/src/core/super-converter/v3/handlers/index.d.ts +1 -0
  32. package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +2 -2
  33. package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +4 -2
  34. package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +4 -2
  35. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +2 -0
  36. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +4 -0
  37. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +4 -0
  38. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +4 -0
  39. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +4 -0
  40. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +4 -0
  41. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +4 -0
  42. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +4 -0
  43. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +1 -0
  44. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +1 -0
  45. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +6 -0
  46. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +1 -0
  47. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +7 -0
  48. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +2 -3
  49. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +4 -2
  50. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +4 -2
  51. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts +4 -2
  52. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +9 -0
  53. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +17 -0
  54. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +1 -0
  55. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +6 -0
  56. package/dist/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +31 -31
  57. package/dist/super-editor/src/extensions/block-node/block-node.d.ts +27 -3
  58. package/dist/super-editor/src/extensions/color/color.d.ts +1 -1
  59. package/dist/super-editor/src/extensions/dropcursor/dropcursor.d.ts +5 -0
  60. package/dist/super-editor/src/extensions/gapcursor/gapcursor.d.ts +5 -0
  61. package/dist/super-editor/src/extensions/image/image.d.ts +5 -0
  62. package/dist/super-editor/src/extensions/image/imageHelpers/getFileOpener.d.ts +1 -1
  63. package/dist/super-editor/src/extensions/image/imageHelpers/handleImageUpload.d.ts +1 -1
  64. package/dist/super-editor/src/extensions/image/imageHelpers/imagePlaceholderPlugin.d.ts +2 -3
  65. package/dist/super-editor/src/extensions/image/imageHelpers/imagePositionPlugin.d.ts +1 -2
  66. package/dist/super-editor/src/extensions/image/imageHelpers/processUploadedImage.d.ts +2 -5
  67. package/dist/super-editor/src/extensions/image/imageHelpers/startImageUpload.d.ts +18 -3
  68. package/dist/super-editor/src/extensions/linked-styles/helpers.d.ts +4 -6
  69. package/dist/super-editor/src/extensions/linked-styles/linked-styles.d.ts +29 -0
  70. package/dist/super-editor/src/extensions/linked-styles/plugin.d.ts +4 -2
  71. package/dist/super-editor/src/extensions/paragraph/paragraph.d.ts +2 -2
  72. package/dist/super-editor/src/extensions/text-align/text-align.d.ts +9 -0
  73. package/dist/super-editor/src/extensions/text-indent/text-indent.d.ts +19 -0
  74. package/dist/super-editor/src/extensions/text-transform/text-transform.d.ts +5 -0
  75. package/dist/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +1 -0
  76. package/dist/super-editor/super-editor.es.js +21 -20
  77. package/dist/super-editor/toolbar.es.js +2 -2
  78. package/dist/super-editor.cjs +1 -1
  79. package/dist/super-editor.es.js +1 -1
  80. package/dist/superdoc.cjs +2 -2
  81. package/dist/superdoc.es.js +2 -2
  82. package/dist/superdoc.umd.js +2603 -1845
  83. package/dist/superdoc.umd.js.map +1 -1
  84. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.