@harbour-enterprises/superdoc 0.18.1-next.1 → 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-C6YOU13j.cjs → PdfViewer-Cjkauq08.cjs} +1 -1
- package/dist/chunks/{PdfViewer-D-101zOe.es.js → PdfViewer-DhPox0cw.es.js} +1 -1
- package/dist/chunks/{index-DrbaF9yQ.es.js → index-CFhFJ_ud.es.js} +28 -14
- package/dist/chunks/{index-CQRSKXRT.cjs → index-Cejmh9Gr.cjs} +28 -14
- package/dist/chunks/{super-editor.es-C_XaJkxe.es.js → super-editor.es-BdzquZlo.es.js} +9582 -9216
- package/dist/chunks/{super-editor.es-DglJs8Qv.cjs → super-editor.es-CZMzTdMy.cjs} +9582 -9216
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-DEwUdN2M.js → converter-Dxe9WVzD.js} +259 -210
- package/dist/super-editor/chunks/{docx-zipper-C7EwE5md.js → docx-zipper-DCWGGMK3.js} +1 -1
- package/dist/super-editor/chunks/{editor-TUGjgpIf.js → editor-hZAeDOwp.js} +9305 -8998
- package/dist/super-editor/chunks/{toolbar-2VnmJqnu.js → toolbar-BuVS5V_M.js} +23 -13
- 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/components/toolbar/defaultItems.d.ts +0 -3
- 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/style.css +1 -1
- package/dist/super-editor/super-editor.es.js +44 -44
- 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 +9595 -9215
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +3 -3
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": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"buffer-crc32": "^1.0.0",
|
|
56
56
|
"eventemitter3": "^5.0.1",
|
|
57
57
|
"jsdom": "^25.0.1",
|
|
58
|
-
"naive-ui": "^2.
|
|
58
|
+
"naive-ui": "^2.43.1",
|
|
59
59
|
"pinia": "^2.1.7",
|
|
60
60
|
"rollup-plugin-copy": "^3.5.0",
|
|
61
61
|
"tippy": "^0.0.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@hocuspocus/provider": "^2.13.6",
|
|
67
67
|
"pdfjs-dist": ">=4.3.136 <=4.6.82",
|
|
68
|
-
"y-prosemirror": "^1.
|
|
68
|
+
"y-prosemirror": "^1.3.7",
|
|
69
69
|
"yjs": "13.6.19"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|