@harbour-enterprises/superdoc 0.15.6-next.6 → 0.15.6
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/{eventemitter3-CLT6oufV.cjs → eventemitter3-BgTTc0kr.cjs} +1 -1
- package/dist/chunks/{eventemitter3-BKLF7Ip6.es.js → eventemitter3-DESeWqCF.es.js} +1 -1
- package/dist/chunks/{index-B5xS6OKK.cjs → index-5s0lZrRi.cjs} +2 -2
- package/dist/chunks/{index-BqH3eQTm.es.js → index-BDb18xQR.es.js} +2 -2
- package/dist/chunks/{index-D612mw4O.es.js → index-CEIbpU5u.es.js} +4 -4
- package/dist/chunks/{index-DhQaJbc2.cjs → index-CjAcITPh.cjs} +2 -2
- package/dist/chunks/{index-ibuaxW1X.cjs → index-Dz0ZMALg.cjs} +4 -4
- package/dist/chunks/{index-DzFLdJgk.es.js → index-gYvWcHA-.es.js} +2 -2
- package/dist/chunks/{jszip-DWfnW2xV.cjs → jszip-BgN565V6.cjs} +1 -1
- package/dist/chunks/{jszip-BwJb6_S5.es.js → jszip-eJOLo2UN.es.js} +1 -1
- package/dist/chunks/{super-editor.es-DCCfVLsi.cjs → super-editor.es-CdurQqVH.cjs} +642 -125
- package/dist/chunks/{super-editor.es-D9LvnvxP.es.js → super-editor.es-CecrYWc-.es.js} +642 -125
- package/dist/chunks/{url-CNqDAz7z.es.js → url-D1vPFtjG.es.js} +2 -2
- package/dist/chunks/{url-7PXI9_kJ.cjs → url-yluXzDeN.cjs} +2 -2
- package/dist/chunks/{vue-CfKg12kH.cjs → vue-BLDJYAe8.cjs} +14 -7
- package/dist/chunks/{vue-B_OPNNfX.es.js → vue-aMYj79Bx.es.js} +14 -7
- package/dist/chunks/{xml-js-Bn0K9fTK.es.js → xml-js-BWZkA4YC.es.js} +2 -2
- package/dist/chunks/{xml-js-B_rfwhrZ.cjs → xml-js-DahUgrqx.cjs} +2 -2
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-CCbQtgFN.js → converter-h0jPe1BF.js} +128 -6
- package/dist/super-editor/chunks/{docx-zipper-zjsWsfKw.js → docx-zipper-0zkrR_P-.js} +5 -3
- package/dist/super-editor/chunks/{editor-D8R8Ikes.js → editor-fQr5X9c1.js} +528 -113
- package/dist/super-editor/chunks/{toolbar-l6yrTED8.js → toolbar-BuDhPY2u.js} +2 -2
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/core/Attribute.d.ts +2 -2
- package/dist/super-editor/core/DocxZipper.d.ts +4 -3
- package/dist/super-editor/core/DocxZipper.d.ts.map +1 -1
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/Schema.d.ts +2 -2
- package/dist/super-editor/core/helpers/findParentNode.d.ts +1 -6
- package/dist/super-editor/core/helpers/findParentNode.d.ts.map +1 -1
- package/dist/super-editor/core/helpers/generateDocxListAttributes.d.ts +5 -5
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +0 -2
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +1 -1
- package/dist/super-editor/core/migrations/index.d.ts +1 -1
- package/dist/super-editor/core/migrations/index.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/SuperConverter.d.ts +6 -1
- package/dist/super-editor/core/super-converter/SuperConverter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/docx-helpers/document-rels.d.ts +9 -0
- package/dist/super-editor/core/super-converter/docx-helpers/document-rels.d.ts.map +1 -0
- package/dist/super-editor/core/super-converter/docx-helpers/document-rels.test.d.ts +2 -0
- package/dist/super-editor/core/super-converter/docx-helpers/document-rels.test.d.ts.map +1 -0
- package/dist/super-editor/core/super-converter/docx-helpers/docx-constants.d.ts +6 -0
- package/dist/super-editor/core/super-converter/docx-helpers/docx-constants.d.ts.map +1 -0
- package/dist/super-editor/core/super-converter/docx-helpers/docx-helpers.d.ts +9 -0
- package/dist/super-editor/core/super-converter/docx-helpers/docx-helpers.d.ts.map +1 -0
- package/dist/super-editor/core/super-converter/docx-helpers/index.d.ts +3 -0
- package/dist/super-editor/core/super-converter/docx-helpers/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-converter/exporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/types.d.ts +4 -0
- package/dist/super-editor/core/super-converter/types.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/index.d.ts +2 -0
- package/dist/super-editor/core/super-validator/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/logger/index.d.ts +2 -0
- package/dist/super-editor/core/super-validator/logger/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/logger/logger.d.ts +8 -0
- package/dist/super-editor/core/super-validator/logger/logger.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/logger/logger.test.d.ts +2 -0
- package/dist/super-editor/core/super-validator/logger/logger.test.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/super-validator.d.ts +48 -0
- package/dist/super-editor/core/super-validator/super-validator.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/super-validator.test.d.ts +2 -0
- package/dist/super-editor/core/super-validator/super-validator.test.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/types.d.ts +61 -0
- package/dist/super-editor/core/super-validator/types.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/index.d.ts +17 -0
- package/dist/super-editor/core/super-validator/validators/state/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/image-validator.d.ts +27 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/image-validator.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/image-validator.test.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/image-validator.test.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/index.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts +23 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/rules/image-rid.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/rules/image-rid.test.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/rules/image-rid.test.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/rules/index.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/image/rules/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/index.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/link-validator.d.ts +25 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/link-validator.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/link-validator.test.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/link-validator.test.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/rules/index.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/rules/index.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts +25 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/rules/link-rid.d.ts.map +1 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/rules/link-rid.test.d.ts +2 -0
- package/dist/super-editor/core/super-validator/validators/state/nodes/link/rules/link-rid.test.d.ts.map +1 -0
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/extensions/bookmarks/index.d.ts +1 -1
- package/dist/super-editor/extensions/collaboration-cursor/index.d.ts +1 -1
- package/dist/super-editor/extensions/custom-selection/custom-selection.d.ts.map +1 -1
- package/dist/super-editor/extensions/image/index.d.ts +1 -2
- package/dist/super-editor/extensions/index.d.ts +0 -8
- package/dist/super-editor/extensions/index.d.ts.map +1 -1
- package/dist/super-editor/extensions/line-break/index.d.ts +1 -1
- package/dist/super-editor/extensions/linked-styles/index.d.ts +1 -1
- package/dist/super-editor/extensions/linked-styles/linked-styles.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/index.d.ts +1 -1
- package/dist/super-editor/extensions/placeholder/index.d.ts +1 -1
- package/dist/super-editor/extensions/popover-plugin/index.d.ts +1 -1
- package/dist/super-editor/extensions/table-header/index.d.ts +1 -1
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/index.d.ts +0 -1
- package/dist/super-editor/index.d.ts.map +1 -1
- package/dist/super-editor/super-editor.es.js +8 -8
- package/dist/super-editor/tests/export/export-helpers/index.d.ts +1 -2
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +2 -2
- package/dist/super-editor.es.js +2 -2
- package/dist/superdoc.cjs +8 -8
- package/dist/superdoc.es.js +9 -9
- package/dist/superdoc.umd.js +656 -132
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const index$2 = require("./index-
|
|
2
|
+
const jszip = require("./jszip-BgN565V6.cjs");
|
|
3
|
+
const index$2 = require("./index-Dz0ZMALg.cjs");
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
for (var i = 0; i < m.length; i++) {
|
|
6
6
|
const e = m[i];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs } from "./jszip-
|
|
2
|
-
import { r as requireStreamHttp } from "./index-
|
|
1
|
+
import { g as getDefaultExportFromCjs } from "./jszip-eJOLo2UN.es.js";
|
|
2
|
+
import { r as requireStreamHttp } from "./index-CEIbpU5u.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
|
-
import { c as commonjsGlobal, B as Buffer, a as getAugmentedNamespace } from "./jszip-
|
|
2
|
-
import { p as process$1 } from "./vue-
|
|
3
|
-
import { r as require_stream_readable, a as require_stream_writable, b as require_stream_duplex, c as require_stream_transform, d as require_stream_passthrough, e as requireEndOfStream, f as requirePipeline, g as requireInherits_browser } from "./xml-js-
|
|
4
|
-
import { u as url } from "./url-
|
|
1
|
+
import { c as commonjsGlobal, B as Buffer, a as getAugmentedNamespace } from "./jszip-eJOLo2UN.es.js";
|
|
2
|
+
import { p as process$1 } from "./vue-aMYj79Bx.es.js";
|
|
3
|
+
import { r as require_stream_readable, a as require_stream_writable, b as require_stream_duplex, c as require_stream_transform, d as require_stream_passthrough, e as requireEndOfStream, f as requirePipeline, g as requireInherits_browser } from "./xml-js-BWZkA4YC.es.js";
|
|
4
|
+
import { u as url } from "./url-D1vPFtjG.es.js";
|
|
5
5
|
var streamHttp = {};
|
|
6
6
|
var request = { exports: {} };
|
|
7
7
|
var capability = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const index$2 = require("./index-
|
|
2
|
+
const jszip = require("./jszip-BgN565V6.cjs");
|
|
3
|
+
const index$2 = require("./index-Dz0ZMALg.cjs");
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
for (var i = 0; i < m.length; i++) {
|
|
6
6
|
const e = m[i];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const vue = require("./vue-
|
|
4
|
-
const xmlJs = require("./xml-js-
|
|
5
|
-
const url = require("./url-
|
|
2
|
+
const jszip = require("./jszip-BgN565V6.cjs");
|
|
3
|
+
const vue = require("./vue-BLDJYAe8.cjs");
|
|
4
|
+
const xmlJs = require("./xml-js-DahUgrqx.cjs");
|
|
5
|
+
const url = require("./url-yluXzDeN.cjs");
|
|
6
6
|
var streamHttp = {};
|
|
7
7
|
var request = { exports: {} };
|
|
8
8
|
var capability = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs } from "./jszip-
|
|
2
|
-
import { r as requireStreamHttp, a as require$$1 } from "./index-
|
|
1
|
+
import { g as getDefaultExportFromCjs } from "./jszip-eJOLo2UN.es.js";
|
|
2
|
+
import { r as requireStreamHttp, a as require$$1 } from "./index-CEIbpU5u.es.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
5
5
|
const e = m[i];
|