@harbour-enterprises/superdoc 0.18.1-next.2 → 0.19.0-next.0-alpha
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.
- package/dist/chunks/{PdfViewer-DPqO7muc.cjs → PdfViewer-Cjkauq08.cjs} +1 -1
- package/dist/chunks/{PdfViewer-BM7Ea3yr.es.js → PdfViewer-DhPox0cw.es.js} +1 -1
- package/dist/chunks/{index-CyUWXfUG.es.js → index-CFhFJ_ud.es.js} +3 -3
- package/dist/chunks/{index-CPLP-MPz.cjs → index-Cejmh9Gr.cjs} +3 -3
- package/dist/chunks/{super-editor.es-CzgdqA6a.es.js → super-editor.es-BdzquZlo.es.js} +568 -186
- package/dist/chunks/{super-editor.es-BSOX4l_Z.cjs → super-editor.es-CZMzTdMy.cjs} +568 -186
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-X9LxTGJB.js → converter-Dxe9WVzD.js} +226 -177
- package/dist/super-editor/chunks/{docx-zipper-CAu7OzVm.js → docx-zipper-DCWGGMK3.js} +1 -1
- package/dist/super-editor/chunks/{editor-BZitQIK-.js → editor-hZAeDOwp.js} +344 -11
- package/dist/super-editor/chunks/{toolbar-D1SFDkxX.js → toolbar-BuVS5V_M.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/src/core/super-converter/v2/importer/docxImporter.d.ts +2 -2
- package/dist/super-editor/src/core/super-converter/v2/importer/hyperlinkImporter.d.ts +2 -6
- package/dist/super-editor/src/core/super-converter/v3/handlers/utils.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/hyperlink-translator.d.ts +7 -0
- package/dist/super-editor/src/core/super-converter/v3/handlers/w/hyperlink/index.d.ts +1 -0
- package/dist/super-editor/src/core/super-converter/v3/node-translator/node-translator.d.ts +2 -1
- package/dist/super-editor/src/core/super-validator/validators/xml/index.d.ts +2 -0
- package/dist/super-editor/src/core/super-validator/validators/xml/relationships/relationships-validator.d.ts +31 -0
- package/dist/super-editor/src/extensions/link/link.d.ts +4 -0
- package/dist/super-editor/super-editor.es.js +6 -6
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +569 -187
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harbour-enterprises/superdoc",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.19.0-next.0-alpha",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"readme": "../../README.md",
|
|
7
7
|
"files": [
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@hocuspocus/provider": "^2.13.6",
|
|
67
67
|
"pdfjs-dist": ">=4.3.136 <=4.6.82",
|
|
68
68
|
"y-prosemirror": "^1.3.7",
|
|
69
|
-
"yjs": "13.6.
|
|
69
|
+
"yjs": "13.6.19"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@hocuspocus/provider": "^2.13.6",
|