@harbour-enterprises/superdoc 0.18.0-next.5 → 0.18.0-next.7

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 (61) hide show
  1. package/dist/chunks/{PdfViewer-DDwiCSwf.cjs → PdfViewer-D8DhK7x_.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-Md3OYLQ6.es.js → PdfViewer-Db-y1BOK.es.js} +1 -1
  3. package/dist/chunks/{index-B8Gqq2Ls.cjs → index-B2vhAyq8.cjs} +3 -3
  4. package/dist/chunks/{index-nnK3k8Eg.es.js → index-gPQ_psn7.es.js} +3 -3
  5. package/dist/chunks/{super-editor.es-C2jrGo_q.es.js → super-editor.es-BxGYOWJs.es.js} +3537 -3236
  6. package/dist/chunks/{super-editor.es-DPPXteBi.cjs → super-editor.es-DQ7fZbC0.cjs} +3537 -3236
  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-YnaMMkRN.js → converter-Cd1Nn-Yo.js} +3872 -3597
  10. package/dist/super-editor/chunks/{docx-zipper-Bq9-qqP_.js → docx-zipper-Bb5bKoz2.js} +1 -1
  11. package/dist/super-editor/chunks/{editor-CAEseNKq.js → editor-BeAxGXb9.js} +32 -5
  12. package/dist/super-editor/chunks/{toolbar-BxxxSTHJ.js → toolbar-C_zg3l4P.js} +2 -2
  13. package/dist/super-editor/converter.es.js +2 -1
  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/super-converter/docx-helpers/get-default-style-definition.d.ts +1 -0
  18. package/dist/super-editor/src/core/super-converter/docx-helpers/index.d.ts +1 -0
  19. package/dist/super-editor/src/core/super-converter/exporter.d.ts +2 -2
  20. package/dist/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +2 -1
  21. package/dist/super-editor/src/core/super-converter/v2/importer/index.d.ts +2 -0
  22. package/dist/super-editor/src/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +3 -63
  23. package/dist/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +17 -6
  24. package/dist/super-editor/src/core/super-converter/v2/importer/types/index.d.ts +4 -6
  25. package/dist/super-editor/src/core/super-converter/v3/handlers/index.d.ts +1 -0
  26. package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/index.d.ts +2 -2
  27. package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-clear.d.ts +4 -2
  28. package/dist/super-editor/src/core/super-converter/v3/handlers/w/br/attributes/w-line-break-type.d.ts +4 -2
  29. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/index.d.ts +2 -0
  30. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-del.d.ts +4 -0
  31. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-p.d.ts +4 -0
  32. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-default.d.ts +4 -0
  33. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r-pr.d.ts +4 -0
  34. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w-rsid-r.d.ts +4 -0
  35. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-para-id.d.ts +4 -0
  36. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/attributes/w14-text-id.d.ts +4 -0
  37. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/index.d.ts +1 -0
  38. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/legacy-handle-paragraph-node.d.ts +1 -0
  39. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/helpers/w-p-helpers.d.ts +6 -0
  40. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/index.d.ts +1 -0
  41. package/dist/super-editor/src/core/super-converter/v3/handlers/w/p/p-translator.d.ts +7 -0
  42. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/index.d.ts +2 -3
  43. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-leader.d.ts +4 -2
  44. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-pos.d.ts +4 -2
  45. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tab/attributes/w-tab-size.d.ts +4 -2
  46. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +9 -0
  47. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/translate-table-cell.d.ts +17 -0
  48. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/index.d.ts +1 -0
  49. package/dist/super-editor/src/core/super-converter/v3/handlers/w/tc/tc-translator.d.ts +6 -0
  50. package/dist/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +31 -31
  51. package/dist/super-editor/src/extensions/paragraph/paragraph.d.ts +2 -2
  52. package/dist/super-editor/src/tests/export/export-helpers/export-helpers.d.ts +1 -0
  53. package/dist/super-editor/super-editor.es.js +10 -9
  54. package/dist/super-editor/toolbar.es.js +2 -2
  55. package/dist/super-editor.cjs +1 -1
  56. package/dist/super-editor.es.js +1 -1
  57. package/dist/superdoc.cjs +2 -2
  58. package/dist/superdoc.es.js +2 -2
  59. package/dist/superdoc.umd.js +3511 -3210
  60. package/dist/superdoc.umd.js.map +1 -1
  61. 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.