@harbour-enterprises/superdoc 0.14.5-next.4 → 0.14.5-rev2
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/{index-oHslWah4.es.js → index-CkQHKEgn.es.js} +1 -1
- package/dist/chunks/{index-CCRVYhTn.cjs → index-D6RjEz8a.cjs} +1 -1
- package/dist/chunks/{index-BvK-G6B1.es.js → index-D7aY71G5.es.js} +2 -2
- package/dist/chunks/{index-CgJ5KVh6.cjs → index-II_Qdnwl.cjs} +2 -2
- package/dist/chunks/{super-editor.es-z55lfJLr.es.js → super-editor.es-By6qIxbV.es.js} +271 -168
- package/dist/chunks/{super-editor.es-C08BaAEC.cjs → super-editor.es-h3ZdwQ7u.cjs} +271 -168
- package/dist/chunks/{url-BG1Z_Z2_.cjs → url-BC6S5h-Q.cjs} +1 -1
- package/dist/chunks/{url-Dvx6wrNT.es.js → url-DeG9-4We.es.js} +1 -1
- package/dist/chunks/{xml-js-BHJlXtfU.cjs → xml-js-CcBd1QVe.cjs} +227 -220
- package/dist/chunks/{xml-js-DNISVjNF.es.js → xml-js-De0zAx2n.es.js} +227 -220
- package/dist/core/SuperDoc.d.ts +5 -0
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/style.css +71 -63
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-BMk5L0QD.js → converter-eHN7biAM.js} +17 -49
- package/dist/super-editor/chunks/{docx-zipper-CmlTeKtT.js → docx-zipper-DAM8VB0M.js} +1 -1
- package/dist/super-editor/chunks/{editor-BCTFU12j.js → editor-Dk261jzd.js} +177 -74
- package/dist/super-editor/chunks/{toolbar-D4XRmKhX.js → toolbar-D2mDuJt0.js} +2 -2
- package/dist/super-editor/components/slash-menu/menuItems.d.ts.map +1 -1
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/core/Editor.d.ts +7 -0
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/helpers/annotator.d.ts.map +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/extensions/collaboration/collaboration.d.ts.map +1 -1
- package/dist/super-editor/extensions/link/link.d.ts.map +1 -1
- package/dist/super-editor/extensions/ordered-list/ordered-list.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
- package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts.map +1 -1
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/style.css +44 -36
- package/dist/super-editor/super-editor.es.js +100 -71
- package/dist/super-editor/tests/e2e/test-app/dist/assets/index-BTMvkUyI.d.ts +3 -0
- package/dist/super-editor/tests/e2e/test-app/dist/assets/index-BTMvkUyI.d.ts.map +1 -0
- package/dist/super-editor/tests/e2e/test-app/vite.config.d.ts +1 -1
- 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 +10 -7
- package/dist/superdoc.es.js +11 -8
- package/dist/superdoc.umd.js +277 -171
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { g as getDefaultExportFromCjs } from "./jszip-CYDYUNnI.es.js";
|
|
2
|
-
import { s as streamHttp, r as require$$1 } from "./index-
|
|
2
|
+
import { s as streamHttp, r as require$$1 } from "./index-D7aY71G5.es.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
5
5
|
const e = m[i];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as commonjsGlobal, B as Buffer, a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./jszip-CYDYUNnI.es.js";
|
|
2
2
|
import { p as process$1 } from "./vue-lU0o_RlU.es.js";
|
|
3
|
-
import { e as eventsExports, r as require$$2, u as util, i as inherits_browserExports, b as browser$1, a as requireString_decoder } from "./xml-js-
|
|
4
|
-
import { u as url } from "./url-
|
|
3
|
+
import { e as eventsExports, r as require$$2, u as util, i as inherits_browserExports, b as browser$1, a as requireString_decoder } from "./xml-js-De0zAx2n.es.js";
|
|
4
|
+
import { u as url } from "./url-DeG9-4We.es.js";
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
7
7
|
const e = m[i];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const jszip = require("./jszip-D5XoMX4C.cjs");
|
|
3
3
|
const vue = require("./vue-tQYF719J.cjs");
|
|
4
|
-
const xmlJs = require("./xml-js-
|
|
5
|
-
const url = require("./url-
|
|
4
|
+
const xmlJs = require("./xml-js-CcBd1QVe.cjs");
|
|
5
|
+
const url = require("./url-BC6S5h-Q.cjs");
|
|
6
6
|
function _mergeNamespaces(n, m) {
|
|
7
7
|
for (var i = 0; i < m.length; i++) {
|
|
8
8
|
const e = m[i];
|