@harbour-enterprises/superdoc 0.13.2-rev8 → 0.13.2
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-KKY27oz-.es.js → eventemitter3-BrspJk8q.es.js} +1 -1
- package/dist/chunks/{eventemitter3-CHxWXmuK.cjs → eventemitter3-DfVviFzP.cjs} +1 -1
- package/dist/chunks/{index-Bd4H2zrq.cjs → index-B4J7wgs6.cjs} +2 -2
- package/dist/chunks/{index-Bdjh4ZPT.cjs → index-Cdsq63Xq.cjs} +4 -4
- package/dist/chunks/{index-DuSTYEOs.es.js → index-Diu6UKHt.es.js} +4 -4
- package/dist/chunks/{index-B1TbritH.es.js → index-Hr3Um-Bg.es.js} +2 -2
- package/dist/chunks/{jszip-9bCX1h2W.cjs → jszip-BTAcmbVg.cjs} +1 -1
- package/dist/chunks/{jszip-Cl3s9njw.es.js → jszip-DckFs3A7.es.js} +1 -1
- package/dist/chunks/{super-editor.es-Cz-ceaxn.cjs → super-editor.es-BM89AzsN.cjs} +704 -859
- package/dist/chunks/{super-editor.es-BY5Eoi9A.es.js → super-editor.es-BNyzbCw0.es.js} +704 -859
- package/dist/chunks/{url-CJP-Jmfp.cjs → url-BIzg4y2i.cjs} +2 -2
- package/dist/chunks/{url-CLwIePTG.es.js → url-CHayXMZH.es.js} +2 -2
- package/dist/chunks/{vue-BBJVqxjL.es.js → vue-Bi1uWinj.es.js} +3 -10
- package/dist/chunks/{vue-BBjMeYfo.cjs → vue-HIY1g7dm.cjs} +3 -10
- package/dist/chunks/{xml-js-k_RETz76.cjs → xml-js-BjqmFOSP.cjs} +225 -239
- package/dist/chunks/{xml-js-Bp5Hoq_3.es.js → xml-js-CfClL-1b.es.js} +225 -239
- package/dist/style.css +1 -2
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-RV0QN3HE.js → converter-CsK9KCaL.js} +55 -637
- package/dist/super-editor/chunks/{docx-zipper-C5TBRQNB.js → docx-zipper-6iKmmME2.js} +1 -1
- package/dist/super-editor/chunks/{editor-XlwZxMCI.js → editor-Cxb-Zwyu.js} +676 -256
- package/dist/super-editor/chunks/{toolbar-52_BMgdJ.js → toolbar-QHIHaeEf.js} +3 -2
- package/dist/super-editor/converter.es.js +2 -2
- package/dist/super-editor/core/Editor.d.ts +0 -7
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/InputRule.d.ts +0 -7
- package/dist/super-editor/core/InputRule.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/exporter.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/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -1
- package/dist/super-editor/extensions/image/imageHelpers/startImageUpload.d.ts.map +1 -1
- package/dist/super-editor/extensions/line-break/line-break.d.ts.map +1 -1
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts +1 -6
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination.d.ts.map +1 -1
- package/dist/super-editor/extensions/paragraph/paragraph.d.ts.map +1 -1
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/style.css +1 -2
- package/dist/super-editor/super-editor.es.js +7 -7
- 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 +2 -2
- package/dist/super-editor.es.js +2 -2
- package/dist/superdoc.cjs +9 -8
- package/dist/superdoc.es.js +10 -9
- package/dist/superdoc.umd.js +708 -869
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/super-editor/core/helpers/setImageNodeSelection.d.ts +0 -2
- package/dist/super-editor/core/helpers/setImageNodeSelection.d.ts.map +0 -1
- package/dist/super-editor/tests/e2e/test-app/dist/assets/index-BTMvkUyI.d.ts +0 -3
- package/dist/super-editor/tests/e2e/test-app/dist/assets/index-BTMvkUyI.d.ts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const xmlJs = require("./xml-js-
|
|
2
|
+
const jszip = require("./jszip-BTAcmbVg.cjs");
|
|
3
|
+
const xmlJs = require("./xml-js-BjqmFOSP.cjs");
|
|
4
4
|
const __viteBrowserExternal = require("./__vite-browser-external-DWbQq7bv.cjs");
|
|
5
5
|
var punycode$1 = { exports: {} };
|
|
6
6
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./jszip-
|
|
2
|
-
import { t as type, g as getIntrinsic, c as callBound$2 } from "./xml-js-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./jszip-DckFs3A7.es.js";
|
|
2
|
+
import { t as type, g as getIntrinsic, c as callBound$2 } from "./xml-js-CfClL-1b.es.js";
|
|
3
3
|
import { _ as __viteBrowserExternal } from "./__vite-browser-external-CURh0WXD.es.js";
|
|
4
4
|
var punycode$1 = { exports: {} };
|
|
5
5
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
@@ -162,7 +162,7 @@ process.umask = function() {
|
|
|
162
162
|
var browserExports = browser.exports;
|
|
163
163
|
const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
|
|
164
164
|
/**
|
|
165
|
-
* @vue/shared v3.5.
|
|
165
|
+
* @vue/shared v3.5.16
|
|
166
166
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
167
167
|
* @license MIT
|
|
168
168
|
**/
|
|
@@ -787,7 +787,6 @@ class Link {
|
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
class Dep {
|
|
790
|
-
// TODO isolatedDeclarations "__v_skip"
|
|
791
790
|
constructor(computed2) {
|
|
792
791
|
this.computed = computed2;
|
|
793
792
|
this.version = 0;
|
|
@@ -796,7 +795,6 @@ class Dep {
|
|
|
796
795
|
this.map = void 0;
|
|
797
796
|
this.key = void 0;
|
|
798
797
|
this.sc = 0;
|
|
799
|
-
this.__v_skip = true;
|
|
800
798
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
801
799
|
this.subsHead = void 0;
|
|
802
800
|
}
|
|
@@ -5212,8 +5210,6 @@ const assignSlots = (slots, children, optimized) => {
|
|
|
5212
5210
|
const initSlots = (instance, children, optimized) => {
|
|
5213
5211
|
const slots = instance.slots = createInternalObject();
|
|
5214
5212
|
if (instance.vnode.shapeFlag & 32) {
|
|
5215
|
-
const cacheIndexes = children.__;
|
|
5216
|
-
if (cacheIndexes) def(slots, "__", cacheIndexes, true);
|
|
5217
5213
|
const type = children._;
|
|
5218
5214
|
if (type) {
|
|
5219
5215
|
assignSlots(slots, children, optimized);
|
|
@@ -5434,8 +5430,6 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5434
5430
|
}
|
|
5435
5431
|
if (ref3 != null && parentComponent) {
|
|
5436
5432
|
setRef(ref3, n1 && n1.ref, parentSuspense, n2 || n1, !n2);
|
|
5437
|
-
} else if (ref3 == null && n1 && n1.ref != null) {
|
|
5438
|
-
setRef(n1.ref, null, parentSuspense, n1, true);
|
|
5439
5433
|
}
|
|
5440
5434
|
};
|
|
5441
5435
|
const processText = (n1, n2, container, anchor) => {
|
|
@@ -5974,8 +5968,7 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5974
5968
|
}
|
|
5975
5969
|
toggleRecurse(instance, true);
|
|
5976
5970
|
{
|
|
5977
|
-
if (root.ce
|
|
5978
|
-
root.ce._def.shadowRoot !== false) {
|
|
5971
|
+
if (root.ce) {
|
|
5979
5972
|
root.ce._injectChildStyle(type);
|
|
5980
5973
|
}
|
|
5981
5974
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
@@ -8340,7 +8333,7 @@ function initCustomFormatter() {
|
|
|
8340
8333
|
window.devtoolsFormatters = [formatter];
|
|
8341
8334
|
}
|
|
8342
8335
|
}
|
|
8343
|
-
const version = "3.5.
|
|
8336
|
+
const version = "3.5.16";
|
|
8344
8337
|
const warn = !!(process$1.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8345
8338
|
!!(process$1.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
|
8346
8339
|
!!(process$1.env.NODE_ENV !== "production") || true ? setDevtoolsHook$1 : NOOP;
|
|
@@ -163,7 +163,7 @@ process.umask = function() {
|
|
|
163
163
|
var browserExports = browser.exports;
|
|
164
164
|
const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
|
|
165
165
|
/**
|
|
166
|
-
* @vue/shared v3.5.
|
|
166
|
+
* @vue/shared v3.5.16
|
|
167
167
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
168
168
|
* @license MIT
|
|
169
169
|
**/
|
|
@@ -788,7 +788,6 @@ class Link {
|
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
class Dep {
|
|
791
|
-
// TODO isolatedDeclarations "__v_skip"
|
|
792
791
|
constructor(computed2) {
|
|
793
792
|
this.computed = computed2;
|
|
794
793
|
this.version = 0;
|
|
@@ -797,7 +796,6 @@ class Dep {
|
|
|
797
796
|
this.map = void 0;
|
|
798
797
|
this.key = void 0;
|
|
799
798
|
this.sc = 0;
|
|
800
|
-
this.__v_skip = true;
|
|
801
799
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
802
800
|
this.subsHead = void 0;
|
|
803
801
|
}
|
|
@@ -5213,8 +5211,6 @@ const assignSlots = (slots, children, optimized) => {
|
|
|
5213
5211
|
const initSlots = (instance, children, optimized) => {
|
|
5214
5212
|
const slots = instance.slots = createInternalObject();
|
|
5215
5213
|
if (instance.vnode.shapeFlag & 32) {
|
|
5216
|
-
const cacheIndexes = children.__;
|
|
5217
|
-
if (cacheIndexes) def(slots, "__", cacheIndexes, true);
|
|
5218
5214
|
const type = children._;
|
|
5219
5215
|
if (type) {
|
|
5220
5216
|
assignSlots(slots, children, optimized);
|
|
@@ -5435,8 +5431,6 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5435
5431
|
}
|
|
5436
5432
|
if (ref3 != null && parentComponent) {
|
|
5437
5433
|
setRef(ref3, n1 && n1.ref, parentSuspense, n2 || n1, !n2);
|
|
5438
|
-
} else if (ref3 == null && n1 && n1.ref != null) {
|
|
5439
|
-
setRef(n1.ref, null, parentSuspense, n1, true);
|
|
5440
5434
|
}
|
|
5441
5435
|
};
|
|
5442
5436
|
const processText = (n1, n2, container, anchor) => {
|
|
@@ -5975,8 +5969,7 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5975
5969
|
}
|
|
5976
5970
|
toggleRecurse(instance, true);
|
|
5977
5971
|
{
|
|
5978
|
-
if (root.ce
|
|
5979
|
-
root.ce._def.shadowRoot !== false) {
|
|
5972
|
+
if (root.ce) {
|
|
5980
5973
|
root.ce._injectChildStyle(type);
|
|
5981
5974
|
}
|
|
5982
5975
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
@@ -8341,7 +8334,7 @@ function initCustomFormatter() {
|
|
|
8341
8334
|
window.devtoolsFormatters = [formatter];
|
|
8342
8335
|
}
|
|
8343
8336
|
}
|
|
8344
|
-
const version = "3.5.
|
|
8337
|
+
const version = "3.5.16";
|
|
8345
8338
|
const warn = !!(process$1.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8346
8339
|
!!(process$1.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
|
8347
8340
|
!!(process$1.env.NODE_ENV !== "production") || true ? setDevtoolsHook$1 : NOOP;
|